Models GEC spanish
Collection
24 items โข Updated
How to use Ro551/mbart-large-50-GEC-spanish-synthetic with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Ro551/mbart-large-50-GEC-spanish-synthetic")
model = AutoModelForSeq2SeqLM.from_pretrained("Ro551/mbart-large-50-GEC-spanish-synthetic", device_map="auto")This model is a fine-tuned version of facebook/mbart-large-50 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 | Gleu |
|---|---|---|---|---|
| 0.3958 | 1.0 | 2707 | 0.0208 | 0.9412 |
| 0.1673 | 2.0 | 5414 | 0.0169 | 0.9544 |
Base model
facebook/mbart-large-50