philschmid HF staff autoevaluator HF staff commited on
Commit
595c043
1 Parent(s): a0f41fc

Add evaluation results on wikiann dataset (#1)

Browse files

- Add evaluation results on wikiann dataset (a0ddec19677bf92b5f89fddeae859521c24bca70)


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

Files changed (1) hide show
  1. README.md +41 -13
README.md CHANGED
@@ -9,7 +9,6 @@ metrics:
9
  - recall
10
  - f1
11
  - accuracy
12
-
13
  model-index:
14
  - name: distilroberta-base-ner-wikiann
15
  results:
@@ -20,18 +19,47 @@ model-index:
20
  name: wikiann
21
  type: wikiann
22
  metrics:
23
- - name: Precision
24
- type: precision
25
- value: 0.8331921416757433
26
- - name: Recall
27
- type: recall
28
- value: 0.84243586083126
29
- - name: F1
30
- type: f1
31
- value: 0.8377885044416501
32
- - name: Accuracy
33
- type: accuracy
34
- value: 0.91930707459758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
9
  - recall
10
  - f1
11
  - accuracy
 
12
  model-index:
13
  - name: distilroberta-base-ner-wikiann
14
  results:
 
19
  name: wikiann
20
  type: wikiann
21
  metrics:
22
+ - name: Precision
23
+ type: precision
24
+ value: 0.8331921416757433
25
+ - name: Recall
26
+ type: recall
27
+ value: 0.84243586083126
28
+ - name: F1
29
+ type: f1
30
+ value: 0.8377885044416501
31
+ - name: Accuracy
32
+ type: accuracy
33
+ value: 0.91930707459758
34
+ - task:
35
+ type: token-classification
36
+ name: Token Classification
37
+ dataset:
38
+ name: wikiann
39
+ type: wikiann
40
+ config: en
41
+ split: test
42
+ metrics:
43
+ - name: Accuracy
44
+ type: accuracy
45
+ value: 0.9200373733433721
46
+ verified: true
47
+ - name: Precision
48
+ type: precision
49
+ value: 0.9258482820953792
50
+ verified: true
51
+ - name: Recall
52
+ type: recall
53
+ value: 0.9347545055892119
54
+ verified: true
55
+ - name: F1
56
+ type: f1
57
+ value: 0.9302800779500893
58
+ verified: true
59
+ - name: loss
60
+ type: loss
61
+ value: 0.3007512390613556
62
+ verified: true
63
  ---
64
 
65
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You