RAG_examples / README.md
lleticiasilvaa's picture
Upload dataset
7cf4ce9 verified
metadata
dataset_info:
  features:
    - name: db_id
      dtype: string
    - name: schema
      dtype: string
    - name: schemaComEx
      dtype: string
    - name: question
      dtype: string
    - name: query
      dtype: string
    - name: answer
      dtype: string
    - name: complexity
      dtype: string
    - name: distinct
      dtype: bool
    - name: like
      dtype: bool
    - name: between
      dtype: bool
    - name: order_by
      dtype: bool
    - name: limit
      dtype: bool
    - name: grouby_by
      dtype: bool
    - name: having
      dtype: bool
    - name: single_join
      dtype: bool
    - name: multiple_join
      dtype: bool
    - name: multiple_select
      dtype: bool
    - name: intersect
      dtype: bool
    - name: except
      dtype: bool
    - name: union
      dtype: bool
  splits:
    - name: train
      num_bytes: 8438563.958533753
      num_examples: 1746
    - name: test
      num_bytes: 43655293
      num_examples: 8828
  download_size: 1966408
  dataset_size: 52093856.95853375
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*