DeepIQInc/bird-prompt-values
收藏Hugging Face2024-05-20 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/DeepIQInc/bird-prompt-values
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
dataset_info:
features:
- name: question
dtype: string
- name: sql
dtype: string
- name: db_id
dtype: string
- name: question_id
dtype: int64
- name: difficulty
dtype: string
- name: table_names_with_rag
dtype: string
- name: create_statements_all
sequence:
sequence: string
- name: create_statements_rag
sequence:
sequence: string
- name: len_create_all
dtype: int64
- name: len_create_rag
dtype: int64
- name: column_names_with_rag
dtype: string
splits:
- name: test
num_bytes: 10049382
num_examples: 1534
- name: train
num_bytes: 75144753
num_examples: 8571
download_size: 2343758
dataset_size: 85194135
---
# Dataset Card for "bird-prompt-values"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
DeepIQInc
原始信息汇总
数据集概述
数据集配置
- 默认配置 (
config_name: default)- 测试集 (
split: test):文件路径为data/test-* - 训练集 (
split: train):文件路径为data/train-*
- 测试集 (
数据集特征
- 问题 (
question):数据类型为string - SQL (
sql):数据类型为string - 数据库ID (
db_id):数据类型为string - 问题ID (
question_id):数据类型为int64 - 难度 (
difficulty):数据类型为string - 带RAG的表名 (
table_names_with_rag):数据类型为string - 所有创建语句 (
create_statements_all):序列类型为string - 带RAG的创建语句 (
create_statements_rag):序列类型为string - 所有创建语句长度 (
len_create_all):数据类型为int64 - 带RAG的创建语句长度 (
len_create_rag):数据类型为int64 - 带RAG的列名 (
column_names_with_rag):数据类型为string
数据集分割
- 测试集 (
name: test)- 大小:10049382字节
- 示例数量:1534
- 训练集 (
name: train)- 大小:75144753字节
- 示例数量:8571
数据集大小
- 下载大小:2343758字节
- 数据集总大小:85194135字节



