panda1835/rangpt-raft-chat
收藏资源简介:
--- language: - vi dataset_info: features: - name: id dtype: string - name: type dtype: string - name: question dtype: string - name: context struct: - name: sentences sequence: sequence: string - name: title sequence: sequence: string - name: oracle_context dtype: string - name: cot_answer dtype: string - name: instruction dtype: string splits: - name: train num_bytes: 8660214.271186441 num_examples: 694 - name: test num_bytes: 2171292.915254237 num_examples: 174 download_size: 2429824 dataset_size: 10831507.186440678 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---
语言: - 越南语(Vietnamese) 数据集信息: 数据特征: - 字段名:id,数据类型:字符串 - 字段名:type,数据类型:字符串 - 字段名:question,数据类型:字符串 - 字段名:context,数据结构: - 子字段:sentences,数据类型:字符串序列的序列 - 子字段:title,数据类型:字符串序列的序列 - 字段名:oracle_context(金标准上下文),数据类型:字符串 - 字段名:cot_answer,数据类型:思维链(Chain of Thought)答案 - 字段名:instruction,数据类型:字符串 数据集划分: - 划分名称:训练集(train),字节占用:8660214.271186441,样本数:694 - 划分名称:测试集(test),字节占用:2171292.915254237,样本数:174 下载总大小:2429824,数据集总存储大小:10831507.186440678 配置项: - 配置名称:默认配置(default),数据文件: - 对应划分:训练集,路径:data/train-* - 对应划分:测试集,路径:data/test-*
数据集概述
数据集特征
- id: 数据类型为字符串。
- type: 数据类型为字符串。
- question: 数据类型为字符串。
- context: 结构化数据,包含:
- sentences: 序列类型,子类型为字符串序列。
- title: 序列类型,子类型为字符串序列。
- oracle_context: 数据类型为字符串。
- cot_answer: 数据类型为字符串。
- instruction: 数据类型为字符串。
数据集划分
- 训练集 (train): 包含694个示例,总大小为8660214.271186441字节。
- 测试集 (test): 包含174个示例,总大小为2171292.915254237字节。
数据集大小
- 下载大小: 2429824字节。
- 数据集总大小: 10831507.186440678字节。
数据文件配置
- 默认配置 (default):
- 训练集路径: data/train-*
- 测试集路径: data/test-*



