autoevaluator HF Staff commited on
Commit
96fd89e
·
1 Parent(s): a596467

Add evaluation results on the conll2003 config and test split of conll2003

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the conll2003 config and test split of the [conll2003](https://huggingface.co/datasets/conll2003) dataset by @phpthinh , using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-conll2003-conll2003-119a22-1693959576).\
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/model-evaluator?dataset=conll2003).

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