Commit ·
5b62ab4
1
Parent(s): c48b9b6
add instance example
Browse files
README.md
CHANGED
|
@@ -95,14 +95,23 @@ The primary use case for this datasets is
|
|
| 95 |
|
| 96 |
### Languages
|
| 97 |
|
| 98 |
-
The
|
|
|
|
|
|
|
| 99 |
|
| 100 |
|
| 101 |
## Dataset Structure
|
| 102 |
|
|
|
|
|
|
|
| 103 |
### Data Instances
|
| 104 |
|
| 105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
### Data Fields
|
| 108 |
|
|
@@ -118,8 +127,6 @@ The dataset is broken into a train and test split with the following breakdown o
|
|
| 118 |
- train: 24,866
|
| 119 |
- test: 10,757
|
| 120 |
|
| 121 |
-
|
| 122 |
-
|
| 123 |
## Dataset Creation
|
| 124 |
|
| 125 |
### Curation Rationale
|
|
@@ -132,6 +139,8 @@ The dataset was created to help train and evaluate automatic methods for font de
|
|
| 132 |
|
| 133 |
#### Initial Data Collection and Normalization
|
| 134 |
|
|
|
|
|
|
|
| 135 |
[More Information Needed]
|
| 136 |
|
| 137 |
#### Who are the source language producers?
|
|
|
|
| 95 |
|
| 96 |
### Languages
|
| 97 |
|
| 98 |
+
The dataset includes books from a range of libraries (see below for further details). The paper doesn't provide a detailed overview of language breakdown. However, the books are from the 15th-18th century and appear to be dominated by European languages from that time period. The dataset also includes Hebrew.
|
| 99 |
+
|
| 100 |
+
[More Information Needed]
|
| 101 |
|
| 102 |
|
| 103 |
## Dataset Structure
|
| 104 |
|
| 105 |
+
This dataset has a single configuration.
|
| 106 |
+
|
| 107 |
### Data Instances
|
| 108 |
|
| 109 |
+
An example instance from this dataset:
|
| 110 |
+
|
| 111 |
+
```python
|
| 112 |
+
{'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=3072x3840 at 0x7F6AC192D850>,
|
| 113 |
+
'labels': [5]}
|
| 114 |
+
```
|
| 115 |
|
| 116 |
### Data Fields
|
| 117 |
|
|
|
|
| 127 |
- train: 24,866
|
| 128 |
- test: 10,757
|
| 129 |
|
|
|
|
|
|
|
| 130 |
## Dataset Creation
|
| 131 |
|
| 132 |
### Curation Rationale
|
|
|
|
| 139 |
|
| 140 |
#### Initial Data Collection and Normalization
|
| 141 |
|
| 142 |
+
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.
|
| 143 |
+
|
| 144 |
[More Information Needed]
|
| 145 |
|
| 146 |
#### Who are the source language producers?
|