sudocoder's picture
Upload README.md with huggingface_hub
9ac9102
|
raw
history blame
586 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: input
      dtype: string
    - name: output
      dtype: string
  splits:
    - name: train
      num_bytes: 34818227
      num_examples: 16428
    - name: test
      num_bytes: 1090039
      num_examples: 1034
  download_size: 3813198
  dataset_size: 35908266

Dataset Card for "text_to_sql_finetune"

More Information needed