Colbert_reranking / config.json
thenHung's picture
Upload 6 files
2babbb8 verified
raw
history blame
185 Bytes
{
"query_maxlen": 128,
"doc_maxlen": 128,
"mask_punctuation": true,
"dim": 128,
"similarity_metric": "cosine",
"model_name": "bert-base-uncased",
"model_type": "colbert"
}