This modelcard aims to be a base template for new models. It has been generated using
this raw template.
This model is created using the fake news dataset from kaggle. The custom model is a fine tuned distilbert model with additional layers.
The code was written in pytorch. The dataset was processed with removing symbols and converting text to lower case. The train - validate - test datasets
are created in the ratio 60:20:20. The model was trained for two epochs and obtained an accuracy of 99%.
However, the model has been shown to be overfitted on certain types of samples owing to lack of diversity in the samples. Please be cautious
before using this model for a downstream use case
Fake news detection can be used in the cases when you need to verify the veracity of a news article or a tweet or other pieces of text.
The model has been shown to be overfitted on certain types of samples owing to lack of diversity in the samples. Please be cautious
before using this model for a downstream use case