claude-fable-5-code
收藏资源简介:
Claude Fable 5 编码与数学数据集(非思考版)是一个包含 603 个样本的小规模文本生成数据集,专门用于编码和数学相关任务。数据集的提示词来源于另一个开源数据集 angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k 的 code_train.jsonl 分割。响应部分由 Claude Fable 5 模型于 2026 年 6 月 10 日生成,生成成本约为 75 美元。该数据集的一个关键特点是“非思考”,即模型在生成响应时未启用其适应性思考能力,因此数据中不包含任何思维链或推理过程内容。每个数据样本是一个 JSON 对象,包含三个字段:category 表示任务类别(如 coding 或 math);messages 是一个消息列表,详细记录了辅导或编码的设置、用户提示以及 Claude Fable 5 的完整响应;model 字段标识生成模型为 claude-fable-5。该数据集适用于研究或评估大型语言模型在代码生成和数学问题解决方面的基础能力,尤其适用于不需要中间推理步骤的任务场景。
The Claude Fable 5 Coding and Mathematics Dataset (Non-Thinking Version) is a small-scale text generation dataset containing 603 samples, specifically designed for coding and mathematics-related tasks. The prompts in the dataset are sourced from the code_train.jsonl split of another open-source dataset, angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k. The responses were generated by the Claude Fable 5 model on June 10, 2026, with a generation cost of approximately $75. A key feature of this dataset is its non-thinking nature, meaning the model did not enable its adaptive thinking capabilities during response generation, so the data does not contain any chain-of-thought or reasoning process content. Each data sample is a JSON object with three fields: category indicates the task category (e.g., coding or math); messages is a list of messages that detail the tutoring or coding setup, user prompts, and the complete response from Claude Fable 5; and the model field identifies the generating model as claude-fable-5. This dataset is suitable for research or evaluation of large language models fundamental capabilities in code generation and mathematical problem-solving, particularly for task scenarios that do not require intermediate reasoning steps.
数据集概述
- 数据集名称: Claude Fable-5 Code
- 数据集大小: 603 条样本,属于小规模数据集(n<1K)
- 语言: 英语(en)
- 任务类别: 文本生成(text-generation)
- 标签: 代码(code)、Claude、Fable-5
数据集内容
- 数据来源: 提示(prompts)来自 angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k 数据集中的
code_train.jsonl子集。 - 生成模型: 由 Claude Fable 5 模型生成,生成时间为 2026年6月10日。
- 生成成本: 生成该数据集约花费 75 美元。
数据集特点
- 该数据集为 非思考(non-thinking) 版本,不包含任何思维链(chain-of-thought)或推理内容。
- Claude Fable 5 仅支持自适应思考(adaptive thinking),在此数据集中模型决定不进行思考。
数据结构
数据集以 JSON Lines 格式存储,文件名为 code.fable-5.jsonl,每条数据包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
category |
字符串 | 任务类别,例如 coding(编码)或 math(数学) |
messages |
列表 | 一组消息,包含教学/编码设置、用户提示以及 Claude Fable 5 的回复 |
model |
字符串 | 使用的模型名称,为 claude-fable-5 |
数据集划分
- 仅包含一个训练集(train)拆分,样本数为 603。




