albertvillanova HF staff commited on
Commit
6bb234b
1 Parent(s): b9a5030

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -144
dataset_infos.json DELETED
@@ -1,144 +0,0 @@
1
- {
2
- "SelfRC": {
3
- "description": "DuoRC contains 186,089 unique question-answer pairs created from a collection of 7680 pairs of movie plots where each pair in the collection reflects two versions of the same movie.\n",
4
- "citation": "@inproceedings{DuoRC,\nauthor = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},\nbooktitle = {Meeting of the Association for Computational Linguistics (ACL)},\nyear = {2018}\n}\n",
5
- "homepage": "https://duorc.github.io/",
6
- "license": "https://raw.githubusercontent.com/duorc/duorc/master/LICENSE",
7
- "features": {
8
- "plot_id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "plot": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "title": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "question_id": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "question": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "answers": {
29
- "feature": {
30
- "dtype": "string",
31
- "_type": "Value"
32
- },
33
- "_type": "Sequence"
34
- },
35
- "no_answer": {
36
- "dtype": "bool",
37
- "_type": "Value"
38
- }
39
- },
40
- "builder_name": "duorc",
41
- "dataset_name": "duorc",
42
- "config_name": "SelfRC",
43
- "version": {
44
- "version_str": "1.0.0",
45
- "major": 1,
46
- "minor": 0,
47
- "patch": 0
48
- },
49
- "splits": {
50
- "train": {
51
- "name": "train",
52
- "num_bytes": 239852729,
53
- "num_examples": 60721,
54
- "dataset_name": null
55
- },
56
- "validation": {
57
- "name": "validation",
58
- "num_bytes": 51662519,
59
- "num_examples": 12961,
60
- "dataset_name": null
61
- },
62
- "test": {
63
- "name": "test",
64
- "num_bytes": 49142710,
65
- "num_examples": 12559,
66
- "dataset_name": null
67
- }
68
- },
69
- "download_size": 21001846,
70
- "dataset_size": 340657958,
71
- "size_in_bytes": 361659804
72
- },
73
- "ParaphraseRC": {
74
- "description": "DuoRC contains 186,089 unique question-answer pairs created from a collection of 7680 pairs of movie plots where each pair in the collection reflects two versions of the same movie.\n",
75
- "citation": "@inproceedings{DuoRC,\nauthor = { Amrita Saha and Rahul Aralikatte and Mitesh M. Khapra and Karthik Sankaranarayanan},title = {{DuoRC: Towards Complex Language Understanding with Paraphrased Reading Comprehension}},\nbooktitle = {Meeting of the Association for Computational Linguistics (ACL)},\nyear = {2018}\n}\n",
76
- "homepage": "https://duorc.github.io/",
77
- "license": "https://raw.githubusercontent.com/duorc/duorc/master/LICENSE",
78
- "features": {
79
- "plot_id": {
80
- "dtype": "string",
81
- "_type": "Value"
82
- },
83
- "plot": {
84
- "dtype": "string",
85
- "_type": "Value"
86
- },
87
- "title": {
88
- "dtype": "string",
89
- "_type": "Value"
90
- },
91
- "question_id": {
92
- "dtype": "string",
93
- "_type": "Value"
94
- },
95
- "question": {
96
- "dtype": "string",
97
- "_type": "Value"
98
- },
99
- "answers": {
100
- "feature": {
101
- "dtype": "string",
102
- "_type": "Value"
103
- },
104
- "_type": "Sequence"
105
- },
106
- "no_answer": {
107
- "dtype": "bool",
108
- "_type": "Value"
109
- }
110
- },
111
- "builder_name": "duorc",
112
- "dataset_name": "duorc",
113
- "config_name": "ParaphraseRC",
114
- "version": {
115
- "version_str": "1.0.0",
116
- "major": 1,
117
- "minor": 0,
118
- "patch": 0
119
- },
120
- "splits": {
121
- "train": {
122
- "name": "train",
123
- "num_bytes": 496682909,
124
- "num_examples": 69524,
125
- "dataset_name": null
126
- },
127
- "validation": {
128
- "name": "validation",
129
- "num_bytes": 106510489,
130
- "num_examples": 15591,
131
- "dataset_name": null
132
- },
133
- "test": {
134
- "name": "test",
135
- "num_bytes": 115215760,
136
- "num_examples": 15857,
137
- "dataset_name": null
138
- }
139
- },
140
- "download_size": 37709127,
141
- "dataset_size": 718409158,
142
- "size_in_bytes": 756118285
143
- }
144
- }