Update README.md
Browse files
README.md
CHANGED
@@ -21,19 +21,18 @@ configs:
|
|
21 |
path: "query/union_val/*.jsonl"
|
22 |
- split: test
|
23 |
path: "query/test/*.jsonl"
|
24 |
-
- config_name:
|
25 |
data_files:
|
26 |
-
- split:
|
27 |
-
path: "cand_pool/global/mbeir_union_train_cand_pool.jsonl"
|
28 |
-
- split: global_val
|
29 |
-
path: "cand_pool/global/mbeir_union_val_cand_pool.jsonl"
|
30 |
-
- split: global_test
|
31 |
-
path: "cand_pool/global/mbeir_union_test_cand_pool.jsonl"
|
32 |
-
- split: local
|
33 |
path: "cand_pool/local/*.jsonl"
|
|
|
|
|
|
|
|
|
34 |
- config_name: instructions
|
|
|
35 |
data_files:
|
36 |
-
- split:
|
37 |
path: "instructions/*.tsv"
|
38 |
- config_name: qrels
|
39 |
data_files:
|
|
|
21 |
path: "query/union_val/*.jsonl"
|
22 |
- split: test
|
23 |
path: "query/test/*.jsonl"
|
24 |
+
- config_name: mbeir_local
|
25 |
data_files:
|
26 |
+
- split: mbeir_local
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
path: "cand_pool/local/*.jsonl"
|
28 |
+
- config_name: mbeir_global
|
29 |
+
data_files:
|
30 |
+
- split: mbeir_global
|
31 |
+
path: "cand_pool/global/*.jsonl"
|
32 |
- config_name: instructions
|
33 |
+
sep: "\t"
|
34 |
data_files:
|
35 |
+
- split: instructions
|
36 |
path: "instructions/*.tsv"
|
37 |
- config_name: qrels
|
38 |
data_files:
|