NeuML/pylate-bert-tiny
323k
1{2 "__version__": {3 "sentence_transformers": "4.0.2",4 "transformers": "4.48.2",5 "pytorch": "2.8.0+cu128"6 },7 "prompts": {},8 "default_prompt_name": null,9 "similarity_fn_name": "MaxSim",10 "query_prefix": "[Q] ",11 "document_prefix": "[D] ",12 "query_length": 32,13 "document_length": 180,14 "attend_to_expansion_tokens": false,15 "skiplist_words": [16 "!",17 "\"",18 "#",19 "$",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}