remove deprecated pylate assets
Browse files
config_sentence_transformers.json
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"__version__": {
|
3 |
-
"sentence_transformers": "3.0.1",
|
4 |
-
"transformers": "4.45.0.dev0",
|
5 |
-
"pytorch": "2.4.0+cu121"
|
6 |
-
},
|
7 |
-
"prompts": {},
|
8 |
-
"default_prompt_name": null,
|
9 |
-
"similarity_fn_name": null,
|
10 |
-
"query_prefix": "[unused0]",
|
11 |
-
"document_prefix": "[unused1]",
|
12 |
-
"query_length": 32,
|
13 |
-
"document_length": 300,
|
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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|