File size: 841 Bytes
4675ee3 f16dc64 886acf6 f16dc64 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
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](https://github.com/salesforce/WikiSQL) and is used to demonstrate the fine-tuning function of LLM in the [mlx_lm](https://github.com/ml-explore/mlx-examples/blob/main/llms/mlx_lm/LORA.md) library.
source file form: [mlx-examples](https://github.com/ml-explore/mlx-examples/tree/main/lora/data)
|