sqlmodel / README.md
terryyz's picture
Upload dataset
9d1885a verified
|
raw
history blame
No virus
442 Bytes
metadata
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: completion
      dtype: string
    - name: api
      dtype: string
  splits:
    - name: train
      num_bytes: 2899398
      num_examples: 1665
    - name: test
      num_bytes: 187478
      num_examples: 84
  download_size: 466406
  dataset_size: 3086876
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*