maximoss commited on
Commit
00f194f
1 Parent(s): 73cc18d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,8 +36,8 @@ The task of automatic detection of contradictions between sentences is a sentenc
36
  - `id`: Index number.
37
  - `premise`: The translated premise in the target language.
38
  - `hypothesis`: The translated premise in the target language.
39
- - `label`: The classification label, with possible values 0 (`entailment`), 1 (`neutral`), 2 (`contradiction`).
40
- - `label_text`: The classification label, with possible values `entailment` (0), `neutral` (1), `contradiction` (2).
41
  - `genre`: a `string` feature .
42
 
43
  ### Data Splits
 
36
  - `id`: Index number.
37
  - `premise`: The translated premise in the target language.
38
  - `hypothesis`: The translated premise in the target language.
39
+ - `label`: The classification label, with possible values 0 (`compatibles`), 1 (`contradiction`).
40
+ - `label_text`: The classification label, with possible values `compatibles` (0), `contradiction` (1).
41
  - `genre`: a `string` feature .
42
 
43
  ### Data Splits