Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,8 @@ model-index:
|
|
| 6 |
- name: Graphcore/gptj-mnli
|
| 7 |
results:
|
| 8 |
- task:
|
| 9 |
-
name: Text
|
| 10 |
-
type: text-
|
| 11 |
dataset:
|
| 12 |
name: GLUE MNLI
|
| 13 |
type: glue
|
|
@@ -23,7 +23,9 @@ datasets:
|
|
| 23 |
tags:
|
| 24 |
- pytorch
|
| 25 |
- causal-lm
|
|
|
|
| 26 |
- text-generation
|
|
|
|
| 27 |
widget:
|
| 28 |
- 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:"
|
| 29 |
---
|
|
|
|
| 6 |
- name: Graphcore/gptj-mnli
|
| 7 |
results:
|
| 8 |
- task:
|
| 9 |
+
name: Text Classification
|
| 10 |
+
type: text-classification
|
| 11 |
dataset:
|
| 12 |
name: GLUE MNLI
|
| 13 |
type: glue
|
|
|
|
| 23 |
tags:
|
| 24 |
- pytorch
|
| 25 |
- causal-lm
|
| 26 |
+
- text-classification
|
| 27 |
- text-generation
|
| 28 |
+
pipeline_tag: text-generation
|
| 29 |
widget:
|
| 30 |
- 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:"
|
| 31 |
---
|