Duyyyyyyyyy/SPIN_iter0_reformat
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: real list: - name: content dtype: string - name: role dtype: string - name: generated list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 62192626 num_examples: 23611 - name: test num_bytes: 6783235 num_examples: 2624 download_size: 32392937 dataset_size: 68975861 --- # Dataset Card for "SPIN_iter0_reformat" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
The dataset consists of two main parts: real and generated. Each part contains content and role fields, both of which are of string type. The dataset is divided into training and test sets, with 23611 samples in the training set and 2624 samples in the test set. The total download size of the dataset is 32392937 bytes, and the total size is 68975861 bytes.
数据集概述
配置信息
- 默认配置 (
config_name: default)- 训练数据 (
split: train):路径为data/train-* - 测试数据 (
split: test):路径为data/test-*
- 训练数据 (
数据集特征
- 特征类型:
- real
- content:数据类型为
string - role:数据类型为
string
- content:数据类型为
- generated
- content:数据类型为
string - role:数据类型为
string
- content:数据类型为
- real
数据集划分
- 训练集 (
name: train)- 数据量:23611个样本
- 存储大小:62192626字节
- 测试集 (
name: test)- 数据量:2624个样本
- 存储大小:6783235字节
数据集大小
- 下载大小:32392937字节
- 数据集总大小:68975861字节



