Add evaluation results on the sen_en_ config and test split of futin/feed
#21
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -3,9 +3,28 @@ language: en
|
|
3 |
inference: false
|
4 |
tags:
|
5 |
- text-generation
|
6 |
-
|
7 |
license: other
|
8 |
commercial: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
|
|
|
3 |
inference: false
|
4 |
tags:
|
5 |
- text-generation
|
|
|
6 |
license: other
|
7 |
commercial: false
|
8 |
+
model-index:
|
9 |
+
- name: facebook/opt-350m
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: zero-shot-classification
|
13 |
+
name: Zero-Shot Text Classification
|
14 |
+
dataset:
|
15 |
+
name: futin/feed
|
16 |
+
type: futin/feed
|
17 |
+
config: sen_en_
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- name: Accuracy
|
21 |
+
type: accuracy
|
22 |
+
value: 0.655085281111813
|
23 |
+
verified: true
|
24 |
+
- name: Loss
|
25 |
+
type: loss
|
26 |
+
value: 0.7978626170977526
|
27 |
+
verified: true
|
28 |
---
|
29 |
|
30 |
|