Models GEC spanish
Collection
24 items • Updated
How to use Ro551/mt5-small-GEC-spanish-LORA-merged with PEFT:
from peft import PeftModel
from transformers import AutoModelForSeq2SeqLM
base_model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-small")
model = PeftModel.from_pretrained(base_model, "Ro551/mt5-small-GEC-spanish-LORA-merged")How to use Ro551/mt5-small-GEC-spanish-LORA-merged with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ro551/mt5-small-GEC-spanish-LORA-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.2301 | 1.0 | 11213 | 0.1175 | 0.7102 |
| 0.1762 | 2.0 | 22426 | 0.1016 | 0.7352 |
Base model
google/mt5-small