sofial commited on
Commit
d5f7063
1 Parent(s): f1009df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -4,16 +4,18 @@ model-index:
4
  - name: Graphcore/gptj-mnli
5
  results:
6
  - task:
 
7
  type: text-classification
8
  dataset:
 
9
  type: glue
10
- config: mnli
11
- name: glue mnli mismatched
12
  split: validation_mismatched
 
13
  metrics:
14
- - type: accuracy
15
- value: 0.825
16
- config: mnli_mismatched
 
17
  datasets:
18
  - glue
19
  - multi_nli
 
4
  - name: Graphcore/gptj-mnli
5
  results:
6
  - task:
7
+ name: Text Classification
8
  type: text-classification
9
  dataset:
10
+ name: GLUE MNLI
11
  type: glue
 
 
12
  split: validation_mismatched
13
+ args: mnli
14
  metrics:
15
+ - name: Accuracy
16
+ type: accuracy
17
+ value: 0.825
18
+ config: mnli_mismatched
19
  datasets:
20
  - glue
21
  - multi_nli