Update README.md
Browse files
README.md
CHANGED
|
@@ -138,7 +138,7 @@ Despite originally being intended for Natural Language Inference (NLI), this dat
|
|
| 138 |
### `pair-class` subset
|
| 139 |
|
| 140 |
* Columns: "premise", "hypothesis", "label"
|
| 141 |
-
* Column types: `str`, `str`, `class` with {"0": "entailment", "1": "neutral", "2", "contradiction"}
|
| 142 |
* Examples:
|
| 143 |
```python
|
| 144 |
{
|
|
|
|
| 138 |
### `pair-class` subset
|
| 139 |
|
| 140 |
* Columns: "premise", "hypothesis", "label"
|
| 141 |
+
* Column types: `str`, `str`, `class` with `{"0": "entailment", "1": "neutral", "2", "contradiction"}`
|
| 142 |
* Examples:
|
| 143 |
```python
|
| 144 |
{
|