nreimers commited on
Commit
31f066d
1 Parent(s): 6e854e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 974410
29
+ num_examples: 119
30
+ - name: testB
31
+ num_bytes: 904209
32
+ num_examples: 288
33
+ download_size: 2194896
34
+ dataset_size: 1878619
35
+ ---
36
+ # Dataset Card for "miracl-yo-queries-22-12"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)