Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ datasets:
|
|
12 |
---
|
13 |
## Overview
|
14 |
The model is a `roberta-base` fine-tuned on the [fake-and-real-news-dataset dataset](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset). It has a 100% accuracy on that dataset.
|
15 |
-
The model takes a news article and predicts if it true or fake.
|
16 |
The format of the input should be:
|
17 |
|
18 |
```
|
|
|
12 |
---
|
13 |
## Overview
|
14 |
The model is a `roberta-base` fine-tuned on the [fake-and-real-news-dataset dataset](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset). It has a 100% accuracy on that dataset.
|
15 |
+
The model takes a news article and predicts if it is true or fake.
|
16 |
The format of the input should be:
|
17 |
|
18 |
```
|