nreimers commited on
Commit
5d952dc
1 Parent(s): 8740426

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: query_id
5
+ dtype: string
6
+ - name: query
7
+ dtype: string
8
+ - name: positive_passages
9
+ list:
10
+ - name: docid
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ - name: title
15
+ dtype: string
16
+ - name: negative_passages
17
+ list:
18
+ - name: docid
19
+ dtype: string
20
+ - name: text
21
+ dtype: string
22
+ - name: title
23
+ dtype: string
24
+ - name: emb
25
+ sequence: float32
26
+ splits:
27
+ - name: dev
28
+ num_bytes: 8952102
29
+ num_examples: 799
30
+ - name: testB
31
+ num_bytes: 5640892
32
+ num_examples: 1790
33
+ - name: train
34
+ num_bytes: 31729691
35
+ num_examples: 2863
36
+ - name: testA
37
+ num_bytes: 2302195
38
+ num_examples: 734
39
+ download_size: 40594349
40
+ dataset_size: 48624880
41
+ ---
42
+ # Dataset Card for "miracl-en-queries-22-12"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)