Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"domain_name": "dpr_wiki_e5_base_v2",
|
| 3 |
+
"query_encoder": "intfloat/e5-base-v2",
|
| 4 |
+
"query_tokenizer": "intfloat/e5-base-v2",
|
| 5 |
+
"index_type": "IVFFlat",
|
| 6 |
+
"per_gpu_batch_size": 128,
|
| 7 |
+
"question_maxlength": 512,
|
| 8 |
+
"nprobe": 128
|
| 9 |
+
}
|