lucadiliello commited on
Commit
57b06c2
1 Parent(s): c3a27bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answers
9
+ sequence: string
10
+ - name: key
11
+ dtype: string
12
+ - name: labels
13
+ list:
14
+ - name: end
15
+ sequence: int64
16
+ - name: start
17
+ sequence: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 483999103
21
+ num_examples: 117384
22
+ - name: validation
23
+ num_bytes: 69647447
24
+ num_examples: 16980
25
+ download_size: 325197949
26
+ dataset_size: 553646550
27
+ ---
28
+ # Dataset Card for "searchqa"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)