pandrei7 commited on
Commit
b3bae35
1 Parent(s): 7338d83

Fix typos in README.md

Browse files

Fix some typos and add some clarifications

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,15 +4,15 @@ library_name: keras
4
 
5
  ## Model description
6
 
7
- BERT-based model for predicting 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 politcs.
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