YBXL/GENE_REVIEW_train
收藏资源简介:
--- 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: 36191521 num_examples: 22023 - name: valid num_bytes: 179181 num_examples: 100 - name: test num_bytes: 179181 num_examples: 100 download_size: 14106241 dataset_size: 36549883 configs: - config_name: default data_files: - split: train path: data/train-* - split: valid path: data/valid-* - split: test path: data/test-* ---
The dataset includes three main features: id, conversations, and text. The id is a string type used to uniquely identify each data sample. Conversations is a list containing two sub-fields: role and content, both of which are string types. Text is also a string type. The dataset is divided into three parts: train, valid, and test, containing 22023, 100, and 100 samples respectively. The total download size of the dataset is 14106241 bytes, and the total size is 36549883 bytes.
数据集概述
数据集特征
- id: 字符串类型
- conversations: 列表类型
- role: 字符串类型
- content: 字符串类型
- text: 字符串类型
数据集分割
- train:
- 示例数量: 22023
- 数据大小: 36191521 字节
- valid:
- 示例数量: 100
- 数据大小: 179181 字节
- test:
- 示例数量: 100
- 数据大小: 179181 字节
数据集大小
- 下载大小: 14106241 字节
- 数据集总大小: 36549883 字节
数据文件配置
- default 配置:
- train: 路径为
data/train-* - valid: 路径为
data/valid-* - test: 路径为
data/test-*
- train: 路径为



