davanstrien HF Staff commited on
Commit
6b32915
·
verified ·
1 Parent(s): 57942ac

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +40 -19
README.md CHANGED
@@ -1,23 +1,22 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: target
7
- dtype: string
8
- - name: gt_xml
9
- dtype: string
10
- - name: record_id
11
- dtype: string
12
- splits:
13
- - name: train
14
- num_bytes: 44465018
15
- num_examples: 428
16
- - name: test
17
- num_bytes: 5667193
18
- num_examples: 58
19
- download_size: 49835021
20
- dataset_size: 50132211
21
  configs:
22
  - config_name: default
23
  data_files:
@@ -26,3 +25,25 @@ configs:
26
  - split: test
27
  path: data/test-*
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - fr
7
+ tags:
8
+ - ocr
9
+ - structured-extraction
10
+ - kie
11
+ - index-cards
12
+ - glam
13
+ - nuextract
14
+ - handwriting-recognition
15
+ size_categories:
16
+ - n<1K
17
+ source_datasets:
18
+ - Teklia/DAI-CReTDHI-IndexCards-KIE
19
+ pretty_name: Teklia Index-Card KIE (flat schema, train/test)
 
20
  configs:
21
  - config_name: default
22
  data_files:
 
25
  - split: test
26
  path: data/test-*
27
  ---
28
+
29
+ # Teklia Index-Card KIE — flat schema (train / test)
30
+
31
+ French handwritten **vital-records index cards** (Archives of Tours), prepared for schema-conditioned
32
+ structured extraction. Repackages [`Teklia/DAI-CReTDHI-IndexCards-KIE`](https://huggingface.co/datasets/Teklia/DAI-CReTDHI-IndexCards-KIE)
33
+ with a **flat-by-role JSON target** derived deterministically from the nested XML ground truth.
34
+
35
+ | split | cards |
36
+ |---|---|
37
+ | `train` | 428 |
38
+ | `test` | 58 |
39
+
40
+ Births, marriages and deaths; children, spouses and parents, each routed to its role. Training and
41
+ evaluation data for the [index-card-extractor-4b](#) research model.
42
+
43
+ ## Columns
44
+ `image` (IIIF JPEG) · `target` (flat-by-role JSON — the extraction label) · `gt_xml` (nested XML
45
+ ground truth) · `record_id`.
46
+
47
+ ## Provenance & license
48
+ Derived from `Teklia/DAI-CReTDHI-IndexCards-KIE` (MIT); released under **MIT**. Please cite the
49
+ original Teklia dataset.