Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for test-inference-full-upload-6523414f
This dataset is derived from danameyer/printed-test-lines and has been enriched with inference results.
Dataset Summary
This dataset contains 604 samples across 1 split(s).
Projects Included
printed_test
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: 604 samples
Dataset Size
- Approximate total size: 7.40 MB
- Total samples: 604
Features
- image:
Image(mode=None, decode=False) - text:
Value('string') - line_id:
Value('string') - line_reading_order:
Value('int64') - line_coords:
List(List(Value('int64'))) - line_baseline:
List(List(Value('int64'))) - line_augmentation:
Value('string') - region_id:
Value('string') - region_reading_order:
Value('int64') - region_type:
Value('string') - region_coords:
List(List(Value('int64'))) - filename:
Value('string') - project_name:
Value('string') - inference_20260618_115518_254561_model_microsoft_trocr-small-printed:
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
from datasets import load_dataset
# Load entire dataset
dataset = load_dataset("danameyer/test-inference-full-upload-6523414f")
# Load specific split
dataset_split = load_dataset("danameyer/test-inference-full-upload-6523414f", split="train")
- Downloads last month
- 40