Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
|
|
3 |
features:
|
4 |
- name: pid
|
5 |
dtype: int64
|
@@ -11,6 +13,29 @@ dataset_info:
|
|
11 |
num_examples: 718217
|
12 |
download_size: 154088206
|
13 |
dataset_size: 249167997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
configs:
|
15 |
# - config_name: default
|
16 |
# data_files:
|
@@ -20,24 +45,17 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/collection.subset.tr.tsv
|
23 |
-
|
24 |
-
- name: pid
|
25 |
-
dtype: int64
|
26 |
-
- name: text
|
27 |
-
dtype: string
|
28 |
- config_name: queries
|
29 |
data_files:
|
30 |
- split: train
|
31 |
path: data/queries.train.tr.tsv
|
32 |
-
|
33 |
-
- name: qid
|
34 |
-
dtype: int64
|
35 |
-
- name: text
|
36 |
-
dtype: string
|
37 |
- config_name: qrels
|
38 |
data_files:
|
39 |
- split: train
|
40 |
path: data/qrels.train.tsv
|
|
|
41 |
license: apache-2.0
|
42 |
task_categories:
|
43 |
- text-retrieval
|
@@ -51,6 +69,8 @@ tags:
|
|
51 |
- passage-ranking
|
52 |
- colbert
|
53 |
pretty_name: MS Marco - TR
|
|
|
|
|
54 |
---
|
55 |
# Dataset Card for "msmarco-tr"
|
56 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
|
4 |
+
- config_name: passages (subset)
|
5 |
features:
|
6 |
- name: pid
|
7 |
dtype: int64
|
|
|
13 |
num_examples: 718217
|
14 |
download_size: 154088206
|
15 |
dataset_size: 249167997
|
16 |
+
|
17 |
+
- config_name: queries
|
18 |
+
features:
|
19 |
+
- name: qid
|
20 |
+
dtype: int64
|
21 |
+
- name: text
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: train
|
25 |
+
|
26 |
+
- config_name: qrels
|
27 |
+
features:
|
28 |
+
- name: qid
|
29 |
+
dtype: int64
|
30 |
+
- name: qrank
|
31 |
+
dtype: int64
|
32 |
+
- name: pid
|
33 |
+
dtype: int64
|
34 |
+
- name: prank
|
35 |
+
dtype: int64
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
|
39 |
configs:
|
40 |
# - config_name: default
|
41 |
# data_files:
|
|
|
45 |
data_files:
|
46 |
- split: train
|
47 |
path: data/collection.subset.tr.tsv
|
48 |
+
|
|
|
|
|
|
|
|
|
49 |
- config_name: queries
|
50 |
data_files:
|
51 |
- split: train
|
52 |
path: data/queries.train.tr.tsv
|
53 |
+
|
|
|
|
|
|
|
|
|
54 |
- config_name: qrels
|
55 |
data_files:
|
56 |
- split: train
|
57 |
path: data/qrels.train.tsv
|
58 |
+
|
59 |
license: apache-2.0
|
60 |
task_categories:
|
61 |
- text-retrieval
|
|
|
69 |
- passage-ranking
|
70 |
- colbert
|
71 |
pretty_name: MS Marco - TR
|
72 |
+
size_categories:
|
73 |
+
- 100K<n<1M
|
74 |
---
|
75 |
# Dataset Card for "msmarco-tr"
|
76 |
|