CoderForge-Preview-v3
收藏资源简介:
laion/CoderForge-Preview-v3 是一个预处理的、预分词的数据集,源自 togethercomputer/CoderForge-Preview 数据集中的 trajectories-tokenized_qwencoder 子集。该数据集包含 155,144 行数据,来源于四个不同的源(R2E_Gym, SWE_Rebench, SWE_Smith, filtered_reward1),并通过确定性采样(种子为42)生成。数据格式为 Qwen3(与 Qwen2.5-Coder / Qwen3-Coder / Qwen3-8B 共享分词器)的本地预分词数据,每行包含以下字段:input_ids(int32列表)、attention_mask(int8列表,全为1)、labels(int64列表,已应用-100掩码)、chat_template_applied(字符串,用于调试)、trajectory_id(字符串)、reward(float64)和 source(字符串,固定为 togethercomputer/CoderForge-Preview/trajectories-tokenized_qwencoder)。该数据集适用于文本生成任务,特别是与 axolotl 框架结合使用时,可以跳过聊天模板渲染器。
laion/CoderForge-Preview-v3 is a preprocessed, pre-tokenized dataset derived from the trajectories-tokenized_qwencoder subset of the togethercomputer/CoderForge-Preview dataset. It contains 155,144 rows of data sourced from four different sources (R2E_Gym, SWE_Rebench, SWE_Smith, filtered_reward1) and generated through deterministic sampling (seed 42). The data format is local pre-tokenized data for Qwen3 (sharing tokenizer with Qwen2.5-Coder / Qwen3-Coder / Qwen3-8B), with each row containing the following fields: input_ids (list of int32), attention_mask (list of int8, all 1s), labels (list of int64, with -100 masking applied), chat_template_applied (string, for debugging), trajectory_id (string), reward (float64), and source (string, fixed as togethercomputer/CoderForge-Preview/trajectories-tokenized_qwencoder). The dataset is suitable for text generation tasks, especially when used with the axolotl framework, allowing skipping of the chat template renderer.
数据集概述
基本信息
- 数据集名称: laion/CoderForge-Preview-v3
- 许可证: Apache-2.0
- 任务类别: 文本生成(text-generation)
- 标签: sft, agent, swe-bench, axolotl, pretokenized
数据来源与规模
- 来源: 该数据集是
togethercomputer/CoderForge-Preview数据集中trajectories-tokenized_qwencoder子集的子集。 - 数据行数: 155,144 行(来自4个数据分组)。
数据格式
- 格式: 原生预分词数据,适用于 Qwen3 模型(分词器与 Qwen2.5-Coder / Qwen3-Coder / Qwen3-8B 共享)。
- 每行字段:
input_ids:list[int32](输入词元ID)attention_mask:list[int8](全为1,由本子集处理程序添加,用于触发 axolotl 的预分词数据集自动检测)labels:list[int64](已应用-100掩码)chat_template_applied:str(解码后的文本渲染,用于调试)trajectory_id:str(轨迹ID)reward:float64(奖励值)source:str(始终为"togethercomputer/CoderForge-Preview/trajectories-tokenized_qwencoder")
数据采样
- 采样方式: 确定性地从所有4个源数据分组(R2E_Gym, SWE_Rebench, SWE_Smith, filtered_reward1)的连接结果中采样,seed=42。
使用方式(axolotl)
-
配置示例: yaml datasets:
- path: laion/CoderForge-Preview-v3 chat_template: chatml sequence_len: 32768 # 上游数据序列可超过80k词元;axolotl 会进行截断
-
自动检测: Axolotl 会自动检测预分词数据列,跳过聊天模板渲染器。




