iohadrubin commited on
Commit
50f9571
1 Parent(s): c7a372f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: answers
12
+ sequence: string
13
+ - name: ctxs
14
+ list:
15
+ - name: id
16
+ dtype: string
17
+ - name: score
18
+ dtype: float64
19
+ - name: text
20
+ dtype: string
21
+ - name: title
22
+ dtype: string
23
+ - name: qid
24
+ dtype: string
25
+ - name: question
26
+ dtype: string
27
+ splits:
28
+ - name: validation
29
+ num_bytes: 1147688805
30
+ num_examples: 8757
31
+ - name: test
32
+ num_bytes: 474865337
33
+ num_examples: 3610
34
+ download_size: 933625686
35
+ dataset_size: 1622554142
36
+ ---
37
+ # Dataset Card for "nq_bm25"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)