lucadiliello commited on
Commit
735997b
1 Parent(s): b066b17

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: 234711053
21
+ num_examples: 74160
22
+ - name: validation
23
+ num_bytes: 13234782
24
+ num_examples: 4212
25
+ download_size: 31328809
26
+ dataset_size: 247945835
27
+ ---
28
+ # Dataset Card for "newsqa"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)