Models GEC spanish
Collection
24 items โข Updated
How to use Ro551/mt5-small-GEC-spanish-merged with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Ro551/mt5-small-GEC-spanish-merged")
model = AutoModelForSeq2SeqLM.from_pretrained("Ro551/mt5-small-GEC-spanish-merged", device_map="auto")This model is a fine-tuned version of google/mt5-small on the None 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.1405 | 1.0 | 11213 | 0.0871 | 0.7550 |
| 0.0983 | 2.0 | 22426 | 0.0720 | 0.7757 |
Base model
google/mt5-small