iohadrubin commited on
Commit
0e44760
·
verified ·
1 Parent(s): 8f7b47c

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
+ 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: ctxs
18
+ sequence: string
19
+ splits:
20
+ - name: dev
21
+ num_bytes: 16053700
22
+ num_examples: 300
23
+ - name: test_without_answers
24
+ num_bytes: 15346779
25
+ num_examples: 300
26
+ - name: train
27
+ num_bytes: 17802846
28
+ num_examples: 300
29
+ download_size: 1346542
30
+ dataset_size: 49203325
31
+ ---
32
+ # Dataset Card for "aidayago2_bm25_top100_kilt"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)