andrewsiah/filtered_personalization_prompt_response
收藏资源简介:
--- dataset_info: features: - name: prompt dtype: string - name: subset dtype: string - name: id dtype: int64 - name: response_1 dtype: string - name: response_1_model dtype: string - name: response_2 dtype: string - name: response_2_model dtype: string - name: response_3 dtype: string - name: response_3_model dtype: string - name: response_4 dtype: string - name: response_4_model dtype: string - name: response_5 dtype: string - name: response_5_model dtype: string - name: response_6 dtype: string - name: response_6_model dtype: string - name: response_7 dtype: string - name: response_7_model dtype: string - name: response_8 dtype: string - name: response_8_model dtype: string splits: - name: train num_bytes: 150177555.0 num_examples: 10431 download_size: 89170235 dataset_size: 150177555.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes multiple features such as prompt, subset, id, and multiple responses with their corresponding model information. The dataset is divided into a training set (train) with 10431 samples. The download size of the dataset is 89170235 bytes, and the dataset size is 150177555.0 bytes.
数据集概述
数据集特征
- prompt: 数据类型为字符串
- subset: 数据类型为字符串
- id: 数据类型为整数(int64)
- response_1 至 response_8: 数据类型均为字符串
- response_1_model 至 response_8_model: 数据类型均为字符串
数据集分割
- train: 包含10431个样本,数据大小为150177555.0字节
数据集大小
- 下载大小: 89170235字节
- 数据集大小: 150177555.0字节
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*



