Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,18 @@ model-index:
|
|
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
|
|
|
19 |
- text-generation
|
20 |
|
21 |
widget:
|
|
|
8 |
dataset:
|
9 |
type: glue
|
10 |
config: mnli
|
11 |
+
name: glue mnli mismatched
|
12 |
split: validation_mismatched
|
13 |
metrics:
|
14 |
- type: accuracy
|
15 |
value: 82.5
|
16 |
+
datasets:
|
17 |
+
- glue
|
18 |
+
- multi_nli
|
19 |
tags:
|
20 |
- pytorch
|
21 |
- causal-lm
|
22 |
+
- text-classification
|
23 |
- text-generation
|
24 |
|
25 |
widget:
|