math_word_problems / README.md
syeddula's picture
Upload dataset
7fe1cfb verified
metadata
license: cc-by-nd-4.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: Word Problem
      dtype: string
    - name: Explanation
      dtype: string
    - name: Answer
      dtype: int64
  splits:
    - name: train
      num_bytes: 8328
      num_examples: 45
    - name: test
      num_bytes: 1706
      num_examples: 10
  download_size: 10952
  dataset_size: 10034