CoolFace
Datasetpublic

sethapun/procedural_gen

Dataset Card for "procedural_gen" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes21downloads
README.md26 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: expression5    dtype: string6  - name: answer7    dtype: float648  - name: label9    dtype:10      class_label:11        names:12          '0': 'false'13          '1': 'true'14  splits:15  - name: train16    num_bytes: 9935817    num_examples: 200018  - name: validation19    num_bytes: 1986420    num_examples: 40021  download_size: 4657922  dataset_size: 11922223---24# Dataset Card for "procedural_gen"25 26[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)