CoolFace
Datasetpublic

danameyer/inference-test-dataset-workshop

Dataset Card for inference-test-dataset-workshop This dataset is derived from dh-unibe/kurrent-hanse-xvi-test-lines-with-inference and has been enriched with inference results. Dataset Summary This dataset contains 164 samples across 1 split(s). Projects Included 1505-02-10_Hanserezess,Lübeck_Dienstag_nach_Scholastice_1505(SAHST_Rep__2,_I_040-4) Duplicate Line Information Duplicate line statistics are calculated from the dataset key… See the full description on the dataset page: https://huggingface.co/datasets/danameyer/inference-test-dataset-workshop.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes10downloads
Dataset Card

Dataset Card for inference-test-dataset-workshop

This dataset is derived from dh-unibe/kurrent-hanse-xvi-test-lines-with-inference and has been enriched with inference results.

Dataset Summary

This dataset contains 164 samples across 1 split(s).

Projects Included

1505-02-10Hanserezess,LübeckDienstagnachScholastice1505(SAHSTRep_2,I_040-4)

Duplicate Line Information

Duplicate line statistics are calculated from the dataset key columns filename, region_id, and line_id, plus project_name when project metadata is available.

Only original rows are counted here.

  • Duplicate rows: 0
  • Duplicate groups: 0
  • Duplicate excess rows: 0

Duplicate Lines by Split

  • train: 0 duplicate rows, 0 duplicate groups, 0 duplicate excess rows

Dataset Structure

Data Splits

  • train: 164 samples

Dataset Size

  • Approximate total size: 32.52 MB
  • Total samples: 164

Features

  • project_name: Value('large_string')
  • filename: Value('large_string')
  • region_id: Value('large_string')
  • line_id: Value('large_string')
  • line_augmentation: Value('large_string')
  • image: {'bytes': Value('binary'), 'path': Value('null')}
  • text: Value('large_string')
  • line_reading_order: Value('int64')
  • line_coords: List(List(Value('int64')))
  • line_baseline: List(List(Value('int64')))
  • region_reading_order: Value('int64')
  • region_type: Value('large_string')
  • region_coords: List(List(Value('int64')))
  • inference_20260605_220242_149959_model_dh-unibe_trocr-kurrent-XVI-XVII: Value('string')
  • inference_20260608_164545_549548_model_dh-unibe_trocr-kurrent-XVI-XVII: Value('string')

Data Organization

Data is organized as parquet shards by split and project:

data/
├── <split>/
│   └── <project_name>/
│       └── <timestamp>-<shard>.parquet

The HuggingFace Hub automatically merges all parquet files when loading the dataset.

Usage

python
from datasets import load_dataset

# Load entire dataset
dataset = load_dataset("danameyer/inference-test-dataset-workshop")

# Load specific split
dataset_split = load_dataset("danameyer/inference-test-dataset-workshop", split="train")