christti commited on
Commit
224382b
·
1 Parent(s): 072d629

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +88 -0
dataset_infos.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 79317110,
69
+ "num_examples": 140306,
70
+ "dataset_name": "squad"
71
+ },
72
+ },
73
+ "download_checksums": {
74
+ "https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json": {
75
+ "num_bytes": 30288272,
76
+ "checksum": "3527663986b8295af4f7fcdff1ba1ff3f72d07d61a20f487cb238a6ef92fd955"
77
+ },
78
+ "https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json": {
79
+ "num_bytes": 4854279,
80
+ "checksum": "95aa6a52d5d6a735563366753ca50492a658031da74f301ac5238b03966972c9"
81
+ }
82
+ },
83
+ "download_size": 35142551,
84
+ "post_processing_size": null,
85
+ "dataset_size": 89789763,
86
+ "size_in_bytes": 124932314
87
+ }
88
+ }