YBXL/DDXPlus_Reasoning_new_train_filtered
收藏资源简介:
--- license: mit dataset_info: features: - name: id dtype: string - name: conversations list: - name: role dtype: string - name: content dtype: string - name: text dtype: string splits: - name: train num_bytes: 66538559.855583355 num_examples: 26002 download_size: 13411628 dataset_size: 66538559.855583355 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes three main features: id, conversations, and text. id is a string type used to identify each data point; conversations is a list containing two sub-features, role and content, which represent the role and content in the conversation, both are string types; text is also a string type, possibly containing other text information. The dataset is divided into a training set with 26002 samples, with a total size of 66538559.855583355 bytes. The download size of the dataset is 13411628 bytes.
数据集概述
数据集特征
- id: 数据类型为字符串。
- conversations: 包含以下子特征:
- role: 数据类型为字符串。
- content: 数据类型为字符串。
- text: 数据类型为字符串。
数据集分割
- train:
- 数据量: 66538559.855583355 字节
- 示例数量: 26002
数据集大小
- 下载大小: 13411628 字节
- 数据集总大小: 66538559.855583355 字节
配置信息
- config_name: default
- data_files:
- split: train
- path: data/train-*



