jihuny/llama_shp_10k_sky_active_mgopt_a20_l1e2
收藏资源简介:
--- dataset_info: features: - name: prompt dtype: string - name: prompt_idx dtype: int32 - name: response_a dtype: string - name: response_b dtype: string - name: response_a_idx dtype: int32 - name: response_b_idx dtype: int32 - name: logprob_a dtype: float32 - name: logprob_b dtype: float32 - name: embedding_difference list: float32 length: 2048 - name: score_a dtype: float64 - name: score_b dtype: float64 - name: mgopt_score dtype: float64 - name: rank dtype: int64 splits: - name: train num_bytes: 144687565 num_examples: 10000 download_size: 64649562 dataset_size: 144687565 configs: - config_name: default data_files: - split: train path: data/train-* ---
数据集信息: 1. 特征字段: - 提示词(prompt):数据类型为字符串 - 提示词索引(prompt_idx):数据类型为32位整型 - 回复A(response_a):数据类型为字符串 - 回复B(response_b):数据类型为字符串 - 回复A索引(response_a_idx):数据类型为32位整型 - 回复B索引(response_b_idx):数据类型为32位整型 - 回复A对数概率(logprob_a):数据类型为32位浮点型 - 回复B对数概率(logprob_b):数据类型为32位浮点型 - 嵌入差异(embedding_difference):为长度2048的32位浮点型列表 - 回复A得分(score_a):数据类型为64位浮点型 - 回复B得分(score_b):数据类型为64位浮点型 - mgopt得分(mgopt_score):数据类型为64位浮点型 - 排序序号(rank):数据类型为64位整型 2. 数据集划分: - 训练集(train):字节数为144687565,样本量为10000 3. 全局统计参数: 下载大小为64649562字节,数据集总大小为144687565字节 4. 数据集配置: - 默认配置(default):关联训练集划分,数据文件路径为data/train-*



