bird-prompt-values / README.md
DeepIQInc's picture
Upload README.md with huggingface_hub
9049b27 verified
metadata
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