iohadrubin commited on
Commit
b0ccf43
·
verified ·
1 Parent(s): 3ab08f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: dev
6
+ path: data/dev-*
7
+ - split: test_without_answers
8
+ path: data/test_without_answers-*
9
+ dataset_info:
10
+ features:
11
+ - name: question
12
+ dtype: string
13
+ - name: qid
14
+ dtype: string
15
+ - name: output
16
+ dtype: string
17
+ - name: ctxs
18
+ list:
19
+ - name: contents
20
+ dtype: string
21
+ - name: id
22
+ dtype: string
23
+ splits:
24
+ - name: dev
25
+ num_bytes: 116253267
26
+ num_examples: 2000
27
+ - name: test_without_answers
28
+ num_bytes: 116598517
29
+ num_examples: 2000
30
+ download_size: 56295640
31
+ dataset_size: 232851784
32
+ ---
33
+ # Dataset Card for "wned_bm25_top100_kilt"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)