open-instruct-swe-smith
收藏资源简介:
该数据集是SWE-Smith数据集的Open Instruct格式化版本,专门适配于open-instruct分支使用,原始数据来源于SWE-bench/SWE-smith数据集。它包含59,136个训练样本,每个样本由多个字段构成:messages字段是一个列表,包含content(内容文本)和role(角色标识)的对话式交互信息;ground_truth字段提供预期答案或参考输出;dataset字段标识数据子集来源;env_config字段是一个结构体,描述任务执行环境,包括环境名称(env_name)、镜像(image)和任务ID(task_id);source字段指明数据来源。该数据集适用于软件工程任务、代码生成或指令遵循相关的机器学习模型训练与评估,特别是需要结合具体执行环境上下文的任务。数据集采用MIT许可证。
This dataset is an Open Instruct formatted version of the SWE-Smith dataset, specifically adapted for use with a branch of open-instruct. Its original data comes from the SWE-bench/SWE-smith dataset. The dataset contains 59,136 training samples, each consisting of multiple fields: the messages field is a list containing conversational interaction information with content (text content) and role (role identifier); the ground_truth field provides expected answers or reference outputs; the dataset field identifies the data subset source; the env_config field is a structure describing the task execution environment, including the environment name (env_name), image (image), and task ID (task_id); the source field indicates the data source. It is suitable for training and evaluating machine learning models related to software engineering tasks, code generation, or instruction following, particularly those requiring context from specific execution environments. The dataset is licensed under the MIT License.
数据集概述:SWE-Smith(Open Instruct格式化版本)
- 数据集名称:SWE-Smith(Open Instruct格式化版本)
- 来源:原始数据来自 SWE-bench/SWE-smith
- 用途:为配合 Tmax 项目中的 open-instruct 分支使用而格式化
- 许可协议:MIT
数据特征
数据集包含以下字段:
| 字段名 | 类型 | 说明 |
|---|---|---|
messages |
列表 | 包含多个消息对象,每个对象有 content(字符串)和 role(字符串)两个字段 |
ground_truth |
字符串 | 真实答案/标签 |
dataset |
字符串 | 数据集标识 |
env_config |
结构体 | 环境配置,包含三个子字段:<br>- env_name(字符串)<br>- image(字符串)<br>- task_id(字符串) |
source |
字符串 | 数据来源 |
数据集划分
- 唯一划分:
train - 训练集样本数:59,136 条
- 数据集总大小:210,958,149 bytes(约 201 MB)
- 下载大小:36,934,260 bytes(约 35.2 MB)
文件结构
- 唯一配置名为
default - 训练集数据文件路径为
data/train-*(分片存储)
关联资源
- 代码仓库:GitHub - hamishivi/tmax
- 模型和数据:Hugging Face 集合 - allenai/tmax
- 论文:arXiv 2606.23321
- 博客文章:Tmax 博客




