lewtun HF staff commited on
Commit
4a8c92c
1 Parent(s): f24aff8

Add evaluation results on conll2003

Browse files

Beep boop, I am a bot from Hugging Face's automatic evaluation service! Your model has been evaluated on the [conll2003](https://huggingface.co/datasets/conll2003) dataset. Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=conll2003). Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/autoevaluate?dataset=conll2003).

Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -32,6 +32,31 @@ model-index:
32
  - name: Accuracy
33
  type: accuracy
34
  value: 0.9774889986814304
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
  - name: Accuracy
33
  type: accuracy
34
  value: 0.9774889986814304
35
+ - task:
36
+ type: token-classification
37
+ name: entity_extraction
38
+ dataset:
39
+ type: conll2003
40
+ name: conll2003
41
+ config: conll2003
42
+ split: test
43
+ metrics:
44
+ - name: Accuracy
45
+ type: accuracy
46
+ value: 0.9703231821006837
47
+ verified: true
48
+ - name: Precision
49
+ type: precision
50
+ value: 0.9758137392136365
51
+ verified: true
52
+ - name: Recall
53
+ type: recall
54
+ value: 0.9764192759122017
55
+ verified: true
56
+ - name: F1 Score
57
+ type: f1
58
+ value: 0.9761164136513085
59
+ verified: true
60
  ---
61
 
62
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You