upload mrc dataset - CC-BY-2.0 by UP-Stage
Browse files- .gitattributes +3 -0
- README.md +11 -0
- test_dataset/.ipynb_checkpoints/dataset_dict-checkpoint.json +1 -0
- test_dataset/dataset_dict.json +1 -0
- test_dataset/validation/.ipynb_checkpoints/dataset_info-checkpoint.json +29 -0
- test_dataset/validation/.ipynb_checkpoints/state-checkpoint.json +33 -0
- test_dataset/validation/dataset.arrow +3 -0
- test_dataset/validation/dataset_info.json +29 -0
- test_dataset/validation/indices.arrow +3 -0
- test_dataset/validation/state.json +33 -0
- train_dataset/dataset_dict.json +1 -0
- train_dataset/train/dataset.arrow +3 -0
- train_dataset/train/dataset_info.json +71 -0
- train_dataset/train/indices.arrow +3 -0
- train_dataset/train/state.json +26 -0
- train_dataset/validation/dataset.arrow +3 -0
- train_dataset/validation/dataset_info.json +71 -0
- train_dataset/validation/indices.arrow +3 -0
- train_dataset/validation/state.json +26 -0
- wikipedia_documents.json +3 -0
.gitattributes
CHANGED
@@ -25,3 +25,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
test_dataset/ filter=lfs diff=lfs merge=lfs -text
|
29 |
+
train_dataset/ filter=lfs diff=lfs merge=lfs -text
|
30 |
+
wikipedia_documents.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AI Stage MRC task
|
2 |
+
|
3 |
+
## Version Info
|
4 |
+
|
5 |
+
### v0.0.0
|
6 |
+
- 대회에서 제공해주신 기본 데이터셋
|
7 |
+
|
8 |
+
## LICENSE
|
9 |
+
- CC-BY-2.0
|
10 |
+
- 모든 저작권은 AI Stage에게 있습니다!
|
11 |
+
- https://stages.ai/
|
test_dataset/.ipynb_checkpoints/dataset_dict-checkpoint.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["validation"]}
|
test_dataset/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["validation"]}
|
test_dataset/validation/.ipynb_checkpoints/dataset_info-checkpoint.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "\n\n",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "\n\n",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"_type": "Value",
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null
|
14 |
+
},
|
15 |
+
"question": {
|
16 |
+
"_type": "Value",
|
17 |
+
"dtype": "string",
|
18 |
+
"id": null
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"homepage": "\n\n",
|
22 |
+
"license": "\n\n",
|
23 |
+
"post_processed": null,
|
24 |
+
"post_processing_size": null,
|
25 |
+
"size_in_bytes": null,
|
26 |
+
"splits": null,
|
27 |
+
"supervised_keys": null,
|
28 |
+
"version": null
|
29 |
+
}
|
test_dataset/validation/.ipynb_checkpoints/state-checkpoint.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data": null,
|
3 |
+
"_data_files": [
|
4 |
+
{
|
5 |
+
"filename": "dataset.arrow"
|
6 |
+
}
|
7 |
+
],
|
8 |
+
"_fingerprint": "1d44e48921d9a4c2",
|
9 |
+
"_format_columns": [
|
10 |
+
"title",
|
11 |
+
"context",
|
12 |
+
"question",
|
13 |
+
"id",
|
14 |
+
"answers",
|
15 |
+
"__index_level_0__"
|
16 |
+
],
|
17 |
+
"_format_kwargs": {},
|
18 |
+
"_format_type": null,
|
19 |
+
"_indexes": {},
|
20 |
+
"_indices": null,
|
21 |
+
"_indices_data_files": [
|
22 |
+
{
|
23 |
+
"filename": "indices.arrow"
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"_inplace_history": [
|
27 |
+
{
|
28 |
+
"transforms": []
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"_output_all_columns": false,
|
32 |
+
"_split": null
|
33 |
+
}
|
test_dataset/validation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fd06a041c095e8f3ef179a868f14ca44a6e43e2b6804b0ed4522ea95da60f95
|
3 |
+
size 893272
|
test_dataset/validation/dataset_info.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "\n\n",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "\n\n",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"id": {
|
11 |
+
"_type": "Value",
|
12 |
+
"dtype": "string",
|
13 |
+
"id": null
|
14 |
+
},
|
15 |
+
"question": {
|
16 |
+
"_type": "Value",
|
17 |
+
"dtype": "string",
|
18 |
+
"id": null
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"homepage": "\n\n",
|
22 |
+
"license": "\n\n",
|
23 |
+
"post_processed": null,
|
24 |
+
"post_processing_size": null,
|
25 |
+
"size_in_bytes": null,
|
26 |
+
"splits": null,
|
27 |
+
"supervised_keys": null,
|
28 |
+
"version": null
|
29 |
+
}
|
test_dataset/validation/indices.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b411450d7a89d0265fb56de9deeffae72aad2a4933aa234feb9bd81e9415caba
|
3 |
+
size 5368
|
test_dataset/validation/state.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data": null,
|
3 |
+
"_data_files": [
|
4 |
+
{
|
5 |
+
"filename": "dataset.arrow"
|
6 |
+
}
|
7 |
+
],
|
8 |
+
"_fingerprint": "1d44e48921d9a4c2",
|
9 |
+
"_format_columns": [
|
10 |
+
"title",
|
11 |
+
"context",
|
12 |
+
"question",
|
13 |
+
"id",
|
14 |
+
"answers",
|
15 |
+
"__index_level_0__"
|
16 |
+
],
|
17 |
+
"_format_kwargs": {},
|
18 |
+
"_format_type": null,
|
19 |
+
"_indexes": {},
|
20 |
+
"_indices": null,
|
21 |
+
"_indices_data_files": [
|
22 |
+
{
|
23 |
+
"filename": "indices.arrow"
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"_inplace_history": [
|
27 |
+
{
|
28 |
+
"transforms": []
|
29 |
+
}
|
30 |
+
],
|
31 |
+
"_output_all_columns": false,
|
32 |
+
"_split": null
|
33 |
+
}
|
train_dataset/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "validation"]}
|
train_dataset/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd58d6f6a082d87216bb87980583303599f5b8f7d50916f105be987beebbcb9
|
3 |
+
size 11493792
|
train_dataset/train/dataset_info.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"__index_level_0__": {
|
11 |
+
"_type": "Value",
|
12 |
+
"dtype": "int64",
|
13 |
+
"id": null
|
14 |
+
},
|
15 |
+
"answers": {
|
16 |
+
"answer_start": {
|
17 |
+
"_type": "Sequence",
|
18 |
+
"feature": {
|
19 |
+
"_type": "Value",
|
20 |
+
"dtype": "int64",
|
21 |
+
"id": null
|
22 |
+
},
|
23 |
+
"id": null,
|
24 |
+
"length": -1
|
25 |
+
},
|
26 |
+
"text": {
|
27 |
+
"_type": "Sequence",
|
28 |
+
"feature": {
|
29 |
+
"_type": "Value",
|
30 |
+
"dtype": "string",
|
31 |
+
"id": null
|
32 |
+
},
|
33 |
+
"id": null,
|
34 |
+
"length": -1
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"context": {
|
38 |
+
"_type": "Value",
|
39 |
+
"dtype": "string",
|
40 |
+
"id": null
|
41 |
+
},
|
42 |
+
"document_id": {
|
43 |
+
"_type": "Value",
|
44 |
+
"dtype": "int64",
|
45 |
+
"id": null
|
46 |
+
},
|
47 |
+
"id": {
|
48 |
+
"_type": "Value",
|
49 |
+
"dtype": "string",
|
50 |
+
"id": null
|
51 |
+
},
|
52 |
+
"question": {
|
53 |
+
"_type": "Value",
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null
|
56 |
+
},
|
57 |
+
"title": {
|
58 |
+
"_type": "Value",
|
59 |
+
"dtype": "string",
|
60 |
+
"id": null
|
61 |
+
}
|
62 |
+
},
|
63 |
+
"homepage": "",
|
64 |
+
"license": "",
|
65 |
+
"post_processed": null,
|
66 |
+
"post_processing_size": null,
|
67 |
+
"size_in_bytes": null,
|
68 |
+
"splits": null,
|
69 |
+
"supervised_keys": null,
|
70 |
+
"version": null
|
71 |
+
}
|
train_dataset/train/indices.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fade64a1c3c3029997f5d17b51d7329b14d60506a8aed63814c7b3eebf80191
|
3 |
+
size 32472
|
train_dataset/train/state.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data": null,
|
3 |
+
"_data_files": [
|
4 |
+
{
|
5 |
+
"filename": "dataset.arrow"
|
6 |
+
}
|
7 |
+
],
|
8 |
+
"_fingerprint": "d8cf0ec86e1a54fc",
|
9 |
+
"_format_columns": null,
|
10 |
+
"_format_kwargs": {},
|
11 |
+
"_format_type": null,
|
12 |
+
"_indexes": {},
|
13 |
+
"_indices": null,
|
14 |
+
"_indices_data_files": [
|
15 |
+
{
|
16 |
+
"filename": "indices.arrow"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"_inplace_history": [
|
20 |
+
{
|
21 |
+
"transforms": []
|
22 |
+
}
|
23 |
+
],
|
24 |
+
"_output_all_columns": false,
|
25 |
+
"_split": null
|
26 |
+
}
|
train_dataset/validation/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd58d6f6a082d87216bb87980583303599f5b8f7d50916f105be987beebbcb9
|
3 |
+
size 11493792
|
train_dataset/validation/dataset_info.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"__index_level_0__": {
|
11 |
+
"_type": "Value",
|
12 |
+
"dtype": "int64",
|
13 |
+
"id": null
|
14 |
+
},
|
15 |
+
"answers": {
|
16 |
+
"answer_start": {
|
17 |
+
"_type": "Sequence",
|
18 |
+
"feature": {
|
19 |
+
"_type": "Value",
|
20 |
+
"dtype": "int64",
|
21 |
+
"id": null
|
22 |
+
},
|
23 |
+
"id": null,
|
24 |
+
"length": -1
|
25 |
+
},
|
26 |
+
"text": {
|
27 |
+
"_type": "Sequence",
|
28 |
+
"feature": {
|
29 |
+
"_type": "Value",
|
30 |
+
"dtype": "string",
|
31 |
+
"id": null
|
32 |
+
},
|
33 |
+
"id": null,
|
34 |
+
"length": -1
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"context": {
|
38 |
+
"_type": "Value",
|
39 |
+
"dtype": "string",
|
40 |
+
"id": null
|
41 |
+
},
|
42 |
+
"document_id": {
|
43 |
+
"_type": "Value",
|
44 |
+
"dtype": "int64",
|
45 |
+
"id": null
|
46 |
+
},
|
47 |
+
"id": {
|
48 |
+
"_type": "Value",
|
49 |
+
"dtype": "string",
|
50 |
+
"id": null
|
51 |
+
},
|
52 |
+
"question": {
|
53 |
+
"_type": "Value",
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null
|
56 |
+
},
|
57 |
+
"title": {
|
58 |
+
"_type": "Value",
|
59 |
+
"dtype": "string",
|
60 |
+
"id": null
|
61 |
+
}
|
62 |
+
},
|
63 |
+
"homepage": "",
|
64 |
+
"license": "",
|
65 |
+
"post_processed": null,
|
66 |
+
"post_processing_size": null,
|
67 |
+
"size_in_bytes": null,
|
68 |
+
"splits": null,
|
69 |
+
"supervised_keys": null,
|
70 |
+
"version": null
|
71 |
+
}
|
train_dataset/validation/indices.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9be10614728888a59d197292e9457c5b53f1aad4b0655019240bd6a54c8e8a8
|
3 |
+
size 2344
|
train_dataset/validation/state.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data": null,
|
3 |
+
"_data_files": [
|
4 |
+
{
|
5 |
+
"filename": "dataset.arrow"
|
6 |
+
}
|
7 |
+
],
|
8 |
+
"_fingerprint": "ba36c441e37ee31f",
|
9 |
+
"_format_columns": null,
|
10 |
+
"_format_kwargs": {},
|
11 |
+
"_format_type": null,
|
12 |
+
"_indexes": {},
|
13 |
+
"_indices": null,
|
14 |
+
"_indices_data_files": [
|
15 |
+
{
|
16 |
+
"filename": "indices.arrow"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"_inplace_history": [
|
20 |
+
{
|
21 |
+
"transforms": []
|
22 |
+
}
|
23 |
+
],
|
24 |
+
"_output_all_columns": false,
|
25 |
+
"_split": null
|
26 |
+
}
|
wikipedia_documents.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6822150595c5d8dcc5213293637d4791f313e0c6a0aeaa49387d9b225e82629
|
3 |
+
size 115354678
|