Releases: xhluca/dl-translate
Releases · xhluca/dl-translate
v0.3.2
v0.3.1
dl-translate v0.3.0
New
- NLLB is now available, allowing you to translate up to 200 languages. It is also much faster.
- Notebook demo for nllb
Changed
- New minimum version of transformers (4.30+) and PyTorch (2.0+)
- Modify behavior of
_resolve_lang_codes - Moved certain hidden functions to
utils
Fixed
dlt.utils:Changed default foravailable_languages,get_lang_code_map,available_codes. Previously was incorrectly set tombart50.
Docs
- Improved Readme with examples for nllb
- Removed mentions of readthedocs.io
- Change language reference to table (previously bullet points)
dl-translate v0.2.6
Update readme with link to new docs
dl-translate v0.2.5
Correct name of citation.cff file
dl-translate v0.2.4
Update readme to link to latest zenodo DOI
dl-translate v0.2.3
Add citations.cff and update readme with badges
dl-translate v0.2.2.post1
Enable Zenodo Archiving
This will allow this repo to obtain a DOI. No changes to this repo was made
dl-translate v0.2.2
Change languages available in dlt.lang
Changed
- Docs: Available languages now include "Khmer" (which maps to central khmer)
Fixed
dlt.langwill now have all the languages corresponding tom2m100instead of mbart50
dl-translate v0.2.1
Fix dlt.TranslationModel.load_obj
Added
- New tests for saving and loading.
Fixed
dlt.TranslationModel.load_obj: Will now work without having to explicitly give the model family.