Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,23 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 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.
|