Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,21 @@
|
|
2 |
license: apache-2.0
|
3 |
model-index:
|
4 |
- name: Graphcore/gptj-mnli
|
5 |
-
results:
|
6 |
-
|
7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
tags:
|
9 |
- pytorch
|
10 |
- causal-lm
|
11 |
- text-generation
|
|
|
12 |
widget:
|
13 |
- text: "mnli hypothesis: Your contributions were of no help with our students' education. premise: Your contribution helped make it possible for us to provide our students with a quality education. target:"
|
14 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
model-index:
|
4 |
- name: Graphcore/gptj-mnli
|
5 |
+
results:
|
6 |
+
- task:
|
7 |
+
type: text-classification
|
8 |
+
dataset:
|
9 |
+
type: multi_nli
|
10 |
+
name: mnli
|
11 |
+
split: validation_mismatched
|
12 |
+
metrics:
|
13 |
+
- type: accuracy
|
14 |
+
value: 82.5
|
15 |
tags:
|
16 |
- pytorch
|
17 |
- causal-lm
|
18 |
- text-generation
|
19 |
+
|
20 |
widget:
|
21 |
- text: "mnli hypothesis: Your contributions were of no help with our students' education. premise: Your contribution helped make it possible for us to provide our students with a quality education. target:"
|
22 |
---
|