9wimu9 commited on
Commit
7ad81f9
1 Parent(s): ed2e0c5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: gold_answer
7
+ dtype: string
8
+ - name: contexts
9
+ sequence: string
10
+ - name: id
11
+ dtype: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 518688493.0879679
15
+ num_examples: 44842
16
+ - name: test
17
+ num_bytes: 57638480.91203211
18
+ num_examples: 4983
19
+ - name: validation
20
+ num_bytes: 57638480.91203211
21
+ num_examples: 4983
22
+ download_size: 256328104
23
+ dataset_size: 633965454.9120321
24
+ ---
25
+ # Dataset Card for "translated_eli5_dataset_sin_v2"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)