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
@bonbon
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-81757492-8865171).\
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
@@ -2,7 +2,7 @@
|
|
2 |
tags: autotrain
|
3 |
language: en
|
4 |
widget:
|
5 |
-
- text: "I love AutoTrain
|
6 |
datasets:
|
7 |
- lewtun/autotrain-data-acronym-identification
|
8 |
- acronym_identification
|
@@ -21,6 +21,35 @@ model-index:
|
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
value: 0.9708090976211485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Model Trained Using AutoTrain
|
|
|
2 |
tags: autotrain
|
3 |
language: en
|
4 |
widget:
|
5 |
+
- text: "I love AutoTrain \U0001F917"
|
6 |
datasets:
|
7 |
- lewtun/autotrain-data-acronym-identification
|
8 |
- acronym_identification
|
|
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
value: 0.9708090976211485
|
24 |
+
- task:
|
25 |
+
type: token-classification
|
26 |
+
name: Token Classification
|
27 |
+
dataset:
|
28 |
+
name: acronym_identification
|
29 |
+
type: acronym_identification
|
30 |
+
config: default
|
31 |
+
split: train
|
32 |
+
metrics:
|
33 |
+
- name: Accuracy
|
34 |
+
type: accuracy
|
35 |
+
value: 0.9790777669399117
|
36 |
+
verified: true
|
37 |
+
- name: Precision
|
38 |
+
type: precision
|
39 |
+
value: 0.9197835301644851
|
40 |
+
verified: true
|
41 |
+
- name: Recall
|
42 |
+
type: recall
|
43 |
+
value: 0.946479027789208
|
44 |
+
verified: true
|
45 |
+
- name: F1
|
46 |
+
type: f1
|
47 |
+
value: 0.9329403493591477
|
48 |
+
verified: true
|
49 |
+
- name: loss
|
50 |
+
type: loss
|
51 |
+
value: 0.06360606849193573
|
52 |
+
verified: true
|
53 |
---
|
54 |
|
55 |
# Model Trained Using AutoTrain
|