Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,14 @@ The accuracy for the test set is
|
|
30 |
eval_samples_per_second = 86.354
|
31 |
eval_steps_per_second = 10.809
|
32 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
30 |
eval_samples_per_second = 86.354
|
31 |
eval_steps_per_second = 10.809
|
32 |
```
|
33 |
+
The labels are
|
34 |
+
```
|
35 |
+
"id2label": {
|
36 |
+
"0": "entailment",
|
37 |
+
"1": "neutral",
|
38 |
+
"2": "contradiction"
|
39 |
+
},
|
40 |
+
```
|
41 |
|
42 |
## Model description
|
43 |
|