datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
bankertoolbench
BankerToolBench
BankerToolBench is a benchmark of 100 end-to-end investment banking tasks for
evaluating AI agents. Each task mirrors real junior-banker work — building
financial models, preparing pitch decks, writing memos — and produces multi-file
deliverables (Excel, PowerPoint, Word) that are scored against expert-authored
rubrics.
The benchmark was developed with 502 investment bankers from firms including
Goldman Sachs, JPMorgan, Evercore, and others. Human completion time… See the full description on the dataset page: https://huggingface.co/datasets/handshake-ai-research/bankertoolbench.Britain-and-UK-Handbooks-Dataset
Britain and UK Handbooks Dataset
Dataset Description
This dataset contains digitised Britain and UK Handbooks from the National Library of Scotland's digital collections. These annual reference books were originally published by the British Information Service (starting in 1946) to provide overseas readers with comprehensive information about the United Kingdom.
Dataset Summary
Source: National Library of Scotland - Britain and UK Handbooks
Time Period:… See the full description on the dataset page: https://huggingface.co/datasets/NationalLibraryOfScotland/Britain-and-UK-Handbooks-Dataset.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.Handwritten-Historical-Archive-Image-Dataset-of-Modern-China_1840_1949
📜 Chinese Modern Era (1840–1949) Handwritten Historical Archive Dataset
中国近代史 (1840–1949) 手写历史档案数据集
📖 Dataset Description | 数据集描述
🎯 Purpose & Motivation | 目的与动机
To address the recognition difficulties and generalization bottlenecks faced by existing Optical Character Recognition (OCR) models when processing handwritten historical archives from modern Chinese history (1840–1949), a joint student research team from Capital Normal University… See the full description on the dataset page: https://huggingface.co/datasets/JIA244601/Handwritten-Historical-Archive-Image-Dataset-of-Modern-China_1840_1949.Handpicked-Images-gemini-2.0-flash-thinking-exp-1219-CustomShareGPT
Handpicked-Images-gemini-2.0-flash-thinking-exp-1219-CustomShareGPT
Some random images with responses/captions generated with gemini-2.0-flash-thinking-exp-1219.
The format should be similar to that of liuhaotian/LLaVA-Instruct-150K.
Images can be found in the images.zip folder. The zip also contains .txt captions for ease of use in non-VQA tasks.
Generation Details
If BlockedPromptException, StopCandidateException, or InvalidArgument was returned, the sample was… See the full description on the dataset page: https://huggingface.co/datasets/PJMixers-Images/Handpicked-Images-gemini-2.0-flash-thinking-exp-1219-CustomShareGPT.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.wisconsin-motorists-handbook-dataset
Wisconsin Motorists Handbook Dataset
Generated by DocParserEngine.
Field
Value
Documents
1
Records
1
Schema
full
Usage
from datasets import load_dataset
ds = load_dataset("Remixonwin/wisconsin-motorists-handbook-dataset")
