sofial commited on
Commit
1f8c71e
1 Parent(s): a4c4c9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -6,14 +6,13 @@ model-index:
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
- datasets:
16
- - multi_nli
17
  tags:
18
  - pytorch
19
  - causal-lm
 
6
  - task:
7
  type: text-classification
8
  dataset:
9
+ type: glue
10
+ config: mnli
11
+ name: glue mnli
12
  split: validation_mismatched
13
  metrics:
14
  - type: accuracy
15
  value: 82.5
 
 
16
  tags:
17
  - pytorch
18
  - causal-lm