MMMathFactory / README.md
DylanLi-Hang's picture
Upload CMM-Math dataset
a116eb3 verified
|
Raw
History Blame Contribute Delete
955 Bytes
metadata
dataset_info:
  config_name: CMM-Math
  features:
    - name: id
      dtype: string
    - name: subfield
      dtype: string
    - name: language
      dtype: string
    - name: question_type
      dtype: string
    - name: answer_type
      dtype: string
    - name: pre_prompt
      dtype: string
    - name: post_prompt
      dtype: string
    - name: question
      dtype: string
    - name: images
      sequence: image
    - name: solutions
      sequence: string
    - name: answers
      sequence: string
    - name: metadata
      struct:
        - name: origin
          dtype: string
        - name: split
          dtype: string
    - name: options
      sequence: string
  splits:
    - name: test
      num_bytes: 11127735
      num_examples: 737
    - name: train
      num_bytes: 145587916.848
      num_examples: 3154
  download_size: 48081785
  dataset_size: 156715651.848
configs:
  - config_name: CMM-Math
    data_files:
      - split: test
        path: CMM-Math/test-*
      - split: train
        path: CMM-Math/train-*