cobrayyxx/FLEURS_ID-EN_No-Duplicate
Viewer • Updated • 1.91k • 60 • 1
How to use cobrayyxx/nllb-indo-en with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("cobrayyxx/nllb-indo-en")
model = AutoModelForSeq2SeqLM.from_pretrained("cobrayyxx/nllb-indo-en", device_map="auto")This model is a fine-tuned version of facebook/nllb-200-distilled-600M on Fleurs Dataset without duplication of ids.
It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 1.0 | 96 | 4.3318 |
| 53.1274 | 2.0 | 192 | 2.0475 |
| 25.7634 | 3.0 | 288 | 0.4936 |
| 8.4388 | 4.0 | 384 | 0.2444 |
| 1.7896 | 5.0 | 480 | 0.2407 |
| 0.8853 | 6.0 | 576 | 0.2626 |
| 0.5583 | 7.0 | 672 | 0.2793 |
| 0.4353 | 8.0 | 768 | 0.2936 |
| 0.3497 | 9.0 | 864 | 0.2992 |
| 0.2969 | 10.0 | 960 | 0.3038 |
| 0.2713 | 10.4199 | 1000 | 0.3048 |
The performance of this model was evaluated using BLEU and CHRF metrics on validation dataset.
| BLEU | CHRF |
|---|---|
| 40.94 | 66.46 |
Base model
facebook/nllb-200-distilled-600M