Nemotron-SFT-Multilingual-v1-prompt-only
收藏资源简介:
Nemotron-SFT-Multilingual-v1-prompt-only是一个专门从多语言监督微调数据集中提取提示部分的数据集。它源自nvidia/Nemotron-SFT-Multilingual-v1,通过后处理流程仅保留提示相关内容。数据集核心文件prompts.csv包含3,065,222条记录,每条记录提供用户提示、分离的系统提示以及当源数据定义可用工具时的结构化工具信息。数据集采用CSV格式存储,其中嵌套值以JSON格式编码在单元格内。此外,数据集还包含两个辅助文件:summary.md提供源数据行数、提取行数、行数差异和失败提示计数的统计摘要;null_or_empty_rows.md记录提示提取结果为null或空值的行索引。该数据集适用于提示工程、指令微调、工具调用场景下的模型训练与研究,特别关注多语言环境下的提示构造与使用。数据提取过程中有33行提示提取失败,导致总行数比源数据集减少33行。
Nemotron-SFT-Multilingual-v1-prompt-only is a dataset specifically extracted from a multilingual supervised fine-tuning dataset, focusing only on the prompt portions. It is derived from nvidia/Nemotron-SFT-Multilingual-v1 through a post-processing pipeline that retains only prompt-related content. The core file, prompts.csv, contains 3,065,222 records, each providing user prompts, separated system prompts, and structured tool information when tools are defined in the source data. The dataset is stored in CSV format, with nested values encoded as JSON within cells. Additionally, it includes two auxiliary files: summary.md offers statistical summaries of source row counts, extracted row counts, row differences, and failed prompt counts; null_or_empty_rows.md records row indices where prompt extraction resulted in null or empty values. The dataset is suitable for model training and research in prompt engineering, instruction fine-tuning, and tool-calling scenarios, with a particular focus on prompt construction and usage in multilingual environments. During data extraction, 33 rows failed, resulting in a total row count reduction of 33 compared to the source dataset.
数据集概述
数据集名称:Nemotron-SFT-Multilingual-v1-prompt-only
来源数据集:nvidia/Nemotron-SFT-Multilingual-v1
用途:从原始数据集中提取仅包含提示(prompt)部分的数据,适用于后训练(post-training)场景。
数据内容
数据集包含以下文件:
- prompts.csv:每条记录对应原始数据的一行,提取出的字段包括:
prompt:提示文本system_prompt:系统提示(与主提示分离)tools:如果原始行定义了可用工具,则以JSON编码形式嵌入CSV单元格中
- summary.md:原始行数、提取后行数、行数变化及失败提示计数
- null_or_empty_rows.md:提示提取失败产生空或无效提示的行索引
数据量统计
- 提取的行数:3,065,222
- 提示提取失败的行数:33
- 行数变化:-33
数据来源与处理
- 本数据集由
jamesdborin基于 Nemotron Post-Training v3 提示提取器工作流上传 - 原始数据集为 nvidia/Nemotron-SFT-Multilingual-v1




