qgyd2021 commited on
Commit
46dad69
·
1 Parent(s): 204984c

[update]add ocnli

Browse files
data/diac2019.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42a9249c77676ec45a711cc7fc32c85e890e1b38a7a3d14be5b23df9b71b9145
3
  size 36910626
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad1ec90a68457718a447f07a3d0d257bbff2a6e3b786cf2c18bbdb513b8cc53
3
  size 36910626
examples/preprocess/process_diac2019.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
  json_row = {
96
  "sentence1": question1,
97
  "sentence2": question2,
98
- "score": "1",
99
  "category": None,
100
  "data_source": "diac2019",
101
  "split": "validation"
@@ -115,7 +115,7 @@ def main():
115
  json_row = {
116
  "sentence1": question1,
117
  "sentence2": question2,
118
- "score": None,
119
  "category": None,
120
  "data_source": "diac2019",
121
  "split": "test"
 
95
  json_row = {
96
  "sentence1": question1,
97
  "sentence2": question2,
98
+ "label": "1",
99
  "category": None,
100
  "data_source": "diac2019",
101
  "split": "validation"
 
115
  json_row = {
116
  "sentence1": question1,
117
  "sentence2": question2,
118
+ "label": None,
119
  "category": None,
120
  "data_source": "diac2019",
121
  "split": "test"