Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
v0.0.9 - 2024-06-25
Added
- 
Add decoder-only generation.
 - 
Add tests for decoder-only generation.
 - 
Add a notebook to showcase decoder-only generation.
 
Changed
- 
Restructuring the package, generate now is a subpackage istead of being a file.
 - 
Restructure the notebooks into a folder with different notebooks for each generation architecture.
 
Fixed
- 
Update tests to fix huggingface warnings.
 - 
Fixed issues related to mypy in pre-commit.
 
v0.0.8 - 2024-05-19
What's new
Added 🎉
- Add decoder-only generation.
 - Add tests for decoder-only generation.
 - Add a notebook to showcase decoder-only generation.
 
Changed ⚠️ 
- Restructuring the package, generate now is a subpackage istead of being a file.
 - Restructure the notebooks into a folder with different notebooks for each generation architecture.
 
Fixed ✅
- Update tests to fix huggingface warnings.
 - Fixed issues related to mypy in pre-commit.
 
Commits
7a8666b Bump version to v0.0.9 for release
b730b1f disable venv cache in github workflows
a940d9d Merge pull request #43 from MagedSaeed/decoder_only
f9fc9cb Update README.md
09a5d55 Update README.md
28f6a7d Merge pull request #39 from MagedSaeed/dependabot/pip/transformers-gte-4.39-and-lt-4.42
2aabd8d update hf_compare notebook
eba9baf update hf_compare notebook
578e5cc minor fixes
6b6251b minor fixes