it@M InnovationLab
commited on
Commit
•
8c28c6c
1
Parent(s):
3f43b0a
Upload 7 files
Browse filesAdded Dataset V1
- dataset_dict.json +1 -0
- test/dataset.arrow +3 -0
- test/dataset_info.json +40 -0
- test/state.json +14 -0
- train/dataset.arrow +3 -0
- train/dataset_info.json +40 -0
- train/state.json +14 -0
dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "test"]}
|
test/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72109ba59abde0d42019b815ef519eeda543a1360d4576c5f7355a0156be86f4
|
3 |
+
size 562008
|
test/dataset_info.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"title": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"context": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"question": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"answers": {
|
22 |
+
"answer_start": {
|
23 |
+
"feature": {
|
24 |
+
"dtype": "int64",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"_type": "Sequence"
|
28 |
+
},
|
29 |
+
"text": {
|
30 |
+
"feature": {
|
31 |
+
"dtype": "string",
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"_type": "Sequence"
|
35 |
+
}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"homepage": "",
|
39 |
+
"license": ""
|
40 |
+
}
|
test/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "d8a33af734c20ad8",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": null
|
14 |
+
}
|
train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e811b7bfc09bc0e5baed2fc54c43beaa4b8288499402168b3434edde5b88c86
|
3 |
+
size 2828336
|
train/dataset_info.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"title": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"context": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"question": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"answers": {
|
22 |
+
"answer_start": {
|
23 |
+
"feature": {
|
24 |
+
"dtype": "int64",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"_type": "Sequence"
|
28 |
+
},
|
29 |
+
"text": {
|
30 |
+
"feature": {
|
31 |
+
"dtype": "string",
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"_type": "Sequence"
|
35 |
+
}
|
36 |
+
}
|
37 |
+
},
|
38 |
+
"homepage": "",
|
39 |
+
"license": ""
|
40 |
+
}
|
train/state.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "0a6b87c815883a7a",
|
8 |
+
"_format_columns": null,
|
9 |
+
"_format_kwargs": {},
|
10 |
+
"_format_type": null,
|
11 |
+
"_indexes": {},
|
12 |
+
"_output_all_columns": false,
|
13 |
+
"_split": null
|
14 |
+
}
|