Instructions to use facebook/nllb-200-distilled-600M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/nllb-200-distilled-600M with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "translation" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("translation", model="facebook/nllb-200-distilled-600M")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-200-distilled-600M") model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-200-distilled-600M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update model card with TurkicNLP paper, library metadata and usage snippet
๐ 1
#49 opened 5 months ago
by
nielsr
[Evaluation Benchmark] New curated 400-sentence Gold Standard for Tarifit (rif_Latn)
#48 opened 5 months ago
by
jamalinu
The model is now added to WebAI.js. Run it in your browser with no code required.
#46 opened 9 months ago
by
AxolsWebAI
Adding `safetensors` variant of this model
#45 opened 12 months ago
by
SFconvertbot
great model for translation to indian languages, with restrictive license
1
#43 opened about 1 year ago
by
subbur
Yue Key error
#42 opened over 1 year ago
by
jbdv
Upload app.py
#41 opened over 1 year ago
by deleted
CC-BY-NC Licensed LLM for Multilingual Translations
๐ 1
#40 opened over 1 year ago
by
Samiruchi
Adding `safetensors` variant of this model
#39 opened over 1 year ago
by
SFconvertbot
How is it possible that there isnโt a single clear documentation for this model?
1
#38 opened almost 2 years ago
by
alphrc
unable to translate into a complete long sentence in Chinese.
2
#37 opened almost 2 years ago
by
9999tt
What are the input variables required for the NLLB model in the inference process
2
#36 opened almost 2 years ago
by
LiPengtao12138
Translation Issue with Certain Words Using facebook/nllb-200-distilled-600M Model
#35 opened about 2 years ago
by
ltkien2003
Nice
๐ 1
#34 opened about 2 years ago
by
jason-shen
Update README.md with CO2 emissions
#33 opened about 2 years ago
by
m-ric
OSError
3
#32 opened over 2 years ago
by
Mohamad-Hallak
Request: DOI
#31 opened over 2 years ago
by
Context31415
Adding `safetensors` variant of this model
๐ 1
#29 opened over 2 years ago
by
SFconvertbot
Update README.md
1
#28 opened over 2 years ago
by
Djehouty
Model gives very random translation results
2
#27 opened over 2 years ago
by
hanshupe
Can this model take a json file as an input?
#26 opened over 2 years ago
by
raniprakash
Translation of longer texts
2
#25 opened over 2 years ago
by
hanshupe
Poor Translation Help
1
#24 opened over 2 years ago
by
madscientist1224
Domain specific translation for existing language
#23 opened over 2 years ago
by
tirtohadi
[AUTOMATED] Model Memory Requirements
#21 opened almost 3 years ago
by
model-sizer-bot
Correct Cite
#20 opened about 3 years ago
by
JoPhi
Adding ONNX file of this model
2
#19 opened about 3 years ago
by
GeorgeSpark
Adding `safetensors` variant of this model
#18 opened about 3 years ago
by
SFconvertbot
Finetune nllb for new language
1
#17 opened about 3 years ago
by
bojosted
Suggestion: please convert weights to safetensors! ๐
#16 opened about 3 years ago
by
julien-c
EN and ES labels are switched
#15 opened over 3 years ago
by
josephmars
Add default translation to config
๐ 1
#13 opened over 3 years ago
by
sheonhan
Training
๐ 5
#11 opened over 3 years ago
by
511KeV
Add multilingual to the language tag
#10 opened over 3 years ago
by
lbourdois
[Question] How to keep the model from translating unknow tokens ?
3
#8 opened almost 4 years ago
by
Fransferdy
[QUESTION] How to skip the translation of some tokens?
๐ 2
3
#7 opened almost 4 years ago
by
hkad98