sjd171 autoevaluator HF staff commited on
Commit
3043a31
1 Parent(s): b6f1146

Add evaluation results on conll2003 dataset (#1)

Browse files

- Add evaluation results on conll2003 dataset (d64628fbad52a21b02ae62e254af062395dc209c)


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
  license: apache-2.0
4
  datasets:
5
  - conll2003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  [DistilBERT base cased](https://huggingface.co/distilbert-base-cased), fine-tuned for NER using the [conll03 english dataset](https://huggingface.co/datasets/conll2003). Note that this model is sensitive to capital letters — "english" is different than "English". For the case insensitive version, please use [elastic/distilbert-base-uncased-finetuned-conll03-english](https://huggingface.co/elastic/distilbert-base-uncased-finetuned-conll03-english).
3
  license: apache-2.0
4
  datasets:
5
  - conll2003
6
+ model-index:
7
+ - name: elastic/distilbert-base-cased-finetuned-conll03-english
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: validation
17
+ metrics:
18
+ - name: Accuracy
19
+ type: accuracy
20
+ value: 0.9834432212868665
21
+ verified: true
22
+ - name: Precision
23
+ type: precision
24
+ value: 0.9857564461012737
25
+ verified: true
26
+ - name: Recall
27
+ type: recall
28
+ value: 0.9882123948925569
29
+ verified: true
30
+ - name: F1
31
+ type: f1
32
+ value: 0.9869828926905132
33
+ verified: true
34
+ - name: loss
35
+ type: loss
36
+ value: 0.07748260349035263
37
+ verified: true
38
  ---
39
 
40
  [DistilBERT base cased](https://huggingface.co/distilbert-base-cased), fine-tuned for NER using the [conll03 english dataset](https://huggingface.co/datasets/conll2003). Note that this model is sensitive to capital letters — "english" is different than "English". For the case insensitive version, please use [elastic/distilbert-base-uncased-finetuned-conll03-english](https://huggingface.co/elastic/distilbert-base-uncased-finetuned-conll03-english).