legacy107 commited on
Commit
deee35c
1 Parent(s): 3f8bf07

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: document_id
28
+ dtype: int64
29
+ - name: chunks
30
+ sequence: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 508383253
34
+ num_examples: 69960
35
+ - name: validation
36
+ num_bytes: 31240298
37
+ num_examples: 4200
38
+ - name: test
39
+ num_bytes: 30435090
40
+ num_examples: 4212
41
+ download_size: 57679764
42
+ dataset_size: 570058641
43
+ ---
44
+ # Dataset Card for "newsqa-chunked-100"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)