This is a mt5-small model finetuned for generating headlines from the body of the news in Spanish.
The model was trained with 58425 news extracted from the La Razón (31477) and Público (26948) newspapers. These news belong to the following categories: "España", "Cultura", "Economía", "Igualdad" and "Política".
It was trained with Google Colab's GPU Tesla P100-PCIE-16GB for 2 epochs.
{evaluation_strategy = "epoch",
learning_rate = 2e-4,
per_device_train_batch_size = 6,
per_device_eval_batch_size = 6,
weight_decay = 0.01,
save_total_limi t= 3,
num_train_epochs = 2,
predict_with_generate = True,
fp16 = False}
1@inproceedings{ mt5lrpjosmunpen,
2 year={2020},
3
4}