language: en | |
license: apache-2.0 | |
tags: | |
- language-model | |
- transformers | |
- education | |
libraries: | |
- transformers | |
# Model Name | |
## Model Description | |
The model is a roberta-base fine-tuned on various social media dataset and Wikipedia dataset. | |
The model takes a news article and predicts if it is true or fake. | |
The format of the input should be: | |
``` | |
<title> TITLE HERE <content> CONTENT HERE <end> | |
``` | |