davanstrien HF staff commited on
Commit
3b606f6
1 Parent(s): ea25096

draft readme

Browse files
Files changed (1) hide show
  1. README.md +154 -0
README.md CHANGED
@@ -28,4 +28,158 @@ dataset_info:
28
  num_examples: 24866
29
  download_size: 44212934313
30
  dataset_size: 7776326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  num_examples: 24866
29
  download_size: 44212934313
30
  dataset_size: 7776326
31
+ annotations_creators:
32
+ - expert-generated
33
+ language: []
34
+ language_creators: []
35
+ license:
36
+ - cc-by-nc-sa-4.0
37
+ multilinguality: []
38
+ pretty_name: Early Printed Books Font Detection Dataset
39
+ size_categories:
40
+ - 10K<n<100K
41
+ source_datasets: []
42
+ tags: []
43
+ task_categories:
44
+ - image-classification
45
+ task_ids:
46
+ - multi-label-image-classification
47
  ---
48
+
49
+ # Dataset Card for Early Printed Books Font Detection Dataset
50
+
51
+ ## Table of Contents
52
+ - [Table of Contents](#table-of-contents)
53
+ - [Dataset Description](#dataset-description)
54
+ - [Dataset Summary](#dataset-summary)
55
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
56
+ - [Languages](#languages)
57
+ - [Dataset Structure](#dataset-structure)
58
+ - [Data Instances](#data-instances)
59
+ - [Data Fields](#data-fields)
60
+ - [Data Splits](#data-splits)
61
+ - [Dataset Creation](#dataset-creation)
62
+ - [Curation Rationale](#curation-rationale)
63
+ - [Source Data](#source-data)
64
+ - [Annotations](#annotations)
65
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
66
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
67
+ - [Social Impact of Dataset](#social-impact-of-dataset)
68
+ - [Discussion of Biases](#discussion-of-biases)
69
+ - [Other Known Limitations](#other-known-limitations)
70
+ - [Additional Information](#additional-information)
71
+ - [Dataset Curators](#dataset-curators)
72
+ - [Licensing Information](#licensing-information)
73
+ - [Citation Information](#citation-information)
74
+ - [Contributions](#contributions)
75
+
76
+ ## Dataset Description
77
+
78
+ - **Homepage:**
79
+ - **Repository:**https://doi.org/10.5281/zenodo.3366686
80
+ - **Paper:**: https://doi.org/10.1145/3352631.3352640
81
+ - **Leaderboard:**
82
+ - **Point of Contact:**
83
+
84
+ ### Dataset Summary
85
+
86
+ > This dataset is composed of photos of various resolution of 35'623 pages of printed books dating from the 15th to the 18th century. Each page has been attributed by experts from one to five labels corresponding to the font groups used in the text, with two extra-classes for non-textual content and fonts not present in the following list: Antiqua, Bastaπrda, Fraktur, Gotico Antiqua, Greek, Hebrew, Italic, Rotunda, Schwabacher, and Textura.
87
+
88
+ [More Information Needed]
89
+
90
+ ### Supported Tasks and Leaderboards
91
+
92
+ The primary use case for this datasets is
93
+ - `multi-label-image-classification`: This dataset can be used to train a model for multi label image classification where each image can have one, or more labels.
94
+ - `image-classification`: This dataset could also be adapted to only predict a single label for each image
95
+
96
+ ### Languages
97
+
98
+ The images in this dataset are from books held by the British Library (London), Bayerische Staatsbibliothek München, Staatsbibliothek zu Berlin, Universitätsbibliothek Erlangen, Universitätsbibliothek Heidelberg, Staats- und Universitäatsbibliothek Göttingen, Stadt- und Universitätsbibliothek Köln, Württembergische Landesbibliothek Stuttgart and Herzog August Bibliothek Wolfenbüttel.
99
+
100
+
101
+ ## Dataset Structure
102
+
103
+ ### Data Instances
104
+
105
+ [More Information Needed]
106
+
107
+ ### Data Fields
108
+
109
+ [More Information Needed]
110
+
111
+ ### Data Splits
112
+
113
+ The dataset is broken into a train and test split with the following breakdown of number of examples:
114
+
115
+ - name: test
116
+ num_examples: 10757
117
+ - name: train
118
+ num_examples: 24866
119
+
120
+
121
+
122
+ ## Dataset Creation
123
+
124
+ ### Curation Rationale
125
+
126
+ The dataset was created to help train and evaluate automatic methods for font detection. The paper describing the paper also states that:
127
+
128
+ >data was cherry-picked, thus it is not statistically representative of what can be found in libraries. For example, as we had a small amount of Textura at the start, we specifically looked for more pages containing this font group, so we can expect that less than 3.6 % of randomly selected pages from libraries would contain Textura.
129
+
130
+ ### Source Data
131
+
132
+ #### Initial Data Collection and Normalization
133
+
134
+ [More Information Needed]
135
+
136
+ #### Who are the source language producers?
137
+
138
+ [More Information Needed]
139
+
140
+ ### Annotations
141
+
142
+ #### Annotation process
143
+
144
+ [More Information Needed]
145
+
146
+ #### Who are the annotators?
147
+
148
+ [More Information Needed]
149
+
150
+ ### Personal and Sensitive Information
151
+
152
+ [More Information Needed]
153
+
154
+ ## Considerations for Using the Data
155
+
156
+ ### Social Impact of Dataset
157
+
158
+ [More Information Needed]
159
+
160
+ ### Discussion of Biases
161
+
162
+ [More Information Needed]
163
+
164
+ ### Other Known Limitations
165
+
166
+ [More Information Needed]
167
+
168
+ ## Additional Information
169
+
170
+ ### Dataset Curators
171
+
172
+ [More Information Needed]
173
+
174
+ ### Licensing Information
175
+
176
+ [More Information Needed]
177
+
178
+ ### Citation Information
179
+
180
+ [More Information Needed]
181
+
182
+ ### Contributions
183
+
184
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
185
+