Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -32,6 +32,240 @@ configs:
|
|
32 |
- annotated_raw
|
33 |
- raw
|
34 |
- title_genre_classifiction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
# Dataset Card for blbooksgenre
|
@@ -401,4 +635,4 @@ year={2021}}
|
|
401 |
|
402 |
### Contributions
|
403 |
|
404 |
-
Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.
|
|
|
32 |
- annotated_raw
|
33 |
- raw
|
34 |
- title_genre_classifiction
|
35 |
+
dataset_info:
|
36 |
+
- config_name: title_genre_classifiction
|
37 |
+
features:
|
38 |
+
- name: BL record ID
|
39 |
+
dtype: string
|
40 |
+
- name: title
|
41 |
+
dtype: string
|
42 |
+
- name: label
|
43 |
+
dtype:
|
44 |
+
class_label:
|
45 |
+
names:
|
46 |
+
0: Fiction
|
47 |
+
1: Non-fiction
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 187600
|
51 |
+
num_examples: 1736
|
52 |
+
download_size: 20111420
|
53 |
+
dataset_size: 187600
|
54 |
+
- config_name: annotated_raw
|
55 |
+
features:
|
56 |
+
- name: BL record ID
|
57 |
+
dtype: string
|
58 |
+
- name: Name
|
59 |
+
dtype: string
|
60 |
+
- name: Dates associated with name
|
61 |
+
dtype: string
|
62 |
+
- name: Type of name
|
63 |
+
dtype: string
|
64 |
+
- name: Role
|
65 |
+
dtype: string
|
66 |
+
- name: All names
|
67 |
+
sequence: string
|
68 |
+
- name: Title
|
69 |
+
dtype: string
|
70 |
+
- name: Variant titles
|
71 |
+
dtype: string
|
72 |
+
- name: Series title
|
73 |
+
dtype: string
|
74 |
+
- name: Number within series
|
75 |
+
dtype: string
|
76 |
+
- name: Country of publication
|
77 |
+
sequence: string
|
78 |
+
- name: Place of publication
|
79 |
+
sequence: string
|
80 |
+
- name: Publisher
|
81 |
+
dtype: string
|
82 |
+
- name: Date of publication
|
83 |
+
dtype: string
|
84 |
+
- name: Edition
|
85 |
+
dtype: string
|
86 |
+
- name: Physical description
|
87 |
+
dtype: string
|
88 |
+
- name: Dewey classification
|
89 |
+
dtype: string
|
90 |
+
- name: BL shelfmark
|
91 |
+
dtype: string
|
92 |
+
- name: Topics
|
93 |
+
dtype: string
|
94 |
+
- name: Genre
|
95 |
+
dtype: string
|
96 |
+
- name: Languages
|
97 |
+
sequence: string
|
98 |
+
- name: Notes
|
99 |
+
dtype: string
|
100 |
+
- name: BL record ID for physical resource
|
101 |
+
dtype: string
|
102 |
+
- name: classification_id
|
103 |
+
dtype: string
|
104 |
+
- name: user_id
|
105 |
+
dtype: string
|
106 |
+
- name: subject_ids
|
107 |
+
dtype: string
|
108 |
+
- name: annotator_date_pub
|
109 |
+
dtype: string
|
110 |
+
- name: annotator_normalised_date_pub
|
111 |
+
dtype: string
|
112 |
+
- name: annotator_edition_statement
|
113 |
+
dtype: string
|
114 |
+
- name: annotator_FAST_genre_terms
|
115 |
+
dtype: string
|
116 |
+
- name: annotator_FAST_subject_terms
|
117 |
+
dtype: string
|
118 |
+
- name: annotator_comments
|
119 |
+
dtype: string
|
120 |
+
- name: annotator_main_language
|
121 |
+
dtype: string
|
122 |
+
- name: annotator_other_languages_summaries
|
123 |
+
dtype: string
|
124 |
+
- name: annotator_summaries_language
|
125 |
+
dtype: string
|
126 |
+
- name: annotator_translation
|
127 |
+
dtype: string
|
128 |
+
- name: annotator_original_language
|
129 |
+
dtype: string
|
130 |
+
- name: annotator_publisher
|
131 |
+
dtype: string
|
132 |
+
- name: annotator_place_pub
|
133 |
+
dtype: string
|
134 |
+
- name: annotator_country
|
135 |
+
dtype: string
|
136 |
+
- name: annotator_title
|
137 |
+
dtype: string
|
138 |
+
- name: Link to digitised book
|
139 |
+
dtype: string
|
140 |
+
- name: annotated
|
141 |
+
dtype: bool
|
142 |
+
- name: Type of resource
|
143 |
+
dtype:
|
144 |
+
class_label:
|
145 |
+
names:
|
146 |
+
0: Monograph
|
147 |
+
1: Serial
|
148 |
+
- name: created_at
|
149 |
+
dtype: timestamp[s]
|
150 |
+
- name: annotator_genre
|
151 |
+
dtype:
|
152 |
+
class_label:
|
153 |
+
names:
|
154 |
+
0: Fiction
|
155 |
+
1: Can't tell
|
156 |
+
2: Non-fiction
|
157 |
+
3: The book contains both Fiction and Non-Fiction
|
158 |
+
splits:
|
159 |
+
- name: train
|
160 |
+
num_bytes: 3583138
|
161 |
+
num_examples: 4398
|
162 |
+
download_size: 20111420
|
163 |
+
dataset_size: 3583138
|
164 |
+
- config_name: raw
|
165 |
+
features:
|
166 |
+
- name: BL record ID
|
167 |
+
dtype: string
|
168 |
+
- name: Name
|
169 |
+
dtype: string
|
170 |
+
- name: Dates associated with name
|
171 |
+
dtype: string
|
172 |
+
- name: Type of name
|
173 |
+
dtype: string
|
174 |
+
- name: Role
|
175 |
+
dtype: string
|
176 |
+
- name: All names
|
177 |
+
sequence: string
|
178 |
+
- name: Title
|
179 |
+
dtype: string
|
180 |
+
- name: Variant titles
|
181 |
+
dtype: string
|
182 |
+
- name: Series title
|
183 |
+
dtype: string
|
184 |
+
- name: Number within series
|
185 |
+
dtype: string
|
186 |
+
- name: Country of publication
|
187 |
+
sequence: string
|
188 |
+
- name: Place of publication
|
189 |
+
sequence: string
|
190 |
+
- name: Publisher
|
191 |
+
dtype: string
|
192 |
+
- name: Date of publication
|
193 |
+
dtype: string
|
194 |
+
- name: Edition
|
195 |
+
dtype: string
|
196 |
+
- name: Physical description
|
197 |
+
dtype: string
|
198 |
+
- name: Dewey classification
|
199 |
+
dtype: string
|
200 |
+
- name: BL shelfmark
|
201 |
+
dtype: string
|
202 |
+
- name: Topics
|
203 |
+
dtype: string
|
204 |
+
- name: Genre
|
205 |
+
dtype: string
|
206 |
+
- name: Languages
|
207 |
+
sequence: string
|
208 |
+
- name: Notes
|
209 |
+
dtype: string
|
210 |
+
- name: BL record ID for physical resource
|
211 |
+
dtype: string
|
212 |
+
- name: classification_id
|
213 |
+
dtype: string
|
214 |
+
- name: user_id
|
215 |
+
dtype: string
|
216 |
+
- name: subject_ids
|
217 |
+
dtype: string
|
218 |
+
- name: annotator_date_pub
|
219 |
+
dtype: string
|
220 |
+
- name: annotator_normalised_date_pub
|
221 |
+
dtype: string
|
222 |
+
- name: annotator_edition_statement
|
223 |
+
dtype: string
|
224 |
+
- name: annotator_FAST_genre_terms
|
225 |
+
dtype: string
|
226 |
+
- name: annotator_FAST_subject_terms
|
227 |
+
dtype: string
|
228 |
+
- name: annotator_comments
|
229 |
+
dtype: string
|
230 |
+
- name: annotator_main_language
|
231 |
+
dtype: string
|
232 |
+
- name: annotator_other_languages_summaries
|
233 |
+
dtype: string
|
234 |
+
- name: annotator_summaries_language
|
235 |
+
dtype: string
|
236 |
+
- name: annotator_translation
|
237 |
+
dtype: string
|
238 |
+
- name: annotator_original_language
|
239 |
+
dtype: string
|
240 |
+
- name: annotator_publisher
|
241 |
+
dtype: string
|
242 |
+
- name: annotator_place_pub
|
243 |
+
dtype: string
|
244 |
+
- name: annotator_country
|
245 |
+
dtype: string
|
246 |
+
- name: annotator_title
|
247 |
+
dtype: string
|
248 |
+
- name: Link to digitised book
|
249 |
+
dtype: string
|
250 |
+
- name: annotated
|
251 |
+
dtype: bool
|
252 |
+
- name: Type of resource
|
253 |
+
dtype:
|
254 |
+
class_label:
|
255 |
+
names:
|
256 |
+
0: Monograph
|
257 |
+
1: Serial
|
258 |
+
2: Monographic component part
|
259 |
+
- name: created_at
|
260 |
+
dtype: string
|
261 |
+
- name: annotator_genre
|
262 |
+
dtype: string
|
263 |
+
splits:
|
264 |
+
- name: train
|
265 |
+
num_bytes: 27518816
|
266 |
+
num_examples: 55343
|
267 |
+
download_size: 20111420
|
268 |
+
dataset_size: 27518816
|
269 |
---
|
270 |
|
271 |
# Dataset Card for blbooksgenre
|
|
|
635 |
|
636 |
### Contributions
|
637 |
|
638 |
+
Thanks to [@davanstrien](https://github.com/davanstrien) for adding this dataset.
|