NLLB-200是在一般领域文本数据上进行训练的,不打算用于特定领域的文本,如医疗领域或法律领域。该模型不打算用于文档翻译。该模型的输入长度不超过512个标记,因此翻译较长的序列可能会导致质量下降。NLLB-200翻译不能作为认证翻译。 NLLB 600M 25- CTranslate2 int8 NLLB 1.3B 8- CTranslate2 int8 NLLB 3.3B...
58 Commits .github/workflows tests LICENSE README.md main.py new.py requirements.txt setup.sh README MIT license NLLB_translator Gradio Transformer Translator using Facebook's NLLB-200-distilled-600M model. Model info :Hugging Face Demo onHugging Face Demo Space ...
Additionally, we also share the code for online distillation that produced our 1.3B and 600M distilled models. For more details check the Modeling section Readme. Evaluation and Generation NLLB project includes release of evaluation datasets like Flores-200, NLLB-MD and Toxicity-200. For ...
- [nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) - [Open-NLLB](https://github.com/gordicaleksa/Open-NLLB) - [nllb-en-ko-translation](https://int-i.github.io/python/2023-09-05/nllb-en-ko-translation/) - [Language-Code-ISO-639-FLORES-200](...
6 Commits dist langs src .gitattributes .gitignore .prettierignore .prettierrc.js DOCUMENT.md LICENSE README.md esbuild.js index.html index.js main.py package-lock.json package.json test.js README MIT license nllb-200-js nllb-200 wrapper with javascript. ...
Gradio Transformer Translator using Facebook's NLLB-200-distilled-600M model. Model info : Hugging Face Demo on Hugging Face Demo Space Overview This project provides an AI translator that supports 200 languages using the NLLB (No Language Left Behind) model by Meta, which contains 600 million...