sharegpt-regen-qwen3-8b-non-thinking
收藏资源简介:
本数据集是ShareGPT数据的一个处理版本,通过Qwen3-8B模型在非思考模式下重新生成,并经过长输出重试和退化样本清理。原始数据中达到初始4K输出限制的样本,依次使用16K和40K的最大新令牌数进行重试。最终版本移除了上下文长度超限、尾部退化或重复输出以及人工确认的无界生成样本。数据集包含43,774条对话样本,以Parquet格式分片存储,每个样本包含对话记录(用户和助手角色)以及助手令牌的详细统计信息。助手内容的总令牌数约为1.15亿,平均每样本助手令牌数约为2,627。数据生成配置为:使用Qwen3-8B模型,非思考模式,温度0.6,top_p 0.95,禁用推理。该数据集适用于文本生成和对话任务,但使用者需根据自身任务需求进行额外的安全过滤、质量过滤、去重和许可证合规性检查。
This dataset is a processed version of the ShareGPT dataset, regenerated using the Qwen3-8B model in non-thinking mode, and subjected to long-output retries and degenerate sample cleanup. For samples in the original dataset that reached the initial 4K output limit, retries were sequentially performed using maximum new token counts of 16K and 40K respectively. The final version removes samples that exceeded the context length limit, had degenerate or duplicated tail outputs, or were manually confirmed as unbounded generation cases. The dataset contains 43,774 conversation samples, stored in sharded Parquet format. Each sample includes conversation records (featuring user and assistant roles) as well as detailed token statistics for the assistant's responses. The total token count of the assistant's content is approximately 115 million, with an average of about 2,627 tokens per sample for the assistant's outputs. The data generation configuration is specified as follows: using the Qwen3-8B model, non-thinking mode, temperature 0.6, top_p 0.95, with inference disabled. This dataset is suitable for text generation and conversational tasks, but users must conduct additional safety filtering, quality filtering, deduplication, and license compliance checks according to their respective task needs.
数据集概述
数据集名称:ShareGPT Regen Qwen3-8B Non-Thinking 40K Clean
数据集地址:https://huggingface.co/datasets/heiheiha798/sharegpt-regen-qwen3-8b-non-thinking
许可协议:其他(other)
语言:英语(en)、中文(zh)
任务类别:文本生成(text-generation)
标签:sharegpt, qwen3, qwen3-8b, non-thinking, sglang, conversational
数据规模:10K < n < 100K
数据集大小:清理后的版本包含 43,774 条样本(原始成功 regen 发布版为 44,009 条)。
数据集内容与来源
- 本数据集是基于 ShareGPT 数据,使用 Qwen3-8B 模型在 non-thinking(非思考) 模式下重新生成的结果。
- 生成过程包括长输出重试和退化样本清理步骤:对初始 max_tokens 为 4096 的命中样本,依次使用 16K 和 40K 的 max_tokens 进行重试。
- 最终移除了三类问题样本:
- context length 超限
- 尾部退化/重复
- 人工确认的无界生成样本
清理后收录条数:43,774 条
被排除样本条数:235 条(详细信息记录在 dropped_ids.jsonl 文件中)
数据格式
数据以 Hugging Face Parquet 格式分片存储,共 4 个分片文件:
| 文件 | 说明 | 行数 |
|---|---|---|
data/train-00000-of-00004.parquet |
Hugging Face parquet 分片 | 10,944 |
data/train-00001-of-00004.parquet |
Hugging Face parquet 分片 | 10,944 |
data/train-00002-of-00004.parquet |
Hugging Face parquet 分片 | 10,943 |
data/train-00003-of-00004.parquet |
Hugging Face parquet 分片 | 10,943 |
每条数据的 JSON 结构如下:
json { "id": "example_id", "conversations": [ {"role": "user", "content": "..."}, {"role": "assistant", "content": "..."} ], "assistant_token_stats": { "assistant_turn_tokens": [955, 985], "assistant_turn_count": 2, "assistant_total_tokens": 1940, "assistant_max_tokens": 985 } }
补充文件:
dropped_ids.jsonl:包含被排除的 235 条样本 ID 及排除原因。
Token 统计
使用 Qwen3-8B tokenizer(add_special_tokens=false)对 assistant 消息内容进行统计,不包含 user 消息,未渲染 chat template。
| 统计项 | 数值 |
|---|---|
| assistant 总 token 数 | 114,995,139 |
| assistant 对话轮次 | 134,564 |
| 平均每样本 assistant token 数 | 2,627.02 |
| 平均每轮 assistant token 数 | 854.58 |
| 单轮最大 assistant token 数 | 14,760 |
| 单样本最大 assistant 总 token 数 | 31,717 |
排除样本原因分布
| 排除原因 | 条数 |
|---|---|
| context_length_exceeded | 83 |
| tail_degeneracy | 147 |
| unbounded_generation_hit_max_new_tokens_16384 | 2 |
| unbounded_generation_hit_max_new_tokens_40000 | 3 |
生成配置摘要
| 配置项 | 值 |
|---|---|
| target model | Qwen3-8B |
| mode | non-thinking |
| temperature | 0.6 |
| top_p | 0.95 |
| reasoning | disable |
| initial max_tokens | 4096 |
| retry max_tokens | 16384 |
| final retry max_tokens | 40000 |
使用建议
建议用户根据自身任务需求,自行进行安全过滤、质量过滤、去重和 license 合规检查。




