davanstrien HF Staff commited on
Commit
98588a6
·
verified ·
1 Parent(s): 4135237

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +47 -51
README.md CHANGED
@@ -1,56 +1,52 @@
1
  ---
2
- dataset_info:
3
- - config_name: gold
4
- features:
5
- - name: image_id
6
- dtype: string
7
- - name: image
8
- dtype: image
9
- - name: extraction
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 1930935
14
- num_examples: 12
15
- download_size: 1931399
16
- dataset_size: 1930935
17
- - config_name: pool
18
- features:
19
- - name: image_id
20
- dtype: string
21
- - name: image
22
- dtype: image
23
- splits:
24
- - name: train
25
- num_bytes: 16732385
26
- num_examples: 160
27
- download_size: 16734801
28
- dataset_size: 16732385
29
- - config_name: silver
30
- features:
31
- - name: image_id
32
- dtype: string
33
- - name: image
34
- dtype: image
35
- - name: extraction
36
- dtype: string
37
- splits:
38
- - name: train
39
- num_bytes: 13881575
40
- num_examples: 127
41
- download_size: 13859405
42
- dataset_size: 13881575
43
  configs:
44
  - config_name: gold
45
- data_files:
46
- - split: train
47
- path: gold/train-*
48
- - config_name: pool
49
- data_files:
50
- - split: train
51
- path: pool/train-*
52
  - config_name: silver
53
- data_files:
54
- - split: train
55
- path: silver/train-*
56
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - en
7
+ tags:
8
+ - ocr
9
+ - structured-extraction
10
+ - kie
11
+ - index-cards
12
+ - glam
13
+ - vital-records
14
+ - genealogy
15
+ - handwriting-recognition
16
+ size_categories:
17
+ - n<1K
18
+ source_datasets:
19
+ - biglam/index-cards-southborough-vital-records
20
+ pretty_name: Southborough Death Cards (gold / silver / pool)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  configs:
22
  - config_name: gold
23
+ data_files: gold/*
 
 
 
 
 
 
24
  - config_name: silver
25
+ data_files: silver/*
26
+ - config_name: pool
27
+ data_files: pool/*
28
  ---
29
+
30
+ # Southborough death cards — structured extraction
31
+
32
+ Handwritten **death-record index cards** from the Southborough (MA) Town Clerk collection
33
+ ([`biglam/index-cards-southborough-vital-records`](https://huggingface.co/datasets/biglam/index-cards-southborough-vital-records)),
34
+ prepared for schema-conditioned extraction. Each card records a death: `name`, `date_of_death`,
35
+ `place_of_death`, `place_of_burial`, `sex`, `condition`, `cause_of_death`, `age`, `occupation`,
36
+ `birthplace` (+ volume/page).
37
+
38
+ | config | cards | labels |
39
+ |---|---|---|
40
+ | `gold` | 12 | **hand-reviewed** ground truth (eval) — AI-drafted, human-reviewed, uncertain readings flagged |
41
+ | `silver` | 127 | **machine-generated** labels (Qwen3-VL-8B from the image) — SFT data, *not* hand-verified |
42
+ | `pool` | 160 | **unlabelled** image pool — re-label with your own model/schema |
43
+
44
+ Training (`silver`) and evaluation (`gold`) data for the [index-card-extractor-4b](#) research model;
45
+ `pool` is the unlabelled source for `silver`. ⚠️ `silver` labels carry model noise on free-text fields.
46
+
47
+ ## Columns
48
+ `gold`/`silver`: `image_id` · `image` · `extraction` (JSON). `pool`: `image_id` · `image`.
49
+
50
+ ## Provenance & license
51
+ Images from `biglam/index-cards-southborough-vital-records` (public-domain US public records).
52
+ Released **CC0-1.0**.