parquet-converter
commited on
Commit
•
57eab28
1
Parent(s):
6064dd0
Update parquet files
Browse files- .gitattributes +4 -0
- README.md +0 -8
- dataset_info.json +0 -170
- natural_questions-validation.arrow → default/validation/0000.parquet +2 -2
- default/validation/0001.parquet +3 -0
- default/validation/0002.parquet +3 -0
- default/validation/0003.parquet +3 -0
- state.json +0 -24
.gitattributes
CHANGED
@@ -14,3 +14,7 @@
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
+
default/validation/0000.parquet filter=lfs diff=lfs merge=lfs -text
|
18 |
+
default/validation/0001.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
default/validation/0002.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
default/validation/0003.parquet filter=lfs diff=lfs merge=lfs -text
|
README.md
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
Obtained using following code:
|
2 |
-
|
3 |
-
```python
|
4 |
-
from datasets import load_dataset
|
5 |
-
|
6 |
-
dataset = load_dataset("natural_questions", split="validation")
|
7 |
-
dataset.save_to_disk("natural-questions-validation")
|
8 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dataset_info.json
DELETED
@@ -1,170 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"builder_name": "natural_questions",
|
3 |
-
"citation": "\n@article{47761,\ntitle\t= {Natural Questions: a Benchmark for Question Answering Research},\nauthor\t= {Tom Kwiatkowski and Jennimaria Palomaki and Olivia Redfield and Michael Collins and Ankur Parikh and Chris Alberti and Danielle Epstein and Illia Polosukhin and Matthew Kelcey and Jacob Devlin and Kenton Lee and Kristina N. Toutanova and Llion Jones and Ming-Wei Chang and Andrew Dai and Jakob Uszkoreit and Quoc Le and Slav Petrov},\nyear\t= {2019},\njournal\t= {Transactions of the Association of Computational Linguistics}\n}\n",
|
4 |
-
"config_name": "default",
|
5 |
-
"dataset_size": 99799117880,
|
6 |
-
"description": "\nThe NQ corpus contains questions from real users, and it requires QA systems to\nread and comprehend an entire Wikipedia article that may or may not contain the\nanswer to the question. The inclusion of real user questions, and the\nrequirement that solutions should read an entire page to find the answer, cause\nNQ to be a more realistic and challenging task than prior QA datasets.\n",
|
7 |
-
"download_checksums": {},
|
8 |
-
"download_size": 45069199013,
|
9 |
-
"features": {
|
10 |
-
"annotations": {
|
11 |
-
"_type": "Sequence",
|
12 |
-
"feature": {
|
13 |
-
"id": {
|
14 |
-
"_type": "Value",
|
15 |
-
"dtype": "string",
|
16 |
-
"id": null
|
17 |
-
},
|
18 |
-
"long_answer": {
|
19 |
-
"end_byte": {
|
20 |
-
"_type": "Value",
|
21 |
-
"dtype": "int64",
|
22 |
-
"id": null
|
23 |
-
},
|
24 |
-
"end_token": {
|
25 |
-
"_type": "Value",
|
26 |
-
"dtype": "int64",
|
27 |
-
"id": null
|
28 |
-
},
|
29 |
-
"start_byte": {
|
30 |
-
"_type": "Value",
|
31 |
-
"dtype": "int64",
|
32 |
-
"id": null
|
33 |
-
},
|
34 |
-
"start_token": {
|
35 |
-
"_type": "Value",
|
36 |
-
"dtype": "int64",
|
37 |
-
"id": null
|
38 |
-
}
|
39 |
-
},
|
40 |
-
"short_answers": {
|
41 |
-
"_type": "Sequence",
|
42 |
-
"feature": {
|
43 |
-
"end_byte": {
|
44 |
-
"_type": "Value",
|
45 |
-
"dtype": "int64",
|
46 |
-
"id": null
|
47 |
-
},
|
48 |
-
"end_token": {
|
49 |
-
"_type": "Value",
|
50 |
-
"dtype": "int64",
|
51 |
-
"id": null
|
52 |
-
},
|
53 |
-
"start_byte": {
|
54 |
-
"_type": "Value",
|
55 |
-
"dtype": "int64",
|
56 |
-
"id": null
|
57 |
-
},
|
58 |
-
"start_token": {
|
59 |
-
"_type": "Value",
|
60 |
-
"dtype": "int64",
|
61 |
-
"id": null
|
62 |
-
},
|
63 |
-
"text": {
|
64 |
-
"_type": "Value",
|
65 |
-
"dtype": "string",
|
66 |
-
"id": null
|
67 |
-
}
|
68 |
-
},
|
69 |
-
"id": null,
|
70 |
-
"length": -1
|
71 |
-
},
|
72 |
-
"yes_no_answer": {
|
73 |
-
"_type": "ClassLabel",
|
74 |
-
"id": null,
|
75 |
-
"names": [
|
76 |
-
"NO",
|
77 |
-
"YES"
|
78 |
-
],
|
79 |
-
"names_file": null,
|
80 |
-
"num_classes": 2
|
81 |
-
}
|
82 |
-
},
|
83 |
-
"id": null,
|
84 |
-
"length": -1
|
85 |
-
},
|
86 |
-
"document": {
|
87 |
-
"html": {
|
88 |
-
"_type": "Value",
|
89 |
-
"dtype": "string",
|
90 |
-
"id": null
|
91 |
-
},
|
92 |
-
"title": {
|
93 |
-
"_type": "Value",
|
94 |
-
"dtype": "string",
|
95 |
-
"id": null
|
96 |
-
},
|
97 |
-
"tokens": {
|
98 |
-
"_type": "Sequence",
|
99 |
-
"feature": {
|
100 |
-
"is_html": {
|
101 |
-
"_type": "Value",
|
102 |
-
"dtype": "bool",
|
103 |
-
"id": null
|
104 |
-
},
|
105 |
-
"token": {
|
106 |
-
"_type": "Value",
|
107 |
-
"dtype": "string",
|
108 |
-
"id": null
|
109 |
-
}
|
110 |
-
},
|
111 |
-
"id": null,
|
112 |
-
"length": -1
|
113 |
-
},
|
114 |
-
"url": {
|
115 |
-
"_type": "Value",
|
116 |
-
"dtype": "string",
|
117 |
-
"id": null
|
118 |
-
}
|
119 |
-
},
|
120 |
-
"id": {
|
121 |
-
"_type": "Value",
|
122 |
-
"dtype": "string",
|
123 |
-
"id": null
|
124 |
-
},
|
125 |
-
"question": {
|
126 |
-
"text": {
|
127 |
-
"_type": "Value",
|
128 |
-
"dtype": "string",
|
129 |
-
"id": null
|
130 |
-
},
|
131 |
-
"tokens": {
|
132 |
-
"_type": "Sequence",
|
133 |
-
"feature": {
|
134 |
-
"_type": "Value",
|
135 |
-
"dtype": "string",
|
136 |
-
"id": null
|
137 |
-
},
|
138 |
-
"id": null,
|
139 |
-
"length": -1
|
140 |
-
}
|
141 |
-
}
|
142 |
-
},
|
143 |
-
"homepage": "https://ai.google.com/research/NaturalQuestions/dataset",
|
144 |
-
"license": "",
|
145 |
-
"post_processed": null,
|
146 |
-
"post_processing_size": null,
|
147 |
-
"size_in_bytes": 144868316893,
|
148 |
-
"splits": {
|
149 |
-
"train": {
|
150 |
-
"dataset_name": "natural_questions",
|
151 |
-
"name": "train",
|
152 |
-
"num_bytes": 97445142568,
|
153 |
-
"num_examples": 307373
|
154 |
-
},
|
155 |
-
"validation": {
|
156 |
-
"dataset_name": "natural_questions",
|
157 |
-
"name": "validation",
|
158 |
-
"num_bytes": 2353975312,
|
159 |
-
"num_examples": 7830
|
160 |
-
}
|
161 |
-
},
|
162 |
-
"supervised_keys": null,
|
163 |
-
"version": {
|
164 |
-
"description": null,
|
165 |
-
"major": 0,
|
166 |
-
"minor": 0,
|
167 |
-
"patch": 2,
|
168 |
-
"version_str": "0.0.2"
|
169 |
-
}
|
170 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
natural_questions-validation.arrow → default/validation/0000.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2184819360d3991b8d92c7f2abc12951222c0343c553f3eedf29e5e118f25139
|
3 |
+
size 201154006
|
default/validation/0001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67aad6bbf8d449e4400492581b26a922026e61055603a3193a463c3c93fcab6b
|
3 |
+
size 196498919
|
default/validation/0002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1fa391c7be0d7f95accb3de738ee11bee212b17d61dba575ae316274ec2d764
|
3 |
+
size 168551769
|
default/validation/0003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc89f35e055fea37d578064d37a1e08eaec4639794328efa11dd891e8b48ffd9
|
3 |
+
size 212060210
|
state.json
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_data": null,
|
3 |
-
"_data_files": [
|
4 |
-
{
|
5 |
-
"filename": "natural_questions-validation.arrow",
|
6 |
-
"skip": 0,
|
7 |
-
"take": 7830
|
8 |
-
}
|
9 |
-
],
|
10 |
-
"_fingerprint": "fad309a3f11c14f9",
|
11 |
-
"_format_columns": null,
|
12 |
-
"_format_kwargs": {},
|
13 |
-
"_format_type": null,
|
14 |
-
"_indexes": {},
|
15 |
-
"_indices": null,
|
16 |
-
"_indices_data_files": [],
|
17 |
-
"_inplace_history": [
|
18 |
-
{
|
19 |
-
"transforms": []
|
20 |
-
}
|
21 |
-
],
|
22 |
-
"_output_all_columns": false,
|
23 |
-
"_split": "validation"
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|