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") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6001776ccf5d77841d8a555e0554adaeb3e5516aea30f8f3c1bfe15c754ceadf
- Size of remote file:
- 17.3 MB
- SHA256:
- 61d9fa2a120c698d4811baf67ead672fbed532a54c6e1ce4bd7efea26d327429
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.