wcpsoft/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.
048
