CoolFace
Datasetpublic

rootacess/math-qa-classification

Dataset Card for "math-qa-classification" More Information needed

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes67downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: Problem5    dtype: string6  - name: category7    dtype:8      class_label:9        names:10          '0': general11          '1': physics12          '2': gain13          '3': geometry14          '4': probability15          '5': other16  splits:17  - name: test18    num_bytes: 53718619    num_examples: 298520  - name: train21    num_bytes: 537073622    num_examples: 2983723  - name: validation24    num_bytes: 80222625    num_examples: 447526  download_size: 355783027  dataset_size: 671014828---29# Dataset Card for "math-qa-classification"30 31[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)