Add evaluation results on acronym_identification dataset
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the [acronym_identification](https://huggingface.co/datasets/acronym_identification) dataset by
@Felixver
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-ea06fa04-9805305).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=acronym_identification).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=acronym_identification).
README.md
CHANGED
@@ -50,6 +50,35 @@ model-index:
|
|
50 |
type: loss
|
51 |
value: 0.06360606849193573
|
52 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
---
|
54 |
|
55 |
# Model Trained Using AutoTrain
|
|
|
50 |
type: loss
|
51 |
value: 0.06360606849193573
|
52 |
verified: true
|
53 |
+
- task:
|
54 |
+
type: token-classification
|
55 |
+
name: Token Classification
|
56 |
+
dataset:
|
57 |
+
name: acronym_identification
|
58 |
+
type: acronym_identification
|
59 |
+
config: default
|
60 |
+
split: validation
|
61 |
+
metrics:
|
62 |
+
- name: Accuracy
|
63 |
+
type: accuracy
|
64 |
+
value: 0.9758354452761242
|
65 |
+
verified: true
|
66 |
+
- name: Precision
|
67 |
+
type: precision
|
68 |
+
value: 0.9339674814732883
|
69 |
+
verified: true
|
70 |
+
- name: Recall
|
71 |
+
type: recall
|
72 |
+
value: 0.9159344831326608
|
73 |
+
verified: true
|
74 |
+
- name: F1
|
75 |
+
type: f1
|
76 |
+
value: 0.9248630887185104
|
77 |
+
verified: true
|
78 |
+
- name: loss
|
79 |
+
type: loss
|
80 |
+
value: 0.07593930512666702
|
81 |
+
verified: true
|
82 |
---
|
83 |
|
84 |
# Model Trained Using AutoTrain
|