MNLP_M2_rag_dataset / README.md
pgilliar's picture
Upload dataset
a12b5c7
metadata
dataset_info:
  features:
    - name: Problem
      dtype: string
    - name: Rationale
      dtype: string
    - name: options
      dtype: string
    - name: correct
      dtype: string
    - name: annotated_formula
      dtype: string
    - name: linear_formula
      dtype: string
    - name: category
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 3099347
      num_examples: 5000
    - name: validation
      num_bytes: 1233932
      num_examples: 2000
    - name: test
      num_bytes: 129454
      num_examples: 200
  download_size: 2172248
  dataset_size: 4462733
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*