Datasets:
NYTK
/

Tasks:
Other
Languages:
Hungarian
License:
ligetinagy commited on
Commit
b70f6af
1 Parent(s): 08760a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -98,10 +98,10 @@ An example:
98
 
99
  ```
100
 
101
- {"schema": "1",
102
- "id": "0",
103
- "sentence1": "A városi tanácstagok nem adtak engedélyt a tüntetőknek, mert kerülték az erőszakot.",
104
- "sentence2": "A városi tanácstagok kerülték az erőszakot.",
105
  "Label": "1"
106
  }
107
 
@@ -116,7 +116,7 @@ An example:
116
 
117
  - sentence2: the hypothesis;
118
 
119
- - Label: "1" if sentence2 is entailed by sentence1, and "0" otherwise.
120
 
121
  ### Data Splits
122
 
 
98
 
99
  ```
100
 
101
+ {"orig_id": "4",
102
+ "id": "4",
103
+ "sentence1": "A férfi nem tudta felemelni a fiát, mert olyan nehéz volt.",
104
+ "sentence2": "A fia nehéz volt.",
105
  "Label": "1"
106
  }
107
 
 
116
 
117
  - sentence2: the hypothesis;
118
 
119
+ - label: "1" if sentence2 is entailed by sentence1, and "0" otherwise.
120
 
121
  ### Data Splits
122