Add evaluation results on the conll2003 config and test split of conll2003

#1
by autoevaluator HF Staff - opened
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -30,6 +30,35 @@ model-index:
30
  - name: Accuracy
31
  type: accuracy
32
  value: 0.9866221227997881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  - name: Accuracy
31
  type: accuracy
32
  value: 0.9866221227997881
33
+ - task:
34
+ type: token-classification
35
+ name: Token Classification
36
+ dataset:
37
+ name: conll2003
38
+ type: conll2003
39
+ config: conll2003
40
+ split: test
41
+ metrics:
42
+ - name: Accuracy
43
+ type: accuracy
44
+ value: 0.9000173334804052
45
+ verified: true
46
+ - name: Precision
47
+ type: precision
48
+ value: 0.9290209672533908
49
+ verified: true
50
+ - name: Recall
51
+ type: recall
52
+ value: 0.9153430381006068
53
+ verified: true
54
+ - name: F1
55
+ type: f1
56
+ value: 0.9221312844496409
57
+ verified: true
58
+ - name: loss
59
+ type: loss
60
+ value: 1.0536952018737793
61
+ verified: true
62
  ---
63
 
64
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You