CoolFace
Datasetpublic

sethapun/procedural_gen_3operands

Dataset Card for "procedural_gen_3operands" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes17downloads
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: 7160817    num_examples: 200018  - name: validation19    num_bytes: 1433220    num_examples: 40021  download_size: 3525522  dataset_size: 8594023---24# Dataset Card for "procedural_gen_3operands"25 26[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)