MNLP_M3_rag_dataset / README.md
arnaultsta's picture
Upload dataset
6eb7370 verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: options
      sequence: string
    - name: rationale
      dtype: string
    - name: label
      dtype: string
    - name: label_idx
      dtype: int64
    - name: dataset
      dtype: string
    - name: chunk1
      dtype: string
    - name: chunk2
      dtype: string
    - name: chunk3
      dtype: string
  splits:
    - name: train
      num_bytes: 940629722
      num_examples: 200000
    - name: validation
      num_bytes: 2238017
      num_examples: 519
  download_size: 254742809
  dataset_size: 942867739
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*