File size: 416 Bytes
7121cc5
 
 
 
 
 
 
 
 
 
 
 
 
 
334c53f
 
 
7121cc5
334c53f
 
7121cc5
334c53f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
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>

```