Create config.json
Browse files- config.json +9 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"domain_name": "dpr_wiki_contriever_ivfpq",
|
3 |
+
"query_encoder": "facebook/contriever-msmarco",
|
4 |
+
"query_tokenizer": "facebook/contriever-msmarco",
|
5 |
+
"index_type": "IVFPQ",
|
6 |
+
"per_gpu_batch_size": 128,
|
7 |
+
"question_maxlength": 512,
|
8 |
+
"nprobe": 64
|
9 |
+
}
|