IndicQA-romanized / README.md
Thanmay's picture
Upload dataset
cef6925 verified
|
raw
history blame
953 Bytes
metadata
dataset_info:
  - config_name: indicqa.ml
    features:
      - name: context
        dtype: string
      - name: question
        dtype: string
      - name: id
        dtype: int64
      - name: answers
        struct:
          - name: answer_start
            sequence: int64
          - name: text
            sequence: string
    splits:
      - name: test
        num_bytes: 4762739
        num_examples: 1589
    download_size: 562288
    dataset_size: 4762739
  - config_name: indicqa.mr
    features:
      - name: context
        dtype: string
      - name: question
        dtype: string
      - name: id
        dtype: int64
      - name: answers
        struct:
          - name: answer_start
            sequence: int64
          - name: text
            sequence: string
    splits:
      - name: test
        num_bytes: 3333357
        num_examples: 1604
    download_size: 425418
    dataset_size: 3333357
configs:
  - config_name: indicqa.ml
    data_files:
      - split: test
        path: indicqa.ml/test-*
  - config_name: indicqa.mr
    data_files:
      - split: test
        path: indicqa.mr/test-*