davanstrien HF Staff commited on
Commit
f6c98d6
·
verified ·
1 Parent(s): 7ddf38e

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +36 -17
README.md CHANGED
@@ -1,19 +1,38 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image_id
5
- dtype: string
6
- - name: image
7
- dtype: image
8
- splits:
9
- - name: train
10
- num_bytes: 3679389
11
- num_examples: 30
12
- download_size: 3681319
13
- dataset_size: 3679389
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - manuscript-catalogue
14
+ - held-out
15
+ - unlabeled
16
+ size_categories:
17
+ - n<1K
18
+ source_datasets:
19
+ - biglam/rubenstein-manuscript-catalog
20
+ pretty_name: Rubenstein Manuscript Cards — Held-out Schema Probe
21
  ---
22
+
23
+ # Rubenstein manuscript cards — held-out schema probe
24
+
25
+ **30 manuscript-catalogue card images** from the Duke Rubenstein collection
26
+ ([`biglam/rubenstein-manuscript-catalog`](https://huggingface.co/datasets/biglam/rubenstein-manuscript-catalog)),
27
+ used as a **held-out generalization probe**: a collection and schema the
28
+ [index-card-extractor-4b](#) model was **never trained on**. Tests whether the model still emits
29
+ valid, schema-conforming JSON for an unseen schema (it does — better than the base model).
30
+
31
+ No ground truth — this measures schema-following (valid-JSON rate, key-conformance, field coverage),
32
+ not field accuracy. A candidate Rubenstein extraction schema ships with the project code.
33
+
34
+ ## Columns
35
+ `image_id` · `image`.
36
+
37
+ ## Provenance & license
38
+ Images from `biglam/rubenstein-manuscript-catalog` (CC0). Released **CC0-1.0**.