Correct description for label
#9
by
plp34
- opened
README.md
CHANGED
@@ -131,7 +131,7 @@ The average token count for the premises and hypotheses are given below:
|
|
131 |
|
132 |
- `premise`: a string used to determine the truthfulness of the hypothesis
|
133 |
- `hypothesis`: a string that may be true, false, or whose truth conditions may not be knowable when compared to the premise
|
134 |
-
- `label`: an integer whose value may be either _0_, indicating that the
|
135 |
|
136 |
|
137 |
### Data Splits
|
|
|
131 |
|
132 |
- `premise`: a string used to determine the truthfulness of the hypothesis
|
133 |
- `hypothesis`: a string that may be true, false, or whose truth conditions may not be knowable when compared to the premise
|
134 |
+
- `label`: an integer whose value may be either _0_, indicating that the premise entails the hypothesis, _1_, indicating that the premise neither entails nor contradicts the hypothesis, or _2_, indicating that the premise contradicts the hypothesis. Dataset instances which don't have any gold label are marked with -1 label. Make sure you filter them before starting the training using `datasets.Dataset.filter`.
|
135 |
|
136 |
|
137 |
### Data Splits
|