philikai/SPIDER_SQL_synth_data_w_Claude3_Haiku
收藏Hugging Face2024-05-28 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/philikai/SPIDER_SQL_synth_data_w_Claude3_Haiku
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
dataset_info:
features:
- name: db_id
dtype: string
- name: DDL_schema
dtype: string
- name: question
dtype: string
- name: query
dtype: string
- name: complexity
dtype: string
- name: execution_result
dtype: string
- name: error_flag
dtype: bool
- name: exception
dtype: 'null'
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 47214146
num_examples: 10257
- name: validation
num_bytes: 7022567
num_examples: 5051
download_size: 4509538
dataset_size: 54236713
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
This dataset is primarily used for database query-related tasks, including fields such as database ID, DDL schema, question, query, complexity, execution result, error flag, exception, and index level. The dataset is divided into a training set and a validation set, with 10257 samples in the training set and 5051 samples in the validation set. The total size of the dataset is 54236713 bytes, and the download size is 4509538 bytes.
提供机构:
philikai
原始信息汇总
数据集概述
数据集特征
- db_id: 数据类型为字符串
- DDL_schema: 数据类型为字符串
- question: 数据类型为字符串
- query: 数据类型为字符串
- complexity: 数据类型为字符串
- execution_result: 数据类型为字符串
- error_flag: 数据类型为布尔值
- exception: 数据类型为空
- index_level_0: 数据类型为整数
数据集分割
- 训练集 (train): 包含10257个样本,总大小为47214146字节
- 验证集 (validation): 包含5051个样本,总大小为7022567字节
数据集大小
- 下载大小: 4509538字节
- 数据集总大小: 54236713字节
数据文件配置
- 默认配置 (default):
- 训练集路径: data/train-*
- 验证集路径: data/validation-*



