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
mBart for Auto-Correction in Text
#10
by MuhammadaliML - opened
Hello everyone,
I was wondering if i can tune facebook/mbart-large-50 for Auto-Correction task?
I did the same thing with facebook/mbart-large-50. I documented the entire process here Mbart For Sentence Error Correction. I also uploaded the model to HuggingFace: mbart_bn_error_correction
Thank you, I will surely check out your pages.
Awesome, let me know!