Zayt/oasst1-vi
收藏资源简介:
该数据集包含越南语子集(前191个示例)和从英语自动翻译到越南语的子集(其余38346个示例),这些数据来源于OASST1数据集。自动翻译的子集引入了两个新特征:`text_chunks`和`text_translation`。`text_chunks`是从`text`中分割出的文本块列表,每个块不超过300个标记,使用了spacy的en_core_web_sm模型进行句子和单词的分割。`text_translation`包含所有翻译块的合并文本,由于自动翻译模型的原因,所有换行符(` `)被移除。
This dataset comprises a Vietnamese subset (the first 191 examples) and a subset automatically translated from English to Vietnamese (the remaining 38,346 examples), which is sourced from the OASST1 dataset. The automatically translated subset includes two additional features: `text_chunks` and `text_translation`. `text_chunks` is a list of text chunks split from the original `text` field, with each chunk containing no more than 300 tokens, and the splitting is performed using spaCy's en_core_web_sm model for sentence and word segmentation. `text_translation` contains the merged text of all translated chunks. Due to the limitations of the automatic translation model, all newline characters (` `) have been removed.
数据集概述
数据集基本信息
- 许可证: Apache-2.0
- 数据集大小:
- 下载大小: 39428167字节
- 数据集大小: 59922108.85834358字节
- 任务类别: 对话式
- 语言: 越南语
- 大小类别: 10K<n<100K
数据集特征
- 基本特征:
message_id: 字符串parent_id: 字符串user_id: 字符串created_date: 字符串text: 字符串role: 字符串lang: 字符串review_count: 整数review_result: 布尔值deleted: 布尔值rank: 整数synthetic: 布尔值model_name: 字符串message_tree_id: 字符串tree_state: 字符串
- 复杂特征:
detoxify: 结构体,包含多个毒性相关的浮点数值特征emojis: 序列,包含名称和计数labels: 序列,包含名称、值和计数text_chunks: 序列,字符串text_translation: 字符串
数据集分割
- 训练集:
- 字节数: 59922108.85834358
- 示例数: 38537
数据集子集
- 原始越南语子集: 前191个示例
- 自动翻译子集: 剩余38346个示例,使用VietAI envit5-translation从英语自动翻译到越南语
- 新增特征:
"text_chunks": 从"text"分割的文本块列表,每个块不超过300个令牌"text_translation": 所有翻译块的合并,由于自动翻译模型,所有换行符()被移除




