Update README.md
Browse files
README.md
CHANGED
@@ -148,7 +148,7 @@ Despite originally being intended for Natural Language Inference (NLI), this dat
|
|
148 |
'hypothesis': 'A person is training his horse for a competition.',
|
149 |
'label': 1,
|
150 |
}
|
151 |
-
|
152 |
* Collection strategy: Reading the premise, hypothesis and integer label from SNLI & MultiNLI datasets.
|
153 |
* Deduplified: Yes
|
154 |
|
|
|
148 |
'hypothesis': 'A person is training his horse for a competition.',
|
149 |
'label': 1,
|
150 |
}
|
151 |
+
```
|
152 |
* Collection strategy: Reading the premise, hypothesis and integer label from SNLI & MultiNLI datasets.
|
153 |
* Deduplified: Yes
|
154 |
|