CoolFace
Datasetpublic

spd-dev/codetest

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes13downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: question5    dtype: string6  - name: query7    dtype: string8  - name: schema9    dtype: string10  - name: index11    dtype: int6412  - name: labels13    dtype: string14  splits:15  - name: train16    num_bytes: 20169117    num_examples: 10018  - name: test19    num_bytes: 3174820    num_examples: 2421  download_size: 5467522  dataset_size: 23343923configs:24- config_name: default25  data_files:26  - split: train27    path: data/train-*28  - split: test29    path: data/test-*30---31