用于微调 Qwen3-Coder-Next 的 Python 编程 SFT 数据集。
train.jsonl: 2,361,724 条
val.jsonl: 124,302 条
标准 messages 格式(system/user/assistant/tool 角色),部分含 tools 字段
含工具调用 ~7.1%, 推理 ~26%,中文指令 ~13%
{"messages": [{"role": "system", "content": "..."}, {"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]}
含工具调用的记录额外带 tools 字段(OpenAI function-calling schema)。
from datasets import… See the full description on the dataset page:
https://huggingface.co/datasets/adasdadsd/Qwen3-Coder-SFT-2.4M.