Azure99/blossom-chat-v1
收藏资源简介:
Blossom Chat V1是一个基于ShareGPT 90K的中英双语对话数据集,适用于多轮对话微调。该数据集通过翻译和多轮指令迭代调用gpt-3.5-turbo-0613生成,解决了中文对话数据量少和输出截断问题。数据集中英文混合,比例为5:1,每条数据包含id和conversations字段,代表一个完整的多轮对话。数据集发布了全量数据的20%,包含30K记录。
Blossom Chat V1 is a Chinese-English bilingual dialogue dataset based on ShareGPT 90K, designed for multi-turn dialogue fine-tuning. It is generated via translation and iterative invocation of gpt-3.5-turbo-0613 with multi-turn instructions, which addresses the issues of limited scale of Chinese dialogue data and output truncation. The dataset contains mixed Chinese and English content with a ratio of 5:1. Each entry includes the `id` and `conversations` fields, representing a complete multi-turn dialogue. 20% of the full dataset has been released, totaling 30K records.
数据集概述
数据集名称
Blossom Chat V1
数据集来源
基于ShareGPT 90K衍生而来,专注于中英双语对话数据集。
数据集目的
适用于多轮对话微调,解决中文对话数据量较少及ChatGPT生成长度限制导致的输出截断问题。
数据集内容
- 数据量: 包含30K记录,为全量数据的20%。
- 语言: 以中文和英文为主,中英文数据按约5:1的比例混合。
- 数据结构: 每条数据包含id和conversations两个字段。
- id: 字符串,代表原始ShareGPT的对话id。
- conversations: 对象数组,每个对象包含role和content两个字段,role取值为user或assistant,分别代表用户输入和助手输出。
数据集限制
- 可能存在多轮对话不连贯的情况,特别是在涉及随机性的对话中。
- 所有响应由gpt-3.5-turbo-0613生成,未经过严格的数据校验,可能包含不准确甚至严重错误的回答。




