sudocoder's picture
Upload README.md with huggingface_hub
a98e031
|
raw
history blame contribute delete
No virus
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: 1050788
      num_examples: 1034
  download_size: 3691335
  dataset_size: 35869015

Dataset Card for "text_to_sql_finetune"

More Information needed