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
Add license
#3
by patrickvonplaten - opened
Yes!
☑️
Hi :) Has there been any development on this?
patrickvonplaten changed pull request status to merged
Thanks for the ping @mabuwu