jenslemmens commited on
Commit
d8662e2
·
1 Parent(s): bb0608a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # RePublic
2
 
3
  ### Model description
@@ -29,10 +46,4 @@ The model was evaluated by performing 10-fold cross validation on the annotated
29
  | _Positive_ | 87.3 | 88.6 | 88.0 |
30
  | _Negative_ | 86.4 | 86.5 | 86.5 |
31
  | _Neutral_ | 85.3 | 84.2 | 84.7 |
32
- | _Macro-averaged_ | 86.3 | 86.4 | 86.4 |
33
-
34
- ---
35
- widget:
36
- - text: "De NMBS is altijd stipt op tijd."
37
- example_title: "Sentiment - POS"
38
- ---
 
1
+ ---
2
+ pipeline_tag: text-classification
3
+ language:
4
+ - nl
5
+ tags:
6
+ - text classification
7
+ - sentiment analysis
8
+ - domain adaptation
9
+ widget:
10
+ - text: "De NMBS is altijd stipt op tijd."
11
+ example_title: "Positive"
12
+ - text: "De NMBS heeft voor veel vertraging gezorgd dit weekend."
13
+ example_title: "Negative"
14
+ - text: "De NMBS is een vervoermaatschappij."
15
+ example_title: "Neutral"
16
+ ---
17
+
18
  # RePublic
19
 
20
  ### Model description
 
46
  | _Positive_ | 87.3 | 88.6 | 88.0 |
47
  | _Negative_ | 86.4 | 86.5 | 86.5 |
48
  | _Neutral_ | 85.3 | 84.2 | 84.7 |
49
+ | _Macro-averaged_ | 86.3 | 86.4 | 86.4 |