poltextlab commited on
Commit
5a46a93
1 Parent(s): e278c89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ Model description Cased fine-tuned BERT model for English, trained on (manually
5
 
6
  Intended uses & limitations The model can be used as any other (cased) BERT model. It has been tested recognizing positive, negative, and neutral sentences in (parliamentary) pre-agenda speeches, where:
7
 
8
- 'Label_0': Negative 'Label_1': Neutral 'Label_2': Positiv
9
 
10
  Training The fine-tuned version of the original bert-base-cased model (bert-base-cased), trained on HunEmPoli corpus, translated with Google Translate API.
11
 
 
5
 
6
  Intended uses & limitations The model can be used as any other (cased) BERT model. It has been tested recognizing positive, negative, and neutral sentences in (parliamentary) pre-agenda speeches, where:
7
 
8
+ 'Label_0': Negative 'Label_1': Neutral 'Label_2': Positive
9
 
10
  Training The fine-tuned version of the original bert-base-cased model (bert-base-cased), trained on HunEmPoli corpus, translated with Google Translate API.
11