drt commited on
Commit
05f8fe0
1 Parent(s): 1eeb057

Update datasets

Browse files
Files changed (4) hide show
  1. gqa.py +0 -2
  2. test.jsonl +2 -2
  3. train.jsonl +2 -2
  4. validation.jsonl +0 -3
gqa.py CHANGED
@@ -12,7 +12,6 @@ The data are made from Lc-QuAD 2.0 and MCWQ datasets.
12
 
13
  _URLS = {
14
  "train": "train.jsonl",
15
- "validation": "validation.jsonl",
16
  "test": "test.jsonl",
17
  }
18
 
@@ -55,7 +54,6 @@ class GQA(datasets.GeneratorBasedBuilder):
55
 
56
  return [
57
  datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepath": downloaded_files["train"]}),
58
- datasets.SplitGenerator(name=datasets.Split.VALIDATION, gen_kwargs={"filepath": downloaded_files["validation"]}),
59
  datasets.SplitGenerator(name=datasets.Split.TEST, gen_kwargs={"filepath": downloaded_files["test"]}),
60
  ]
61
 
 
12
 
13
  _URLS = {
14
  "train": "train.jsonl",
 
15
  "test": "test.jsonl",
16
  }
17
 
 
54
 
55
  return [
56
  datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepath": downloaded_files["train"]}),
 
57
  datasets.SplitGenerator(name=datasets.Split.TEST, gen_kwargs={"filepath": downloaded_files["test"]}),
58
  ]
59
 
test.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fb8b8766372be901964a3abe37d627edcae5123baf11f739457b6f182d05bcc
3
- size 1551092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b2e0a27a6ccfe07f63852cc4d9e5b48546057f94fd525b23d7c65ec5aa2b4ff
3
+ size 1960532
train.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b272f66d2fe20ca31341048f3706a641043ded01fa88e537f5b4737b4bf2c02
3
- size 27340758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250670429850e09796e03f861bcead0dfde739e2748fdd91cdc0d039215d3971
3
+ size 38010335
validation.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a21c790f0983be0fb99ede93b84c4c503add7745d6d3228055cd1943c4915b0c
3
- size 1501922