Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,40 @@ model-index:
|
|
25 |
type: loss
|
26 |
value: 0.9192380222864449
|
27 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
|
|
|
25 |
type: loss
|
26 |
value: 0.9192380222864449
|
27 |
verified: true
|
28 |
+
- task:
|
29 |
+
type: zero-shot-classification
|
30 |
+
name: Zero-Shot Text Classification
|
31 |
+
dataset:
|
32 |
+
name: inverse-scaling/quote-repetition
|
33 |
+
type: inverse-scaling/quote-repetition
|
34 |
+
config: inverse-scaling--quote-repetition
|
35 |
+
split: train
|
36 |
+
metrics:
|
37 |
+
- name: Accuracy
|
38 |
+
type: accuracy
|
39 |
+
value: 0.9633333333333334
|
40 |
+
verified: true
|
41 |
+
- name: Loss
|
42 |
+
type: loss
|
43 |
+
value: 0.03444786100047819
|
44 |
+
verified: true
|
45 |
+
- task:
|
46 |
+
type: zero-shot-classification
|
47 |
+
name: Zero-Shot Text Classification
|
48 |
+
dataset:
|
49 |
+
name: inverse-scaling/redefine-math
|
50 |
+
type: inverse-scaling/redefine-math
|
51 |
+
config: inverse-scaling--redefine-math
|
52 |
+
split: train
|
53 |
+
metrics:
|
54 |
+
- name: Accuracy
|
55 |
+
type: accuracy
|
56 |
+
value: 0.6877777777777778
|
57 |
+
verified: true
|
58 |
+
- name: Loss
|
59 |
+
type: loss
|
60 |
+
value: 0.6016371671193176
|
61 |
+
verified: true
|
62 |
---
|
63 |
|
64 |
|