| { |
| "model_type": "ColBERT", |
| "__version__": { |
| "sentence_transformers": "5.1.1", |
| "transformers": "4.57.3", |
| "pytorch": "2.9.0+cu128" |
| }, |
| "prompts": { |
| "query": "", |
| "document": "" |
| }, |
| "default_prompt_name": null, |
| "similarity_fn_name": "MaxSim", |
| "query_prefix": "[Q] ", |
| "document_prefix": "[D] ", |
| "query_length": 256, |
| "document_length": 2048, |
| "attend_to_expansion_tokens": false, |
| "skiplist_words": [ |
| "!", |
| "\"", |
| "#", |
| "$", |
| "%", |
| "&", |
| "'", |
| "(", |
| ")", |
| "*", |
| "+", |
| ",", |
| "-", |
| ".", |
| "/", |
| ":", |
| ";", |
| "<", |
| "=", |
| ">", |
| "?", |
| "@", |
| "[", |
| "\\", |
| "]", |
| "^", |
| "_", |
| "`", |
| "{", |
| "|", |
| "}", |
| "~" |
| ], |
| "do_query_expansion": false |
| } |