datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
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.
