legacy107 commited on
Commit
015e7e7
·
1 Parent(s): 2f709d6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: context
14
+ dtype: string
15
+ - name: question
16
+ dtype: string
17
+ - name: answers
18
+ sequence: string
19
+ - name: key
20
+ dtype: string
21
+ - name: labels
22
+ list:
23
+ - name: end
24
+ sequence: int64
25
+ - name: start
26
+ sequence: int64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 221142611
30
+ num_examples: 69960
31
+ - name: validation
32
+ num_bytes: 13565882
33
+ num_examples: 4200
34
+ - name: test
35
+ num_bytes: 13234462
36
+ num_examples: 4212
37
+ download_size: 31333508
38
+ dataset_size: 247942955
39
+ ---
40
+ # Dataset Card for "newsqa"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)