tomaarsen HF staff commited on
Commit
e587f0c
1 Parent(s): 37897b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  {