Transliteration
Collection
27 items • Updated
How to use kasunw/en_si_model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kasunw/en_si_model")
model = AutoModelForSeq2SeqLM.from_pretrained("kasunw/en_si_model", device_map="auto")This model is a fine-tuned version of facebook/nllb-200-distilled-600M on an unknown 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 | Bleu | Gen Len |
|---|---|---|---|---|---|
| 1.8899 | 1.0 | 852 | 1.2776 | 22.3337 | 19.7254 |
Base model
facebook/nllb-200-distilled-600M