librarian-bot commited on
Commit
7bf5028
·
verified ·
1 Parent(s): 8629f4b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -99
README.md CHANGED
@@ -41,108 +41,44 @@ dataset_info:
41
  dataset_size: 374195646.51
42
  ---
43
 
44
- # Datastet card for Encyclopaedia Britannica Illustrated
45
-
46
- ## Table of Contents
47
- - [Dataset Card Creation Guide](#dataset-card-creation-guide)
48
- - [Table of Contents](#table-of-contents)
49
- - [Dataset Description](#dataset-description)
50
- - [Dataset Summary](#dataset-summary)
51
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
52
- - [Languages](#languages)
53
- - [Dataset Structure](#dataset-structure)
54
- - [Data Instances](#data-instances)
55
- - [Data Fields](#data-fields)
56
- - [Data Splits](#data-splits)
57
- - [Dataset Creation](#dataset-creation)
58
- - [Curation Rationale](#curation-rationale)
59
- - [Source Data](#source-data)
60
- - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
61
- - [Who are the source language producers?](#who-are-the-source-language-producers)
62
- - [Annotations](#annotations)
63
- - [Annotation process](#annotation-process)
64
- - [Who are the annotators?](#who-are-the-annotators)
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:** [https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/](https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/)
79
 
80
- ### Dataset Summary
81
-
82
-
83
- ### Supported Tasks and Leaderboards
84
-
85
-
86
-
87
- ### Languages
88
 
89
  ## Dataset Structure
90
 
91
- ### Data Instances
92
-
93
- ### Data Fields
94
-
95
-
96
- ### Data Splits
97
-
98
- ## Dataset Creation
99
-
100
- ### Curation Rationale
101
-
102
-
103
-
104
- ### Source Data
105
-
106
-
107
-
108
- #### Initial Data Collection and Normalization
109
-
110
- #### Who are the source language producers?
111
-
112
-
113
- ### Annotations
114
-
115
-
116
-
117
- #### Annotation process
118
-
119
-
120
- #### Who are the annotators?
121
-
122
- ### Personal and Sensitive Information
123
-
124
-
125
- ## Considerations for Using the Data
126
-
127
- ### Social Impact of Dataset
128
-
129
-
130
- ### Discussion of Biases
131
-
132
- ### Other Known Limitations
133
-
134
-
135
-
136
- ## Additional Information
137
-
138
- ### Dataset Curators
139
-
140
-
141
- ### Licensing Information
142
-
143
- ### Citation Information
144
-
145
-
146
- ### Contributions
147
-
148
- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
41
  dataset_size: 374195646.51
42
  ---
43
 
44
+ # Dataset Card: Encyclopaedia Britannica Illustrated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  - **Homepage:** [https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/](https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/)
47
 
48
+ ## Dataset Summary
49
+ A binary image classification dataset containing 2,573 images from the National Library of Scotland's Encyclopaedia Britannica collection (1768-1860). Each image is labeled as either "illustrated" or "not-illustrated". The dataset was created for experimenting with historical document image classification.
 
 
 
 
 
 
50
 
51
  ## Dataset Structure
52
 
53
+ - Total size: 2,573 images
54
+ - Single train split
55
+ - Features:
56
+ - image: Page scans from Encyclopaedia Britannica
57
+ - label: Binary classification (illustrated/not-illustrated)
58
+ - id: String identifier for each page
59
+ - meta: Additional metadata including volume and edition information
60
+
61
+ ## Source Data
62
+ - Source: National Library of Scotland's Encyclopaedia Britannica digital collection
63
+ - Years covered: 1768-1860
64
+ - Original format: Digitized page scans
65
+
66
+ ## Labels
67
+ - Binary classification:
68
+ - 0: not-illustrated
69
+ - 1: illustrated
70
+
71
+ ## License
72
+ CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
73
+
74
+ ## Citation
75
+
76
+ ```bibtex
77
+ @dataset{nls_britannica_2019,
78
+ author = {National Library of Scotland},
79
+ title = {Encyclopaedia Britannica},
80
+ year = {2019},
81
+ publisher = {National Library of Scotland},
82
+ doi = {10.34812/cg4r-dn40}
83
+ }
84
+ ```