vdr-nq / config.json
jzhoubu's picture
Upload Retriever
94a65ec verified
raw
history blame contribute delete
No virus
572 Bytes
{
"architectures": [
"Retriever"
],
"device": null,
"encoder_p": {
"max_len": 256,
"model_id": "bert-base-uncased",
"norm": false,
"pooling": "max",
"pooling_topk": null,
"shift_vocab_num": 999,
"topk": 768,
"type": "vdr"
},
"encoder_q": {
"max_len": 128,
"model_id": "bert-base-uncased",
"norm": false,
"pooling": "max",
"pooling_topk": null,
"shift_vocab_num": 999,
"topk": 768,
"type": "vdr"
},
"shared_encoder": false,
"torch_dtype": "float32",
"transformers_version": "4.40.2"
}