9wimu9 commited on
Commit
6c7f997
1 Parent(s): f890218

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: contexts
7
+ sequence: string
8
+ - name: gold_answer
9
+ dtype: string
10
+ splits:
11
+ - name: train
12
+ num_bytes: 308894070
13
+ num_examples: 71236
14
+ - name: test
15
+ num_bytes: 34558419
16
+ num_examples: 7916
17
+ download_size: 209630607
18
+ dataset_size: 343452489
19
+ ---
20
+ # Dataset Card for "eli5_mult_answers_en_no_answer_in_context"
21
+
22
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)