Datasets:
File size: 2,144 Bytes
c92aa0b 4a415a2 8629f4b c92aa0b def8335 c92aa0b cb95fff c92aa0b def8335 c92aa0b def8335 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
---
annotations_creators:
- expert-generated
language: []
language_creators: []
license:
- cc0-1.0
multilinguality: []
pretty_name: Encyclopaedia Britannica Illustrated
size_categories:
- 1K<n<10K
source_datasets: []
tags: []
task_categories:
- image-classification
task_ids: []
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': not-illustrated
'1': illustrated
- name: id
dtype: string
- name: meta
dtype: string
splits:
- name: train
num_bytes: 374195646.51
num_examples: 2573
download_size: 373913666
dataset_size: 374195646.51
---
# Dataset Card: Encyclopaedia Britannica Illustrated
- **Homepage:** [https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/](https://data.nls.uk/data/digitised-collections/encyclopaedia-britannica/)
## Dataset Summary
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.
## Dataset Structure
- Total size: 2,573 images
- Single train split
- Features:
- image: Page scans from Encyclopaedia Britannica
- label: Binary classification (illustrated/not-illustrated)
- id: String identifier for each page
- meta: Additional metadata including volume and edition information
## Source Data
- Source: National Library of Scotland's Encyclopaedia Britannica digital collection
- Years covered: 1768-1860
- Original format: Digitized page scans
## Labels
- Binary classification:
- 0: not-illustrated
- 1: illustrated
## License
CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
## Citation
```bibtex
@dataset{nls_britannica_2019,
author = {National Library of Scotland},
title = {Encyclopaedia Britannica},
year = {2019},
publisher = {National Library of Scotland},
doi = {10.34812/cg4r-dn40}
}
``` |