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
by rdelyon - opened
No description provided.