Published July 18, 2023
| Version v0.3.1
Software
Open
DL Translate: A deep learning-based translation library built on Huggingface transformers
Creators
Description
New
- NLLB is now available, allowing you to translate up to 200 languages. It is also much faster.
- Notebook demo for nllb
- New minimum version of transformers (4.30+) and PyTorch (2.0+)
- Modify behavior of
_resolve_lang_codes
- Moved certain hidden functions to
utils
dlt.utils:
Changed default foravailable_languages
,get_lang_code_map
,available_codes
. Previously was incorrectly set tombart50
.
- Improved Readme with examples for nllb
- Removed mentions of readthedocs.io
- Change language reference to table (previously bullet points)
Notes
Files
xhluca/dl-translate-v0.3.1.zip
Files
(58.2 kB)
Name | Size | Download all |
---|---|---|
md5:a4e0c2b805dc28649a8160395e696b9f
|
58.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/xhluca/dl-translate/tree/v0.3.1 (URL)