Models GEC spanish
Collection
24 items • Updated
How to use Ro551/mbart-large-50-GEC-spanish-cowsl2h with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Ro551/mbart-large-50-GEC-spanish-cowsl2h")
model = AutoModelForSeq2SeqLM.from_pretrained("Ro551/mbart-large-50-GEC-spanish-cowsl2h", 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 |
|---|---|---|---|---|
| No log | 1.0 | 97 | 0.0757 | 0.5037 |
| 47.5108 | 2.0 | 194 | 0.0594 | 0.5868 |
| 0.8048 | 3.0 | 291 | 0.0656 | 0.6126 |
| 0.3084 | 4.0 | 388 | 0.2795 | 0.5138 |
Base model
facebook/mbart-large-50