facebook-llama/flores
Updated • 400 • 4
How to use kevanme/mbart-flores with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("kevanme/mbart-flores")
model = AutoModelForSeq2SeqLM.from_pretrained("kevanme/mbart-flores")This model is a fine-tuned version of facebook/mbart-large-50 on the flores 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 |
|---|---|---|---|---|---|
| No log | 1.0 | 125 | 0.4820 | 19.6465 | 32.75 |
| No log | 2.0 | 250 | 0.4899 | 15.8101 | 81.2846 |
Base model
facebook/mbart-large-50