Serhii commited on
Commit
ebb1c81
1 Parent(s): 2159f8b

Other files

Browse files
Files changed (2) hide show
  1. dataset_info.json +92 -0
  2. state.json +15 -0
dataset_info.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "squad",
3
+ "citation": "@article{2016arXiv160605250R,\n author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev},\n Konstantin and {Liang}, Percy},\n title = \"{SQuAD: 100,000+ Questions for Machine Comprehension of Text}\",\n journal = {arXiv e-prints},\n year = 2016,\n eid = {arXiv:1606.05250},\n pages = {arXiv:1606.05250},\narchivePrefix = {arXiv},\n eprint = {1606.05250},\n}\n",
4
+ "config_name": "plain_text",
5
+ "dataset_size": 89819400,
6
+ "description": "Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span, from the corresponding reading passage, or the question might be unanswerable.\n",
7
+ "download_checksums": {
8
+ "https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json": {
9
+ "num_bytes": 30288272,
10
+ "checksum": "3527663986b8295af4f7fcdff1ba1ff3f72d07d61a20f487cb238a6ef92fd955"
11
+ },
12
+ "https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json": {
13
+ "num_bytes": 4854279,
14
+ "checksum": "95aa6a52d5d6a735563366753ca50492a658031da74f301ac5238b03966972c9"
15
+ }
16
+ },
17
+ "download_size": 35142551,
18
+ "features": {
19
+ "id": {
20
+ "dtype": "string",
21
+ "id": null,
22
+ "_type": "Value"
23
+ },
24
+ "title": {
25
+ "dtype": "string",
26
+ "id": null,
27
+ "_type": "Value"
28
+ },
29
+ "context": {
30
+ "dtype": "string",
31
+ "id": null,
32
+ "_type": "Value"
33
+ },
34
+ "question": {
35
+ "dtype": "string",
36
+ "id": null,
37
+ "_type": "Value"
38
+ },
39
+ "answers": {
40
+ "feature": {
41
+ "text": {
42
+ "dtype": "string",
43
+ "id": null,
44
+ "_type": "Value"
45
+ },
46
+ "answer_start": {
47
+ "dtype": "int32",
48
+ "id": null,
49
+ "_type": "Value"
50
+ }
51
+ },
52
+ "length": -1,
53
+ "id": null,
54
+ "_type": "Sequence"
55
+ }
56
+ },
57
+ "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
58
+ "license": "",
59
+ "post_processed": null,
60
+ "post_processing_size": null,
61
+ "size_in_bytes": 124961951,
62
+ "splits": {
63
+ "train": {
64
+ "name": "train",
65
+ "num_bytes": 79346360,
66
+ "num_examples": 87599,
67
+ "dataset_name": "squad"
68
+ },
69
+ "validation": {
70
+ "name": "validation",
71
+ "num_bytes": 10473040,
72
+ "num_examples": 10570,
73
+ "dataset_name": "squad"
74
+ }
75
+ },
76
+ "supervised_keys": null,
77
+ "task_templates": [
78
+ {
79
+ "task": "question-answering-extractive",
80
+ "question_column": "question",
81
+ "context_column": "context",
82
+ "answers_column": "answers"
83
+ }
84
+ ],
85
+ "version": {
86
+ "version_str": "1.0.0",
87
+ "description": "",
88
+ "major": 1,
89
+ "minor": 0,
90
+ "patch": 0
91
+ }
92
+ }
state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "acbf181fe77d5e6a",
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": "train"
15
+ }