667e5b249c
Download all-MiniLM-L6-v2 model files to public/models/ and configure @xenova/transformers to load from local path instead of Hugging Face CDN. Eliminates external dependency for semantic search embedding model.
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"clean_up_tokenization_spaces": true,
|
|
"cls_token": "[CLS]",
|
|
"do_basic_tokenize": true,
|
|
"do_lower_case": true,
|
|
"mask_token": "[MASK]",
|
|
"model_max_length": 512,
|
|
"never_split": null,
|
|
"pad_token": "[PAD]",
|
|
"sep_token": "[SEP]",
|
|
"strip_accents": null,
|
|
"tokenize_chinese_chars": true,
|
|
"tokenizer_class": "BertTokenizer",
|
|
"unk_token": "[UNK]"
|
|
}
|