sofial commited on
Commit
b1c6b96
1 Parent(s): 657932a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -2,13 +2,21 @@
2
  license: apache-2.0
3
  model-index:
4
  - name: Graphcore/gptj-mnli
5
- results: []
6
- datasets:
7
- - multi_nli
 
 
 
 
 
 
 
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
  ---