chansung/cqa_synth_ds
收藏资源简介:
--- dataset_info: features: - name: generator dtype: string - name: prompt_id dtype: string - name: seed_prompt dtype: string - name: messages list: - name: content dtype: string - name: role dtype: string - name: category dtype: string splits: - name: gpt4o num_bytes: 390231171.4285387 num_examples: 111195 download_size: 60056623 dataset_size: 390231171.4285387 configs: - config_name: default data_files: - split: gpt4o path: data/gpt4o-* ---
The dataset includes multiple features such as generator, prompt_id, seed_prompt, messages, and category. The messages feature is a list containing content and role. The dataset is split into a partition named gpt4o, containing approximately 111,195 examples with a total size of about 390MB. The download size of the dataset is 60MB, and the dataset size is 390MB.
数据集概述
数据集特征
- generator:数据类型为字符串。
- prompt_id:数据类型为字符串。
- seed_prompt:数据类型为字符串。
- messages:列表类型,包含以下子特征:
- content:数据类型为字符串。
- role:数据类型为字符串。
- category:数据类型为字符串。
数据集分割
- gpt4o:包含111195个示例,数据大小为390231171.4285387字节。
数据集大小
- 下载大小:60056623字节。
- 数据集总大小:390231171.4285387字节。
配置
- default:数据文件路径为
data/gpt4o-*,对应分割为gpt4o。



