nreimers commited on
Commit
d1aa6b7
1 Parent(s): 95669eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 3299456
29
+ num_examples: 393
30
+ - name: testB
31
+ num_bytes: 2882512
32
+ num_examples: 920
33
+ - name: train
34
+ num_bytes: 10923502
35
+ num_examples: 1312
36
+ download_size: 16365972
37
+ dataset_size: 17105470
38
+ ---
39
+ # Dataset Card for "miracl-zh-queries-22-12"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)