en-de-testset / README.md
krittykitty's picture
Upload dataset
8f1c0a3 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: question
      dtype: string
    - name: context
      dtype: string
    - name: answers
      list:
        - name: answer_category
          dtype: string
        - name: answer_id
          dtype: int64
        - name: answer_start
          dtype: int64
        - name: document_id
          dtype: int64
        - name: question_id
          dtype: int64
        - name: text
          dtype: string
  splits:
    - name: test_round0
      num_bytes: 6663041
      num_examples: 2204
    - name: train_round0
      num_bytes: 18339004
      num_examples: 11518
  download_size: 10150671
  dataset_size: 25002045
configs:
  - config_name: default
    data_files:
      - split: train_round0
        path: data/train_round0-*
      - split: test_round0
        path: data/test_round0-*