communityai/apt-instruct-code-micro-600k
收藏资源简介:
--- dataset_info: features: - name: id dtype: int64 - name: source dtype: string - name: language dtype: string - name: user dtype: string - name: assistant dtype: string splits: - name: train num_bytes: 989018234.0 num_examples: 601534 download_size: 504979011 dataset_size: 989018234.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset contains conversational records between users and assistants, featuring id, source, language, user input, and assistant response. It includes only a training set with 601534 dialogue records, occupying 989018234.0 bytes. The download size of the dataset is 504979011 bytes, and the dataset size is 989018234.0 bytes. The training data files are located at data/train-* path.
数据集概述
数据特征
- id: 数据类型为
int64 - source: 数据类型为
string - language: 数据类型为
string - user: 数据类型为
string - assistant: 数据类型为
string
数据分割
- train: 包含 601534 个样本,占用 989018234.0 字节
数据大小
- 下载大小: 504979011 字节
- 数据集大小: 989018234.0 字节
配置
- default: 包含训练数据文件,路径为
data/train-*



