davanstrien HF Staff commited on
Commit
15246f8
·
verified ·
1 Parent(s): 3230789

Add comprehensive dataset card

Browse files
Files changed (1) hide show
  1. README.md +23 -27
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  task_categories:
3
  - image-to-text
 
4
  language:
5
  - en
6
  tags:
@@ -11,38 +12,13 @@ tags:
11
  - index-cards
12
  size_categories:
13
  - n<1K
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
- dataset_info:
20
- features:
21
- - name: image
22
- dtype: image
23
- - name: filename
24
- dtype: string
25
- - name: collection
26
- dtype: string
27
- - name: page_number
28
- dtype: int64
29
- - name: page_index_in_directory
30
- dtype: int64
31
- - name: source
32
- dtype: string
33
- splits:
34
- - name: train
35
- num_bytes: 2211593021.504
36
- num_examples: 2734
37
- download_size: 1928329656
38
- dataset_size: 2211593021.504
39
  ---
40
 
41
  # Sloane Manuscript Index Cards Dataset
42
 
43
  ## Dataset Description
44
 
45
- This dataset contains digitised index cards from the British Library's Sloane Manuscript collection. The cards represent a catalogue system used to index the Sloane manuscripts, one of the founding collections of the British Museum (now British Library).
46
 
47
  ### Dataset Sources
48
 
@@ -50,6 +26,9 @@ This dataset contains digitised index cards from the British Library's Sloane Ma
50
  - **Original Dataset:** [Sloane Catalogues Dataset](https://bl.iro.bl.uk/concern/datasets/30d16800-bcb2-4d86-8ffe-22f623424860)
51
  - **License:** CC Public Domain Mark 1.0
52
 
 
 
 
53
 
54
  ### Data Fields
55
 
@@ -59,6 +38,23 @@ This dataset contains digitised index cards from the British Library's Sloane Ma
59
  - `page_number`: Page number extracted from filename
60
  - `source`: Source attribution
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ## Example Usage
64
 
@@ -92,4 +88,4 @@ If you use this dataset, please cite:
92
 
93
  ## Acknowledgments
94
 
95
- Thanks to the British Library for making these historical materials available under an open license.
 
1
  ---
2
  task_categories:
3
  - image-to-text
4
+ - text-extraction
5
  language:
6
  - en
7
  tags:
 
12
  - index-cards
13
  size_categories:
14
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Sloane Manuscript Index Cards Dataset
18
 
19
  ## Dataset Description
20
 
21
+ This dataset contains digitized index cards from the British Library's Sloane Manuscript collection. The cards represent a catalog system used to index the Sloane manuscripts, one of the founding collections of the British Museum (now British Library).
22
 
23
  ### Dataset Sources
24
 
 
26
  - **Original Dataset:** [Sloane Catalogues Dataset](https://bl.iro.bl.uk/concern/datasets/30d16800-bcb2-4d86-8ffe-22f623424860)
27
  - **License:** CC Public Domain Mark 1.0
28
 
29
+ ## Dataset Structure
30
+
31
+ The dataset contains index cards from multiple collections (c_1 through c_8 and d). The cards are primarily handwritten historical catalog entries, with some collections containing typewritten divider pages or forms.
32
 
33
  ### Data Fields
34
 
 
38
  - `page_number`: Page number extracted from filename
39
  - `source`: Source attribution
40
 
41
+ ### Content Types
42
+
43
+ The cards contain various types of catalog information including:
44
+ - Author names and biographical information
45
+ - Manuscript titles and descriptions
46
+ - Shelfmarks and reference numbers
47
+ - Cross-references to other manuscripts
48
+ - Historical notes and annotations
49
+
50
+ ## Use Cases
51
+
52
+ This dataset is ideal for:
53
+ - Testing OCR and handwriting recognition models on historical documents
54
+ - Evaluating Vision-Language Models (VLMs) on catalog cards
55
+ - Training models for library catalog digitization
56
+ - Information extraction from semi-structured historical documents
57
+ - Benchmarking on challenging handwritten text from multiple time periods
58
 
59
  ## Example Usage
60
 
 
88
 
89
  ## Acknowledgments
90
 
91
+ Thanks to the British Library for making these historical materials available under an open license. This dataset was created as part of research into AI applications for GLAM (Galleries, Libraries, Archives, and Museums) institutions.