hamzab commited on
Commit
7267435
1 Parent(s): b209710

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```