datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
arithmetic-llm
arithmetic-llm
MNIST 图像 → 字节级算术 训练数据集。
用于教学向的字节级算术大模型 (byte-omni-model-zh):给定一个显式数字 (digit 0-9) 与一张 MNIST 图像 (隐式数字),预测两者之和。
输入: digit_byte + MNIST_image_bytes
输出: result_bytes
示例:
digit = "1" + image(数字 "2") → 预测 "3"
Schema
列
类型
说明
id
int
序号
image_base64
str
MNIST 图像 PNG (base64)
pixels
float[]
28×28 展平像素 (0-1), 784 维
label
int
图像数字标签 (0-9)
split
str
train (59134) / test (9943)
image_hash
str
SHA-256 逐字节指纹
phash
str
16×16 感知哈希位串 (与 label… See the full description on the dataset page: https://huggingface.co/datasets/wcpsoft/arithmetic-llm.llm_pack_detection
LLM-Pack: Grocery Detection Dataset
A small object detection and scene understanding dataset containing tabletop grocery scenes with annotated item names and object locations.
The dataset consists of 40 images with varying object counts, designed for evaluating object detection, counting, and multimodal reasoning systems in cluttered grocery scenarios.
Dataset Overview
Total scenes: 40
Object counts per scene: 6, 8, 10, 12, 14, 16, 18, or 20 items
Samples per… See the full description on the dataset page: https://huggingface.co/datasets/Yannik019/llm_pack_detection.llm-distribution
LLM Distribution Evaluation Dataset
This dataset contains 50,000 synthetic graphs with questions and answers about statistical distributions, designed to evaluate large language models' ability to analyze data visualizations.
Dataset Description
Dataset Summary
This dataset contains diverse statistical visualizations (bar charts, line plots, scatter plots, histograms, area charts, and step plots) with associated questions about:
Normality testing
Distribution… See the full description on the dataset page: https://huggingface.co/datasets/robvanvolt/llm-distribution.llm-distribution-sample
LLM Distribution Evaluation Dataset
This dataset contains 1000 synthetic graphs with questions and answers about statistical distributions, designed to evaluate large language models' ability to analyze data visualizations.
Dataset Description
Dataset Summary
This dataset contains diverse statistical visualizations (bar charts, line plots, scatter plots, histograms, area charts, and step plots) with associated questions about:
Normality testing
Distribution… See the full description on the dataset page: https://huggingface.co/datasets/robvanvolt/llm-distribution-sample.
