math / README.md
QuangDuy's picture
Upload dataset
7e12e14 verified
|
raw
history blame
No virus
738 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: Question
      dtype: string
    - name: Explanation
      dtype: string
    - name: Answer
      dtype: string
    - name: Inference Steps
      dtype: float64
    - name: Grade
      dtype: float64
    - name: Source
      dtype: string
    - name: Instruction
      dtype: string
    - name: Response Type
      dtype: string
    - name: Math Type
      dtype: string
  splits:
    - name: train
      num_bytes: 3196061.272860278
      num_examples: 3280
    - name: test
      num_bytes: 799989.727139722
      num_examples: 821
  download_size: 1616476
  dataset_size: 3996051
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*