cs-giung commited on
Commit
584e8f5
·
verified ·
1 Parent(s): 719663d

Convert dataset storage from Arrow to Parquet

Browse files
test/data-00000-of-00001.arrow → data/test-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4155696fbc98bcb21183661442ad7c755067889ecc70db3f0924fcbea775b4f
3
- size 530480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eed90903b017cfc943da8b0ed5def9eb401563884e7bc14163615bf8202da29
3
+ size 189803
train/data-00000-of-00001.arrow → data/train-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:207612b8a89947c93fa03f41a2b38009fb66a0b986ec6611b03df80554a015b2
3
- size 19117608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b53a982167e073a7b9b9f110a0e4365ba5778eb1e8783314a55157e07b5f5ac1
3
+ size 6551575
validation/data-00000-of-00001.arrow → data/validation-00000-of-00001.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa724c51f11eb69df91b7d8fbaf31f478fd88a6d675342f764ba4b33805fd5d9
3
- size 321664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fcbab222f183794f76dca7c2b5e69c6d7cf6c69c22bc6e6ff7acb2b7acb8d9
3
+ size 116064
dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "validation", "test"]}
 
 
test/dataset_info.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "question": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "steps": {
10
- "feature": {
11
- "dtype": "string",
12
- "_type": "Value"
13
- },
14
- "_type": "List"
15
- },
16
- "answer": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- }
20
- },
21
- "homepage": "",
22
- "license": ""
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "1a83f9102deab088",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
train/dataset_info.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "question": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "steps": {
10
- "feature": {
11
- "dtype": "string",
12
- "_type": "Value"
13
- },
14
- "_type": "List"
15
- },
16
- "answer": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- }
20
- },
21
- "homepage": "",
22
- "license": ""
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "56a049050ad56241",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
validation/dataset_info.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "question": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "steps": {
10
- "feature": {
11
- "dtype": "string",
12
- "_type": "Value"
13
- },
14
- "_type": "List"
15
- },
16
- "answer": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- }
20
- },
21
- "homepage": "",
22
- "license": ""
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
validation/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "7068fe66c97f4717",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }