dslim autoevaluator HF staff commited on
Commit
6dadf25
1 Parent(s): 95c62bc

Add evaluation results on the conll2003 config and test split of conll2003 (#1)

Browse files

- Add evaluation results on the conll2003 config and test split of conll2003 (bf7ca2f490fe8968093aabbe5a00b8bd41c40cf1)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -3,6 +3,38 @@ language: en
3
  datasets:
4
  - conll2003
5
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
  # bert-base-NER
8
 
3
  datasets:
4
  - conll2003
5
  license: mit
6
+ model-index:
7
+ - name: dslim/bert-large-NER
8
+ results:
9
+ - task:
10
+ type: token-classification
11
+ name: Token Classification
12
+ dataset:
13
+ name: conll2003
14
+ type: conll2003
15
+ config: conll2003
16
+ split: test
17
+ metrics:
18
+ - name: Accuracy
19
+ type: accuracy
20
+ value: 0.9031688753722759
21
+ verified: true
22
+ - name: Precision
23
+ type: precision
24
+ value: 0.920025068328604
25
+ verified: true
26
+ - name: Recall
27
+ type: recall
28
+ value: 0.9193688678588825
29
+ verified: true
30
+ - name: F1
31
+ type: f1
32
+ value: 0.9196968510445761
33
+ verified: true
34
+ - name: loss
35
+ type: loss
36
+ value: 0.5085050463676453
37
+ verified: true
38
  ---
39
  # bert-base-NER
40