nreimers commited on
Commit
46d4946
1 Parent(s): dc2fae0

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: 9760217
29
+ num_examples: 860
30
+ - name: testB
31
+ num_bytes: 3591950
32
+ num_examples: 1141
33
+ - name: train
34
+ num_bytes: 40059197
35
+ num_examples: 3477
36
+ - name: testA
37
+ num_bytes: 2046989
38
+ num_examples: 650
39
+ download_size: 44601416
40
+ dataset_size: 55458353
41
+ ---
42
+ # Dataset Card for "miracl-ja-queries-22-12"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)