pvduy/rm-ppo
收藏资源简介:
--- dataset_info: features: - name: chosen list: - name: content dtype: string - name: role dtype: string - name: rejected list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 40924736 num_examples: 6910 download_size: 21808469 dataset_size: 40924736 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes two main features: chosen and rejected, each containing sub-features content and role of string type. The dataset is split into a training set (train) with 6910 examples, totaling 40924736 bytes. The download size of the dataset is 21808469 bytes, and the dataset size is 40924736 bytes. The dataset configuration is named default, with the training data file path being data/train-*.
数据集概述
数据集特征
-
chosen
- content: 数据类型为字符串
- role: 数据类型为字符串
-
rejected
- content: 数据类型为字符串
- role: 数据类型为字符串
数据集分割
- train
- num_bytes: 40924736字节
- num_examples: 6910个示例
数据集大小
- download_size: 21808469字节
- dataset_size: 40924736字节
配置
- config_name: default
- data_files
- split: train
- path: data/train-*
- split: train
- data_files



