Commit
•
2e46507
1
Parent(s):
e9eb71c
Add evaluation results on acronym_identification dataset (#2)
Browse files- Add evaluation results on acronym_identification dataset (7f7fd4771c684b8b262b008fe3ea5c2a2c5a5877)
Co-authored-by: Evaluation Bot <[email protected]>
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
|