s1_dataset_ptbr_1k_tokenized
收藏资源简介:
这是经过预处理和标记化的**s1_dataset_ptbr_1k**数据集,准备用于基于Llama/Tucano架构的模型微调。它通过应用特定的指令和思考过程("Thinking Process")模板生成,并使用**Tucano-1b1-Instruct**的标记器转换为IDs。数据集格式设计为促进"Chain of Thought"(思考链),包含原始问题、思考轨迹和解决方案的结构化数据。
This is a preprocessed and tokenized **s1_dataset_ptbr_1k** dataset intended for model fine-tuning based on the Llama/Tucano architecture. It was generated by applying specialized instruction and "Thinking Process" templates, and converted into token IDs using the tokenizer of **Tucano-1b1-Instruct**. The dataset format is designed to facilitate "Chain of Thought" reasoning, containing structured data including original questions, thought trajectories, and final solutions.
s1_dataset_ptbr_1k_tokenized 数据集概述
数据集基本信息
- 名称: s1_dataset_ptbr_1k_tokenized
- 许可证: mit
- 主要任务类别: 文本生成
- 语言: 葡萄牙语 (pt)
- 数据规模: 1K<n<10K
- 下载大小: 12612548 字节
- 数据集大小: 30842229 字节
数据来源与性质
- 来源数据集: corre-social/s1_dataset_ptbr_1k
- 处理状态: 已预处理、已分词
- 用途: 适用于基于 Llama/Tucano 架构的模型进行微调
- 标签: tokenized, sft, pre-processed, tucano, llama
数据结构与内容
- 数据分割: 训练集 (train)
- 训练集样本数量: 1000
- 训练集字节大小: 30842229
特征字段
solution: 字符串类型question: 字符串类型cot_type: 字符串类型source_type: 字符串类型metadata: 字符串类型cot: 空值类型thinking_trajectories: 字符串列表类型attempt: 字符串类型text: 字符串类型
预处理与分词详情
- 分词器: TucanoBR/Tucano-1b1-Instruct 分词器
- 上下文块大小: 2048 个词元
- 原始数据集: https://huggingface.co/datasets/corre-social/s1_dataset_ptbr_1k
- 分词器基础模型: https://huggingface.co/TucanoBR/Tucano-1b1-Instruct
数据格式与模板
数据采用特定结构进行格式化,以激发思维链推理。分词前应用的格式如下:
<instruction> {pergunta_original} </instruction> <|im_start|>think {thinking_trajectories} {solution}




