ljz512187207's picture
Update README.md
334c53f verified
---
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>
```