lucadiliello commited on
Commit
a21853d
1 Parent(s): 8fef4ec

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: 100706304
21
+ num_examples: 104071
22
+ - name: validation
23
+ num_bytes: 12941478
24
+ num_examples: 12836
25
+ download_size: 61870589
26
+ dataset_size: 113647782
27
+ ---
28
+ # Dataset Card for "naturalquestionsshortqa"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)