sugam11 commited on
Commit
2722497
·
1 Parent(s): af92de2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: context
7
+ dtype: string
8
+ - name: document_id
9
+ dtype: int64
10
+ - name: question
11
+ dtype: string
12
+ - name: answers
13
+ struct:
14
+ - name: answer_start
15
+ sequence: int64
16
+ - name: text
17
+ sequence: string
18
+ - name: id
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 48676376
23
+ num_examples: 1417
24
+ - name: test
25
+ num_bytes: 11614522
26
+ num_examples: 375
27
+ - name: validation
28
+ num_bytes: 4317894
29
+ num_examples: 203
30
+ download_size: 2252430
31
+ dataset_size: 64608792
32
+ ---
33
+ # Dataset Card for "covid-qa"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)