iohadrubin commited on
Commit
00f23aa
1 Parent(s): 3c47307

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - split: train
10
+ path: data/train-*
11
+ dataset_info:
12
+ features:
13
+ - name: question
14
+ dtype: string
15
+ - name: qid
16
+ dtype: string
17
+ - name: output
18
+ dtype: string
19
+ - name: ctxs
20
+ list:
21
+ - name: contents
22
+ dtype: string
23
+ - name: id
24
+ dtype: string
25
+ splits:
26
+ - name: dev
27
+ num_bytes: 115784683
28
+ num_examples: 2000
29
+ - name: test_without_answers
30
+ num_bytes: 79815477
31
+ num_examples: 1444
32
+ - name: train
33
+ num_bytes: 110542040
34
+ num_examples: 2000
35
+ download_size: 178305188
36
+ dataset_size: 306142200
37
+ ---
38
+ # Dataset Card for "nq_bm25_top100_kilt"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)