datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
handwriting-test
handwriting-test
This dataset contains handwriting stroke data collected using a stylus (S Pen) on a tablet device.
Data Format
Each sample in data/train.jsonl contains:
Field
Description
id
Unique identifier (UUID)
text
The prompt text that was written
created_at
ISO timestamp of when the sample was created
device
Device information (user agent, platform, pixel ratio)
canvas
Canvas dimensions (width, height)
strokes
Array of strokes, each containing… See the full description on the dataset page: https://huggingface.co/datasets/finnbusse/handwriting-test.handwriting-v1
handwriting-v1
This dataset contains handwriting stroke data collected using a stylus (S Pen) on a tablet device.
Optimized for training RNNs (Recurrent Neural Networks) on handwriting generation/recognition tasks.
Data Format
Data is available in two formats in the data/ directory:
Parquet files (*.parquet): Columnar format, optimized for HuggingFace datasets
JSONL files (*.jsonl): Line-delimited JSON backup, easy to parse
Both formats contain identical RNN training… See the full description on the dataset page: https://huggingface.co/datasets/finnbusse/handwriting-v1.handwriting-test-v2
handwriting-test-v2
This dataset contains handwriting stroke data collected using a stylus (S Pen) on a tablet device.
Optimized for training RNNs (Recurrent Neural Networks) on handwriting generation/recognition tasks.
Data Format
Each row in the Parquet files represents a complete handwriting sample:
Column
Type
Description
id
string
Unique identifier (UUID)
text
string
The prompt text that was written
dx
string (JSON array)
Delta X offsets between… See the full description on the dataset page: https://huggingface.co/datasets/finnbusse/handwriting-test-v2.
