wellness10/rag_dataset
收藏资源简介:
--- license: mit 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: 2359981 num_examples: 307 download_size: 502156 dataset_size: 2359981 configs: - config_name: default data_files: - split: train path: data/train-* ---
许可证:MIT许可证 数据集信息: 特征字段: - 属性名:id,数据类型:字符串(string) - 属性名:类型,数据类型:字符串(string) - 属性名:问题,数据类型:字符串(string) - 属性名:上下文(context),为结构体(struct),包含以下子属性: - 属性名:句子(sentences),为双层序列(sequence of sequence),数据类型:字符串(string) - 属性名:标题(title),为双层序列(sequence of sequence),数据类型:字符串(string) - 属性名:标准答案上下文(oracle_context),数据类型:字符串(string) - 属性名:思维链(Chain-of-Thought, CoT)答案(cot_answer),数据类型:字符串(string) - 属性名:指令(instruction),数据类型:字符串(string) 数据集划分: - 划分名称:训练集(train),字节数:2359981,样本数量:307 下载大小:502156 数据集总大小:2359981 配置项: - 配置名称:默认配置(default),数据文件: - 数据集划分:训练集(train),文件路径:data/train-*
数据集概述
数据集信息
- 许可证: MIT
- 特征:
- id: 字符串类型
- type: 字符串类型
- question: 字符串类型
- context: 结构类型
- sentences: 字符串序列
- title: 字符串序列
- oracle_context: 字符串类型
- cot_answer: 字符串类型
- instruction: 字符串类型
数据分割
- train:
- 字节数: 2359981
- 样本数: 307
数据集大小
- 下载大小: 502156 字节
- 数据集大小: 2359981 字节
配置
- 默认配置:
- 数据文件:
- train:
data/train-*
- train:
- 数据文件:



