Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
06709de
1 Parent(s): 5fe18c4

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: SQuAD
3
  annotations_creators:
4
  - crowdsourced
5
  language_creators:
@@ -20,23 +19,9 @@ task_categories:
20
  task_ids:
21
  - extractive-qa
22
  paperswithcode_id: squad
23
- train-eval-index:
24
- - config: plain_text
25
- task: question-answering
26
- task_id: extractive_question_answering
27
- splits:
28
- train_split: train
29
- eval_split: validation
30
- col_mapping:
31
- question: question
32
- context: context
33
- answers:
34
- text: text
35
- answer_start: answer_start
36
- metrics:
37
- - type: squad
38
- name: SQuAD
39
  dataset_info:
 
40
  features:
41
  - name: id
42
  dtype: string
@@ -52,16 +37,39 @@ dataset_info:
52
  dtype: string
53
  - name: answer_start
54
  dtype: int32
55
- config_name: plain_text
56
  splits:
57
  - name: train
58
- num_bytes: 79317110
59
  num_examples: 87599
60
  - name: validation
61
- num_bytes: 10472653
62
  num_examples: 10570
63
- download_size: 35142551
64
- dataset_size: 89789763
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  ---
66
 
67
  # Dataset Card for "squad"
 
1
  ---
 
2
  annotations_creators:
3
  - crowdsourced
4
  language_creators:
 
19
  task_ids:
20
  - extractive-qa
21
  paperswithcode_id: squad
22
+ pretty_name: SQuAD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  dataset_info:
24
+ config_name: plain_text
25
  features:
26
  - name: id
27
  dtype: string
 
37
  dtype: string
38
  - name: answer_start
39
  dtype: int32
 
40
  splits:
41
  - name: train
42
+ num_bytes: 79346108
43
  num_examples: 87599
44
  - name: validation
45
+ num_bytes: 10472984
46
  num_examples: 10570
47
+ download_size: 16278203
48
+ dataset_size: 89819092
49
+ configs:
50
+ - config_name: plain_text
51
+ data_files:
52
+ - split: train
53
+ path: plain_text/train-*
54
+ - split: validation
55
+ path: plain_text/validation-*
56
+ default: true
57
+ train-eval-index:
58
+ - config: plain_text
59
+ task: question-answering
60
+ task_id: extractive_question_answering
61
+ splits:
62
+ train_split: train
63
+ eval_split: validation
64
+ col_mapping:
65
+ question: question
66
+ context: context
67
+ answers:
68
+ text: text
69
+ answer_start: answer_start
70
+ metrics:
71
+ - type: squad
72
+ name: SQuAD
73
  ---
74
 
75
  # Dataset Card for "squad"
dataset_infos.json CHANGED
@@ -1 +1,71 @@
1
- {"plain_text": {"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", "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", "homepage": "https://rajpurkar.github.io/SQuAD-explorer/", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "context": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"feature": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "answer_start": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": [{"task": "question-answering-extractive", "question_column": "question", "context_column": "context", "answers_column": "answers"}], "builder_name": "squad", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 79317110, "num_examples": 87599, "dataset_name": "squad"}, "validation": {"name": "validation", "num_bytes": 10472653, "num_examples": 10570, "dataset_name": "squad"}}, "download_checksums": {"https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json": {"num_bytes": 30288272, "checksum": "3527663986b8295af4f7fcdff1ba1ff3f72d07d61a20f487cb238a6ef92fd955"}, "https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json": {"num_bytes": 4854279, "checksum": "95aa6a52d5d6a735563366753ca50492a658031da74f301ac5238b03966972c9"}}, "download_size": 35142551, "post_processing_size": null, "dataset_size": 89789763, "size_in_bytes": 124932314}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "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",
4
+ "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",
5
+ "homepage": "https://rajpurkar.github.io/SQuAD-explorer/",
6
+ "license": "",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "title": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "context": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "answers": {
25
+ "feature": {
26
+ "text": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "answer_start": {
31
+ "dtype": "int32",
32
+ "_type": "Value"
33
+ }
34
+ },
35
+ "_type": "Sequence"
36
+ }
37
+ },
38
+ "task_templates": [
39
+ {
40
+ "task": "question-answering-extractive"
41
+ }
42
+ ],
43
+ "builder_name": "squad",
44
+ "dataset_name": "squad",
45
+ "config_name": "plain_text",
46
+ "version": {
47
+ "version_str": "1.0.0",
48
+ "description": "",
49
+ "major": 1,
50
+ "minor": 0,
51
+ "patch": 0
52
+ },
53
+ "splits": {
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 79346108,
57
+ "num_examples": 87599,
58
+ "dataset_name": null
59
+ },
60
+ "validation": {
61
+ "name": "validation",
62
+ "num_bytes": 10472984,
63
+ "num_examples": 10570,
64
+ "dataset_name": null
65
+ }
66
+ },
67
+ "download_size": 16278203,
68
+ "dataset_size": 89819092,
69
+ "size_in_bytes": 106097295
70
+ }
71
+ }
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea7f52bac024f6b1bdc7aaa2a4ee302cba8c2fdc8d4a235cf18a9a5196b6175b
3
+ size 14458314
plain_text/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6646d36bd5a95061e076788cf3161d11f6f3e7d625dac7a83bbed0a49f69f7
3
+ size 1819889