mirari/easy-read
Viewer • Updated • 1.21k • 81 • 2
How to use Irisba/mbart-LenguajeClaro with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Irisba/mbart-LenguajeClaro")
model = AutoModelForSeq2SeqLM.from_pretrained("Irisba/mbart-LenguajeClaro")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:
This model has been specially designed to improve the readability of Spanish texts, making them easier to understand and more engaging. It can be used for: Simplifying complex sentences Adjusting vocabulary for clarity. Enhacing readability for specific audiences.
The model has been trained on a small database (easy-read). Therefore, the results can be very variable.
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|---|---|---|---|---|---|
| No log | 1.0 | 241 | 2.1494 | 14.3395 | 108.657 |
| No log | 2.0 | 482 | 2.1078 | 15.5051 | 119.5331 |
Base model
facebook/mbart-large-50