voidful commited on
Commit
ec0b70a
·
1 Parent(s): 2a90bdc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: input_info
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ splits:
11
+ - name: eil5
12
+ num_bytes: 265291.33893603133
13
+ num_examples: 300
14
+ - name: wikihownfqa
15
+ num_bytes: 323163.5233604801
16
+ num_examples: 300
17
+ - name: askh
18
+ num_bytes: 638261.7677181483
19
+ num_examples: 300
20
+ - name: aquamuse
21
+ num_bytes: 186636.99136868064
22
+ num_examples: 300
23
+ - name: asks
24
+ num_bytes: 393450.0
25
+ num_examples: 300
26
+ - name: stackxchange
27
+ num_bytes: 796344.5058889592
28
+ num_examples: 300
29
+ download_size: 1629681
30
+ dataset_size: 2603148.1272722995
31
+ ---
32
+ # Dataset Card for "lfqa_eval"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)