Instructions to use facebook/mbart-large-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mbart-large-50 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("facebook/mbart-large-50") model = AutoModelForSeq2SeqLM.from_pretrained("facebook/mbart-large-50") - Notebooks
- Google Colab
- Kaggle
How much maximum input and output length was this model pretrained with ?
#5
by MohamedDhouib1 - opened
Hello !
I'm a bit confused, was this model pretrained with inputs and outputs up to 1024 tokens ?
Thanks !