musique-mini / README.md
bdsaglam's picture
Upload dataset
a89d4ba verified
metadata
dataset_info:
  - config_name: answerable
    features:
      - name: id
        dtype: string
      - name: paragraphs
        list:
          - name: idx
            dtype: int64
          - name: is_supporting
            dtype: bool
          - name: paragraph_text
            dtype: string
          - name: title
            dtype: string
      - name: question
        dtype: string
      - name: question_decomposition
        list:
          - name: answer
            dtype: string
          - name: id
            dtype: int64
          - name: paragraph_support_idx
            dtype: int64
          - name: question
            dtype: string
      - name: answer
        dtype: string
      - name: answer_aliases
        sequence: string
      - name: answerable
        dtype: bool
      - name: n_hops
        dtype: int64
    splits:
      - name: train
        num_bytes: 3411152
        num_examples: 300
      - name: validation
        num_bytes: 3438842
        num_examples: 300
    download_size: 3782804
    dataset_size: 6849994
  - config_name: default
    features:
      - name: id
        dtype: string
      - name: paragraphs
        list:
          - name: idx
            dtype: int64
          - name: is_supporting
            dtype: bool
          - name: paragraph_text
            dtype: string
          - name: title
            dtype: string
      - name: question
        dtype: string
      - name: question_decomposition
        list:
          - name: answer
            dtype: string
          - name: id
            dtype: int64
          - name: paragraph_support_idx
            dtype: int64
          - name: question
            dtype: string
      - name: answer
        dtype: string
      - name: answer_aliases
        sequence: string
      - name: answerable
        dtype: bool
      - name: n_hops
        dtype: int64
    splits:
      - name: train
        num_bytes: 3365316
        num_examples: 300
      - name: validation
        num_bytes: 3278981
        num_examples: 300
    download_size: 3703972
    dataset_size: 6644297
configs:
  - config_name: answerable
    data_files:
      - split: train
        path: answerable/train-*
      - split: validation
        path: answerable/validation-*
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*