poltextlab commited on
Commit
d5d7cdc
1 Parent(s): 9a38a6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -21,3 +21,18 @@ The model can be used as any other (cased) BERT model. It has been tested recogn
21
 
22
  Eval results
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  Eval results
23
 
24
+ precision recall f1-score support
25
+
26
+ 0 1.00 0.50 0.67 46
27
+ 1 0.00 0.00 0.00 4
28
+ 2 0.70 0.85 0.76 188
29
+ 3 0.50 0.09 0.15 11
30
+ 4 0.85 0.75 0.80 375
31
+ 5 0.78 0.93 0.84 335
32
+ 6 0.67 0.28 0.39 36
33
+ 7 0.00 0.00 0.00 4
34
+
35
+ accuracy 0.79 999
36
+ macro avg 0.56 0.42 0.45 999
37
+ weighted avg 0.79 0.79 0.77 999
38
+