This model is a fine-tuned version of
distilbert-base-uncased on an external dataset.
It achieves the following results on the evaluation set:
A DistilBERT model is trained on an external dataset (Spanish Fake and Real News) to detect fake news in spanish.
Dataset obtained from:
https://www.kaggle.com/datasets/zulanac/fake-and-real-news, under a CC BY-SA 4.0 license. Author: Fabricio A. Zules.
For compatibility reasons with the model, it was necessary to change 'texto' and 'clase' headers to 'text' and 'label'; and 'fake' and 'true' values (from class/label), were replaced by '0' and '1' values.