fix
Browse files
README.md
CHANGED
@@ -25,7 +25,8 @@ The model was trained on following datasets.
|
|
25 |
- [JSNLI](https://nlp.ist.i.kyoto-u.ac.jp/?%E6%97%A5%E6%9C%AC%E8%AA%9ESNLI%28JSNLI%29%E3%83%87%E3%83%BC%E3%82%BF%E3%82%BB%E3%83%83%E3%83%88)
|
26 |
- [JNLI](https://github.com/yahoojapan/JGLUE) (only train set)
|
27 |
- [JSICK](https://github.com/verypluming/JSICK) (only train set)
|
28 |
-
|
|
|
29 |
For a given sentence pair, it will output three scores corresponding to the labels: {0:"entailment", 1:"neutral", 2:"contradiction}.
|
30 |
|
31 |
## Usage
|
|
|
25 |
- [JSNLI](https://nlp.ist.i.kyoto-u.ac.jp/?%E6%97%A5%E6%9C%AC%E8%AA%9ESNLI%28JSNLI%29%E3%83%87%E3%83%BC%E3%82%BF%E3%82%BB%E3%83%83%E3%83%88)
|
26 |
- [JNLI](https://github.com/yahoojapan/JGLUE) (only train set)
|
27 |
- [JSICK](https://github.com/verypluming/JSICK) (only train set)
|
28 |
+
|
29 |
+
|
30 |
For a given sentence pair, it will output three scores corresponding to the labels: {0:"entailment", 1:"neutral", 2:"contradiction}.
|
31 |
|
32 |
## Usage
|