christti commited on
Commit
b51e0c8
·
1 Parent(s): 9032d93

Delete dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -79
dataset_infos.json DELETED
@@ -1,79 +0,0 @@
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
- "id": null,
11
- "_type": "Value"
12
- },
13
- "title": {
14
- "dtype": "string",
15
- "id": null,
16
- "_type": "Value"
17
- },
18
- "context": {
19
- "dtype": "string",
20
- "id": null,
21
- "_type": "Value"
22
- },
23
- "question": {
24
- "dtype": "string",
25
- "id": null,
26
- "_type": "Value"
27
- },
28
- "answers": {
29
- "feature": {
30
- "text": {
31
- "dtype": "string",
32
- "id": null,
33
- "_type": "Value"
34
- },
35
- "answer_start": {
36
- "dtype": "int32",
37
- "id": null,
38
- "_type": "Value"
39
- }
40
- },
41
- "length": -1,
42
- "id": null,
43
- "_type": "Sequence"
44
- }
45
- },
46
- "post_processed": null,
47
- "supervised_keys": null,
48
- "task_templates": [
49
- {
50
- "task": "question-answering-extractive",
51
- "question_column": "question",
52
- "context_column": "context",
53
- "answers_column": "answers"
54
- }
55
- ],
56
- "builder_name": "squad",
57
- "config_name": "plain_text",
58
- "version": {
59
- "version_str": "1.0.0",
60
- "description": "",
61
- "major": 1,
62
- "minor": 0,
63
- "patch": 0
64
- },
65
- "splits": {
66
- "train": {
67
- "name": "train",
68
- "num_bytes": 156093316,
69
- "num_examples": 169211,
70
- "dataset_name": "squad_augmented"
71
- },
72
- "validation": {"name": "validation", "num_bytes": 10472653, "num_examples": 10570, "dataset_name": "squad_augmented"
73
- },
74
- "download_size": 35142551,
75
- "post_processing_size": null,
76
- "dataset_size": 89789763,
77
- "size_in_bytes": 89789763
78
- }
79
- }