albertvillanova HF staff commited on
Commit
4a9d588
1 Parent(s): 4ce8f55

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - machine-generated
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Quizbowl
13
  size_categories:
14
  - 100K<n<1M
15
  source_datasets:
@@ -18,9 +17,11 @@ task_categories:
18
  - question-answering
19
  task_ids: []
20
  paperswithcode_id: quizbowl
 
21
  tags:
22
  - quizbowl
23
  dataset_info:
 
24
  features:
25
  - name: id
26
  dtype: string
@@ -66,7 +67,6 @@ dataset_info:
66
  dtype: string
67
  - name: year
68
  dtype: int32
69
- config_name: mode=first,char_skip=25
70
  splits:
71
  - name: adversarial
72
  num_bytes: 1258844
@@ -91,6 +91,93 @@ dataset_info:
91
  num_examples: 96221
92
  download_size: 170754918
93
  dataset_size: 147177396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ---
95
 
96
  # Dataset Card for "qanta"
 
1
  ---
2
  annotations_creators:
3
  - machine-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 100K<n<1M
14
  source_datasets:
 
17
  - question-answering
18
  task_ids: []
19
  paperswithcode_id: quizbowl
20
+ pretty_name: Quizbowl
21
  tags:
22
  - quizbowl
23
  dataset_info:
24
+ - config_name: mode=first,char_skip=25
25
  features:
26
  - name: id
27
  dtype: string
 
67
  dtype: string
68
  - name: year
69
  dtype: int32
 
70
  splits:
71
  - name: adversarial
72
  num_bytes: 1258844
 
91
  num_examples: 96221
92
  download_size: 170754918
93
  dataset_size: 147177396
94
+ - config_name: mode=full,char_skip=25
95
+ features:
96
+ - name: id
97
+ dtype: string
98
+ - name: qanta_id
99
+ dtype: int32
100
+ - name: proto_id
101
+ dtype: string
102
+ - name: qdb_id
103
+ dtype: int32
104
+ - name: dataset
105
+ dtype: string
106
+ - name: text
107
+ dtype: string
108
+ - name: full_question
109
+ dtype: string
110
+ - name: first_sentence
111
+ dtype: string
112
+ - name: char_idx
113
+ dtype: int32
114
+ - name: sentence_idx
115
+ dtype: int32
116
+ - name: tokenizations
117
+ sequence:
118
+ sequence: int32
119
+ length: 2
120
+ - name: answer
121
+ dtype: string
122
+ - name: page
123
+ dtype: string
124
+ - name: raw_answer
125
+ dtype: string
126
+ - name: fold
127
+ dtype: string
128
+ - name: gameplay
129
+ dtype: bool
130
+ - name: category
131
+ dtype: string
132
+ - name: subcategory
133
+ dtype: string
134
+ - name: tournament
135
+ dtype: string
136
+ - name: difficulty
137
+ dtype: string
138
+ - name: year
139
+ dtype: int32
140
+ splits:
141
+ - name: guesstrain
142
+ num_bytes: 168874612
143
+ num_examples: 96221
144
+ - name: buzztrain
145
+ num_bytes: 27989445
146
+ num_examples: 16706
147
+ - name: guessdev
148
+ num_bytes: 2098857
149
+ num_examples: 1055
150
+ - name: buzzdev
151
+ num_bytes: 2301145
152
+ num_examples: 1161
153
+ - name: guesstest
154
+ num_bytes: 4434626
155
+ num_examples: 2151
156
+ - name: buzztest
157
+ num_bytes: 3930150
158
+ num_examples: 1953
159
+ - name: adversarial
160
+ num_bytes: 1799969
161
+ num_examples: 1145
162
+ download_size: 133005755
163
+ dataset_size: 211428804
164
+ configs:
165
+ - config_name: mode=full,char_skip=25
166
+ data_files:
167
+ - split: guesstrain
168
+ path: mode=full,char_skip=25/guesstrain-*
169
+ - split: buzztrain
170
+ path: mode=full,char_skip=25/buzztrain-*
171
+ - split: guessdev
172
+ path: mode=full,char_skip=25/guessdev-*
173
+ - split: buzzdev
174
+ path: mode=full,char_skip=25/buzzdev-*
175
+ - split: guesstest
176
+ path: mode=full,char_skip=25/guesstest-*
177
+ - split: buzztest
178
+ path: mode=full,char_skip=25/buzztest-*
179
+ - split: adversarial
180
+ path: mode=full,char_skip=25/adversarial-*
181
  ---
182
 
183
  # Dataset Card for "qanta"
mode=full,char_skip=25/adversarial-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:727baf965b8ad14e2f5dfea2280dbd44bee2ec68d8995a147f7dda4f5fc8f314
3
+ size 1116353
mode=full,char_skip=25/buzzdev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d33b329ed07ac99add0fe6e5dcc214c80e95b3a4c7b4bcc5df73b91b4ae866f
3
+ size 1472303
mode=full,char_skip=25/buzztest-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c0a543f083843d81b0a55896103c108c6c7308ae8b9957ee2d0da52e41d403
3
+ size 2485355
mode=full,char_skip=25/buzztrain-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2dcffd27d8ed3bf3b59b85e110f5d8b784682d8792064296aad5a7f2a04c0c
3
+ size 17676176
mode=full,char_skip=25/guessdev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66605d58d5d63799239eec88376e644989a8599563f3c04da684a8fded82fc9
3
+ size 1341979
mode=full,char_skip=25/guesstest-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19344a88ff5416fdfa4b8aa8f72789e5416f7c3fe393337f2d5dadb6b31987b0
3
+ size 2858156
mode=full,char_skip=25/guesstrain-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9eb03606064e553051a62081cd86b837fe9d35356cf62aa98001693b3744d2a
3
+ size 106055433