Models GEC spanish
Collection
24 items • Updated
How to use Ro551/mbart-large-50-GEC-spanish-LORA-synthetic with PEFT:
from peft import PeftModel
from transformers import AutoModelForSeq2SeqLM
base_model = AutoModelForSeq2SeqLM.from_pretrained("facebook/mbart-large-50")
model = PeftModel.from_pretrained(base_model, "Ro551/mbart-large-50-GEC-spanish-LORA-synthetic")How to use Ro551/mbart-large-50-GEC-spanish-LORA-synthetic with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ro551/mbart-large-50-GEC-spanish-LORA-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 |
|---|---|---|---|---|
| 5.2765 | 1.0 | 10826 | 5.4872 | 0.9363 |
| 5.3548 | 2.0 | 21652 | 5.4822 | 0.9507 |
Base model
facebook/mbart-large-50