Correct description for label

#9
Files changed (1) hide show
  1. README.md +1 -1
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 hypothesis entails the premise, _1_, indicating that the premise and hypothesis neither entail nor contradict each other, or _2_, indicating that the hypothesis contradicts the premise. 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
 
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