CoolFace
Modelpublic

lightonai/LateOn-Code

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
35likes2.1kdownloads
config_sentence_transformers.json54 linesDownload Raw Back to root
1{2  "model_type": "ColBERT",3  "__version__": {4    "sentence_transformers": "5.1.1",5    "transformers": "4.57.3",6    "pytorch": "2.9.0+cu128"7  },8  "prompts": {9    "query": "",10    "document": ""11  },12  "default_prompt_name": null,13  "similarity_fn_name": "MaxSim",14  "query_prefix": "[Q] ",15  "document_prefix": "[D] ",16  "query_length": 256,17  "document_length": 2048,18  "attend_to_expansion_tokens": false,19  "skiplist_words": [20    "!",21    "\"",22    "#",23    "$",24    "%",25    "&",26    "'",27    "(",28    ")",29    "*",30    "+",31    ",",32    "-",33    ".",34    "/",35    ":",36    ";",37    "<",38    "=",39    ">",40    "?",41    "@",42    "[",43    "\\",44    "]",45    "^",46    "_",47    "`",48    "{",49    "|",50    "}",51    "~"52  ],53  "do_query_expansion": false54}