File size: 745 Bytes
2722497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: context
    dtype: string
  - name: document_id
    dtype: int64
  - name: question
    dtype: string
  - name: answers
    struct:
    - name: answer_start
      sequence: int64
    - name: text
      sequence: string
  - name: id
    dtype: int64
  splits:
  - name: train
    num_bytes: 48676376
    num_examples: 1417
  - name: test
    num_bytes: 11614522
    num_examples: 375
  - name: validation
    num_bytes: 4317894
    num_examples: 203
  download_size: 2252430
  dataset_size: 64608792
---
# Dataset Card for "covid-qa"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)