Add evaluation results on the constructive config and test split of phpthinh/exampletx
#9
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -2,8 +2,27 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- exbert
|
5 |
-
|
6 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- exbert
|
|
|
5 |
license: mit
|
6 |
+
model-index:
|
7 |
+
- name: gpt2
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: zero-shot-classification
|
11 |
+
name: Zero-Shot Text Classification
|
12 |
+
dataset:
|
13 |
+
name: phpthinh/exampletx
|
14 |
+
type: phpthinh/exampletx
|
15 |
+
config: constructive
|
16 |
+
split: test
|
17 |
+
metrics:
|
18 |
+
- name: Accuracy
|
19 |
+
type: accuracy
|
20 |
+
value: 0.364
|
21 |
+
verified: true
|
22 |
+
- name: Loss
|
23 |
+
type: loss
|
24 |
+
value: 7.144325956131412
|
25 |
+
verified: true
|
26 |
---
|
27 |
|
28 |
|