Commit
•
36abc4b
1
Parent(s):
1225cca
Add evaluation results on the amazon_polarity config and test split of amazon_polarity (#2)
Browse files- Add evaluation results on the amazon_polarity config and test split of amazon_polarity (eedfdd1825280159d9ad08627bdd2405fb2a4868)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -21,6 +21,39 @@ model-index:
|
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
value: 0.94647
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
value: 0.94647
|
24 |
+
- task:
|
25 |
+
type: text-classification
|
26 |
+
name: Text Classification
|
27 |
+
dataset:
|
28 |
+
name: amazon_polarity
|
29 |
+
type: amazon_polarity
|
30 |
+
config: amazon_polarity
|
31 |
+
split: test
|
32 |
+
metrics:
|
33 |
+
- name: Accuracy
|
34 |
+
type: accuracy
|
35 |
+
value: 0.9464875
|
36 |
+
verified: true
|
37 |
+
- name: Precision
|
38 |
+
type: precision
|
39 |
+
value: 0.9528844934702675
|
40 |
+
verified: true
|
41 |
+
- name: Recall
|
42 |
+
type: recall
|
43 |
+
value: 0.939425
|
44 |
+
verified: true
|
45 |
+
- name: AUC
|
46 |
+
type: auc
|
47 |
+
value: 0.9863499156250001
|
48 |
+
verified: true
|
49 |
+
- name: F1
|
50 |
+
type: f1
|
51 |
+
value: 0.9461068798388619
|
52 |
+
verified: true
|
53 |
+
- name: loss
|
54 |
+
type: loss
|
55 |
+
value: 0.2944573760032654
|
56 |
+
verified: true
|
57 |
---
|
58 |
|
59 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|