YBXL/mimicsql_format_train
收藏Hugging Face2024-06-06 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/YBXL/mimicsql_format_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: 30108220
num_examples: 7568
- name: valid
num_bytes: 396665
num_examples: 100
- name: test
num_bytes: 396665
num_examples: 100
download_size: 3177411
dataset_size: 30901550
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 (string type), conversations (list type, containing role and content, both string type), and text (string type). The dataset is divided into three parts: train (containing 7568 samples, 30108220 bytes), valid (containing 100 samples, 396665 bytes), and test (containing 100 samples, 396665 bytes). The total download size of the dataset is 3177411 bytes, and the total dataset size is 30901550 bytes.
提供机构:
YBXL
原始信息汇总
数据集概述
数据集特征
- id: 字符串类型
- conversations: 列表类型,包含以下子特征:
- role: 字符串类型
- content: 字符串类型
- text: 字符串类型
数据集分割
- train:
- 数据量: 30108220 字节
- 示例数量: 7568
- valid:
- 数据量: 396665 字节
- 示例数量: 100
- test:
- 数据量: 396665 字节
- 示例数量: 100
数据集大小
- 下载大小: 3177411 字节
- 数据集总大小: 30901550 字节
配置文件
- config_name: default
- data_files:
- train: 路径为
data/train-* - valid: 路径为
data/valid-* - test: 路径为
data/test-*
- train: 路径为



