xDAN-Engine/trans-cn_evol_sample
收藏资源简介:
--- dataset_info: - config_name: default features: - name: input dtype: string - name: output dtype: string - name: generation_model sequence: string - name: generation_prompt list: list: - name: content dtype: string - name: role dtype: string - name: raw_generation_responses sequence: string - name: instructions sequence: string splits: - name: train num_bytes: 1374646 num_examples: 200 download_size: 424206 dataset_size: 1374646 - config_name: test1 features: - name: input dtype: string - name: output dtype: string - name: generation_model sequence: string - name: generation_prompt list: list: - name: content dtype: string - name: role dtype: string - name: raw_generation_responses sequence: string - name: instructions sequence: string splits: - name: train num_bytes: 1416511 num_examples: 200 download_size: 453775 dataset_size: 1416511 configs: - config_name: default data_files: - split: train path: data/train-* - config_name: test1 data_files: - split: train path: test1/train-* ---
数据集概述
配置信息
默认配置 (config_name: default)
-
特征信息:
- input: 字符串类型
- output: 字符串类型
- generation_model: 字符串序列
- generation_prompt: 列表类型,包含:
- content: 字符串类型
- role: 字符串类型
- raw_generation_responses: 字符串序列
- instructions: 字符串序列
-
数据分割:
- train:
- 字节数: 1374646
- 示例数: 200
- train:
-
下载大小: 424206字节
-
数据集大小: 1374646字节
测试配置1 (config_name: test1)
-
特征信息:
- input: 字符串类型
- output: 字符串类型
- generation_model: 字符串序列
- generation_prompt: 列表类型,包含:
- content: 字符串类型
- role: 字符串类型
- raw_generation_responses: 字符串序列
- instructions: 字符串序列
-
数据分割:
- train:
- 字节数: 1416511
- 示例数: 200
- train:
-
下载大小: 453775字节
-
数据集大小: 1416511字节
数据文件路径
-
默认配置:
- train: data/train-*
-
测试配置1:
- train: test1/train-*



