Instructions to use facebook/nllb-moe-54b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/nllb-moe-54b 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-moe-54b")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-moe-54b") model = AutoModel.from_pretrained("facebook/nllb-moe-54b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cc111b87631fe5b2c2798a5e890f097996d0b1632eb8b66c6cf6916c6cb29ffb
- Size of remote file:
- 9.94 GB
- SHA256:
- 57959c787bd138a2c69b337d577ca3a28cb377a2aa86d8bf1f2d8ecfe14a04f7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.