Datasets:
Francois Vieille
commited on
Commit
•
74eeec8
1
Parent(s):
82f2374
init
Browse files- .gitignore +1 -0
- dataset_dict.json +1 -0
- test/dataset.arrow +3 -0
- test/dataset_info.json +82 -0
- test/state.json +15 -0
- train/dataset.arrow +3 -0
- train/dataset_info.json +82 -0
- train/state.json +15 -0
- val/dataset.arrow +3 -0
- val/dataset_info.json +82 -0
- val/state.json +15 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
generate.py
|
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "test", "val"]}
|
test/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6389065ec9332daf32c1ef201e1ae835d5045289a66ccaa1091381b735aa0b78
|
3 |
+
size 305584
|
test/dataset_info.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"paragraph_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"context": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"question": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"answers": {
|
31 |
+
"answer_start": {
|
32 |
+
"feature": {
|
33 |
+
"dtype": "int64",
|
34 |
+
"id": null,
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"length": -1,
|
38 |
+
"id": null,
|
39 |
+
"_type": "Sequence"
|
40 |
+
},
|
41 |
+
"text": {
|
42 |
+
"feature": {
|
43 |
+
"dtype": "string",
|
44 |
+
"id": null,
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"length": -1,
|
48 |
+
"id": null,
|
49 |
+
"_type": "Sequence"
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"website": {
|
53 |
+
"dtype": "string",
|
54 |
+
"id": null,
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"article_id": {
|
58 |
+
"dtype": "int64",
|
59 |
+
"id": null,
|
60 |
+
"_type": "Value"
|
61 |
+
},
|
62 |
+
"article_url": {
|
63 |
+
"dtype": "string",
|
64 |
+
"id": null,
|
65 |
+
"_type": "Value"
|
66 |
+
},
|
67 |
+
"article_title": {
|
68 |
+
"dtype": "string",
|
69 |
+
"id": null,
|
70 |
+
"_type": "Value"
|
71 |
+
}
|
72 |
+
},
|
73 |
+
"homepage": "",
|
74 |
+
"license": "",
|
75 |
+
"post_processed": null,
|
76 |
+
"post_processing_size": null,
|
77 |
+
"size_in_bytes": null,
|
78 |
+
"splits": null,
|
79 |
+
"supervised_keys": null,
|
80 |
+
"task_templates": null,
|
81 |
+
"version": null
|
82 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "7b3e9806f68b0d56",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_indices_data_files": null,
|
13 |
+
"_output_all_columns": false,
|
14 |
+
"_split": null
|
15 |
+
}
|
train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f44fa7493246c091ca2d852dccd9c1077cdbd26534e7aa9084f1e0c2d1af251
|
3 |
+
size 1233208
|
train/dataset_info.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"paragraph_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"context": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"question": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"answers": {
|
31 |
+
"answer_start": {
|
32 |
+
"feature": {
|
33 |
+
"dtype": "int64",
|
34 |
+
"id": null,
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"length": -1,
|
38 |
+
"id": null,
|
39 |
+
"_type": "Sequence"
|
40 |
+
},
|
41 |
+
"text": {
|
42 |
+
"feature": {
|
43 |
+
"dtype": "string",
|
44 |
+
"id": null,
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"length": -1,
|
48 |
+
"id": null,
|
49 |
+
"_type": "Sequence"
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"website": {
|
53 |
+
"dtype": "string",
|
54 |
+
"id": null,
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"article_id": {
|
58 |
+
"dtype": "int64",
|
59 |
+
"id": null,
|
60 |
+
"_type": "Value"
|
61 |
+
},
|
62 |
+
"article_url": {
|
63 |
+
"dtype": "string",
|
64 |
+
"id": null,
|
65 |
+
"_type": "Value"
|
66 |
+
},
|
67 |
+
"article_title": {
|
68 |
+
"dtype": "string",
|
69 |
+
"id": null,
|
70 |
+
"_type": "Value"
|
71 |
+
}
|
72 |
+
},
|
73 |
+
"homepage": "",
|
74 |
+
"license": "",
|
75 |
+
"post_processed": null,
|
76 |
+
"post_processing_size": null,
|
77 |
+
"size_in_bytes": null,
|
78 |
+
"splits": null,
|
79 |
+
"supervised_keys": null,
|
80 |
+
"task_templates": null,
|
81 |
+
"version": null
|
82 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "fd18f2df25e88385",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_indices_data_files": null,
|
13 |
+
"_output_all_columns": false,
|
14 |
+
"_split": null
|
15 |
+
}
|
val/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5550780bc2f05ccc87d6ce3f7da93f186527143ef44fdda5c646a290be71b7f
|
3 |
+
size 340320
|
val/dataset_info.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"paragraph_id": {
|
16 |
+
"dtype": "int64",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"context": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"question": {
|
26 |
+
"dtype": "string",
|
27 |
+
"id": null,
|
28 |
+
"_type": "Value"
|
29 |
+
},
|
30 |
+
"answers": {
|
31 |
+
"answer_start": {
|
32 |
+
"feature": {
|
33 |
+
"dtype": "int64",
|
34 |
+
"id": null,
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"length": -1,
|
38 |
+
"id": null,
|
39 |
+
"_type": "Sequence"
|
40 |
+
},
|
41 |
+
"text": {
|
42 |
+
"feature": {
|
43 |
+
"dtype": "string",
|
44 |
+
"id": null,
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"length": -1,
|
48 |
+
"id": null,
|
49 |
+
"_type": "Sequence"
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"website": {
|
53 |
+
"dtype": "string",
|
54 |
+
"id": null,
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"article_id": {
|
58 |
+
"dtype": "int64",
|
59 |
+
"id": null,
|
60 |
+
"_type": "Value"
|
61 |
+
},
|
62 |
+
"article_url": {
|
63 |
+
"dtype": "string",
|
64 |
+
"id": null,
|
65 |
+
"_type": "Value"
|
66 |
+
},
|
67 |
+
"article_title": {
|
68 |
+
"dtype": "string",
|
69 |
+
"id": null,
|
70 |
+
"_type": "Value"
|
71 |
+
}
|
72 |
+
},
|
73 |
+
"homepage": "",
|
74 |
+
"license": "",
|
75 |
+
"post_processed": null,
|
76 |
+
"post_processing_size": null,
|
77 |
+
"size_in_bytes": null,
|
78 |
+
"splits": null,
|
79 |
+
"supervised_keys": null,
|
80 |
+
"task_templates": null,
|
81 |
+
"version": null
|
82 |
+
}
|
val/state.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "74a4a6ee4fd02fde",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_indices_data_files": null,
|
13 |
+
"_output_all_columns": false,
|
14 |
+
"_split": null
|
15 |
+
}
|