jihuny/llama_uf_10k_sky_active_newton_g07_l100_soft
收藏资源简介:
--- 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: newton_score dtype: float64 - name: rank dtype: int64 splits: - name: train num_bytes: 126604275 num_examples: 10000 download_size: 53915511 dataset_size: 126604275 configs: - config_name: default data_files: - split: train path: data/train-* ---
数据集详情: 特征字段: - 提示词(prompt):数据类型为字符串 - 提示词索引(prompt_idx):数据类型为32位整数(int32) - 回复A(response_a):数据类型为字符串 - 回复B(response_b):数据类型为字符串 - 回复A索引(response_a_idx):数据类型为32位整数(int32) - 回复B索引(response_b_idx):数据类型为32位整数(int32) - 回复A对数概率(logprob_a):数据类型为单精度浮点数(float32) - 回复B对数概率(logprob_b):数据类型为单精度浮点数(float32) - 嵌入差异(embedding_difference):为长度2048的单精度浮点数列表 - 回复A评分(score_a):数据类型为双精度浮点数(float64) - 回复B评分(score_b):数据类型为双精度浮点数(float64) - 牛顿评分(newton_score):数据类型为双精度浮点数(float64) - 排序(rank):数据类型为64位整数(int64) 数据集划分: - 训练集(train):字节占用量为126604275,样本总数为10000 下载总大小为53915511字节,数据集存储总大小为126604275字节 配置项: - 默认配置(default):数据文件对应训练集划分,文件路径为data/train-*



