wikisql / README.md
madroid's picture
Update README.md
886acf6 verified
|
raw
history blame contribute delete
No virus
841 Bytes
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 257749
      num_examples: 1000
    - name: valid
      num_bytes: 26998
      num_examples: 100
    - name: test
      num_bytes: 26350
      num_examples: 100
  download_size: 94376
  dataset_size: 311097
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*

mlx-community/wikisql

This dataset is processed from salesforce/WikiSQL and is used to demonstrate the fine-tuning function of LLM in the mlx_lm library.

source file form: mlx-examples