Commit
·
fd673d9
1
Parent(s):
3ec6551
Add evaluation results on the default config of ag_news (#1)
Browse files- Add evaluation results on the default config of ag_news (6ed4144722fa2fe8684ddb0d1779fceefc4a950f)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -7,7 +7,64 @@ tags:
|
|
7 |
datasets:
|
8 |
- ag_news
|
9 |
widget:
|
10 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# BERT-Mini fine-tuned on age_news dataset for news classification
|
|
|
7 |
datasets:
|
8 |
- ag_news
|
9 |
widget:
|
10 |
+
- text: Israel withdraws from Gaza camp Israel withdraws from Khan Younis refugee
|
11 |
+
camp in the Gaza Strip, after a four-day operation that left 11 dead.
|
12 |
+
model-index:
|
13 |
+
- name: mrm8488/bert-mini-finetuned-age_news-classification
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: text-classification
|
17 |
+
name: Text Classification
|
18 |
+
dataset:
|
19 |
+
name: ag_news
|
20 |
+
type: ag_news
|
21 |
+
config: default
|
22 |
+
split: test
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.9339473684210526
|
27 |
+
verified: true
|
28 |
+
- name: Precision Macro
|
29 |
+
type: precision
|
30 |
+
value: 0.9341278202108704
|
31 |
+
verified: true
|
32 |
+
- name: Precision Micro
|
33 |
+
type: precision
|
34 |
+
value: 0.9339473684210526
|
35 |
+
verified: true
|
36 |
+
- name: Precision Weighted
|
37 |
+
type: precision
|
38 |
+
value: 0.9341278202108704
|
39 |
+
verified: true
|
40 |
+
- name: Recall Macro
|
41 |
+
type: recall
|
42 |
+
value: 0.9339473684210526
|
43 |
+
verified: true
|
44 |
+
- name: Recall Micro
|
45 |
+
type: recall
|
46 |
+
value: 0.9339473684210526
|
47 |
+
verified: true
|
48 |
+
- name: Recall Weighted
|
49 |
+
type: recall
|
50 |
+
value: 0.9339473684210526
|
51 |
+
verified: true
|
52 |
+
- name: F1 Macro
|
53 |
+
type: f1
|
54 |
+
value: 0.9339351653217216
|
55 |
+
verified: true
|
56 |
+
- name: F1 Micro
|
57 |
+
type: f1
|
58 |
+
value: 0.9339473684210526
|
59 |
+
verified: true
|
60 |
+
- name: F1 Weighted
|
61 |
+
type: f1
|
62 |
+
value: 0.9339351653217215
|
63 |
+
verified: true
|
64 |
+
- name: loss
|
65 |
+
type: loss
|
66 |
+
value: 0.20814141631126404
|
67 |
+
verified: true
|
68 |
---
|
69 |
|
70 |
# BERT-Mini fine-tuned on age_news dataset for news classification
|