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 +33 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language:
3
  - en
4
  tags:
5
  - token-classification
@@ -9,6 +9,38 @@ datasets:
9
  - conll2003
10
  metrics:
11
  - Accuracy, F1 Score, Precision, Recall
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Electra Base Discriminator conll03 English
 
1
  ---
2
+ language:
3
  - en
4
  tags:
5
  - token-classification
 
9
  - conll2003
10
  metrics:
11
  - Accuracy, F1 Score, Precision, Recall
12
+ model-index:
13
+ - name: bhadresh-savani/electra-base-discriminator-finetuned-conll03-english
14
+ results:
15
+ - task:
16
+ type: token-classification
17
+ name: Token Classification
18
+ dataset:
19
+ name: conll2003
20
+ type: conll2003
21
+ config: conll2003
22
+ split: test
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.9397659001450176
27
+ verified: true
28
+ - name: Precision
29
+ type: precision
30
+ value: 0.9492206245667668
31
+ verified: true
32
+ - name: Recall
33
+ type: recall
34
+ value: 0.9468813162653806
35
+ verified: true
36
+ - name: F1
37
+ type: f1
38
+ value: 0.9480495273598721
39
+ verified: true
40
+ - name: loss
41
+ type: loss
42
+ value: 0.3468747138977051
43
+ verified: true
44
  ---
45
 
46
  # Electra Base Discriminator conll03 English