Add evaluation results on ag_news dataset
#1
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -6,7 +6,64 @@ tags:
|
|
6 |
datasets:
|
7 |
- ag_news
|
8 |
widget:
|
9 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# distilroberta-base fine-tuned on age_news dataset for news classification
|
|
|
6 |
datasets:
|
7 |
- ag_news
|
8 |
widget:
|
9 |
+
- text: Venezuela Prepares for Chavez Recall Vote Supporters and rivals warn of possible
|
10 |
+
fraud; government says Chavez's defeat could produce turmoil in world oil market.
|
11 |
+
model-index:
|
12 |
+
- name: mrm8488/distilroberta-finetuned-age_news-classification
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-classification
|
16 |
+
name: Text Classification
|
17 |
+
dataset:
|
18 |
+
name: ag_news
|
19 |
+
type: ag_news
|
20 |
+
config: default
|
21 |
+
split: test
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.9471052631578948
|
26 |
+
verified: true
|
27 |
+
- name: Precision Macro
|
28 |
+
type: precision
|
29 |
+
value: 0.9472413731754281
|
30 |
+
verified: true
|
31 |
+
- name: Precision Micro
|
32 |
+
type: precision
|
33 |
+
value: 0.9471052631578948
|
34 |
+
verified: true
|
35 |
+
- name: Precision Weighted
|
36 |
+
type: precision
|
37 |
+
value: 0.947241373175428
|
38 |
+
verified: true
|
39 |
+
- name: Recall Macro
|
40 |
+
type: recall
|
41 |
+
value: 0.9471052631578948
|
42 |
+
verified: true
|
43 |
+
- name: Recall Micro
|
44 |
+
type: recall
|
45 |
+
value: 0.9471052631578948
|
46 |
+
verified: true
|
47 |
+
- name: Recall Weighted
|
48 |
+
type: recall
|
49 |
+
value: 0.9471052631578948
|
50 |
+
verified: true
|
51 |
+
- name: F1 Macro
|
52 |
+
type: f1
|
53 |
+
value: 0.9471595046942278
|
54 |
+
verified: true
|
55 |
+
- name: F1 Micro
|
56 |
+
type: f1
|
57 |
+
value: 0.9471052631578948
|
58 |
+
verified: true
|
59 |
+
- name: F1 Weighted
|
60 |
+
type: f1
|
61 |
+
value: 0.9471595046942278
|
62 |
+
verified: true
|
63 |
+
- name: loss
|
64 |
+
type: loss
|
65 |
+
value: 0.20311592519283295
|
66 |
+
verified: true
|
67 |
---
|
68 |
|
69 |
# distilroberta-base fine-tuned on age_news dataset for news classification
|