Instructions to use Addy1008/adarsh-mBART-codemixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Addy1008/adarsh-mBART-codemixed with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Addy1008/adarsh-mBART-codemixed") model = AutoModelForSeq2SeqLM.from_pretrained("Addy1008/adarsh-mBART-codemixed") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
mBART (a pre-trained model by Facebook) is pre-trained to de-noise multiple languages simultaneously with BART objective.
|
| 2 |
+
|
| 3 |
+
Checkpoint available in this repository is obtained after fine-tuning facebook/mbart-large-cc25 on 0.5 M samples from IIT-B Hindi-English parallel corpus. This checkpoint gives decent results for Hindi-english translation.
|