Instructions to use mbazaNLP/NLLB-Education with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mbazaNLP/NLLB-Education with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mbazaNLP/NLLB-Education") model = AutoModelForSeq2SeqLM.from_pretrained("mbazaNLP/NLLB-Education") - Notebooks
- Google Colab
- Kaggle
Update model card: Intended Use, Limitations, code example, BibTeX, licence/email/description fixes
#2 opened about 2 months ago
by
rdelyon
Adding `safetensors` variant of this model
#1 opened almost 3 years ago
by
SFconvertbot