IndicQA-romanized / README.md
Thanmay's picture
Upload dataset
b00ede5 verified
metadata
dataset_info:
  - config_name: indicqa.gu
    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: 2589943
        num_examples: 2017
    download_size: 336438
    dataset_size: 2589943
  - config_name: indicqa.hi
    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: 5002589
        num_examples: 1547
    download_size: 571695
    dataset_size: 5002589
  - 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
  - config_name: indicqa.ta
    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: 4873069
        num_examples: 1804
    download_size: 515011
    dataset_size: 4873069
configs:
  - config_name: indicqa.gu
    data_files:
      - split: test
        path: indicqa.gu/test-*
  - config_name: indicqa.hi
    data_files:
      - split: test
        path: indicqa.hi/test-*
  - config_name: indicqa.ml
    data_files:
      - split: test
        path: indicqa.ml/test-*
  - config_name: indicqa.mr
    data_files:
      - split: test
        path: indicqa.mr/test-*
  - config_name: indicqa.ta
    data_files:
      - split: test
        path: indicqa.ta/test-*