Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
MATH-lighteval / README.md
LenDigLearn's picture
Add 'algebra' config data files
3d268f4 verified
|
raw
history blame
1.05 kB
metadata
license: mit
dataset_info:
  - config_name: algebra
    features:
      - name: problem
        dtype: string
      - name: level
        dtype: string
      - name: solution
        dtype: string
      - name: type
        dtype: string
    splits:
      - name: train
        num_bytes: 955021
        num_examples: 1744
      - name: test
        num_bytes: 648291
        num_examples: 1187
    download_size: 858300
    dataset_size: 1603312
  - config_name: default
    features:
      - name: problem
        dtype: string
      - name: level
        dtype: string
      - name: solution
        dtype: string
      - name: type
        dtype: string
    splits:
      - name: train
        num_bytes: 5984772
        num_examples: 7500
      - name: test
        num_bytes: 3732833
        num_examples: 5000
    download_size: 4848021
    dataset_size: 9717605
configs:
  - config_name: algebra
    data_files:
      - split: train
        path: algebra/train-*
      - split: test
        path: algebra/test-*
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*