Fix typos in README.md
Browse filesFix some typos and add some clarifications
README.md
CHANGED
@@ -4,15 +4,15 @@ library_name: keras
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
BERT-based model for
|
8 |
|
9 |
## Intended uses & limitations
|
10 |
|
11 |
It predicts one of six types of fake news (in order: "fabricated", "fictional", "plausible", "propaganda", "real", "satire").
|
12 |
|
13 |
-
It also predicts if the article talks about health or
|
14 |
|
15 |
-
## How to use
|
16 |
|
17 |
Load the model with:
|
18 |
|
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
+
BERT-based model for classifying fake news written in Romanian.
|
8 |
|
9 |
## Intended uses & limitations
|
10 |
|
11 |
It predicts one of six types of fake news (in order: "fabricated", "fictional", "plausible", "propaganda", "real", "satire").
|
12 |
|
13 |
+
It also predicts if the article talks about health or politics.
|
14 |
|
15 |
+
## How to use the model
|
16 |
|
17 |
Load the model with:
|
18 |
|