SPEAK-PP/akura-sinhala-dyslexia-corrected
Viewer • Updated • 23k • 36
How to use SPEAK-PP/mBART-large-50-si with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("SPEAK-PP/mBART-large-50-si")
model = AutoModelForSeq2SeqLM.from_pretrained("SPEAK-PP/mBART-large-50-si")This model is a fine-tuned version of facebook/mbart-large-50 on the SPEAK-ASR/akura-sinhala-dyslexia-corrected dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.0383 | 0.9921 | 500 | 0.0384 |
| 0.0608 | 1.9841 | 1000 | 0.0316 |
| 0.0205 | 2.9762 | 1500 | 0.0311 |
| 0.023 | 3.9683 | 2000 | 0.0335 |
| 0.0115 | 4.9603 | 2500 | 0.0369 |
Base model
facebook/mbart-large-50