初始化项目,由ModelHub XC社区提供模型

Model: NbAiLab/nb-sbert-v2-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-14 13:25:41 +08:00
commit 9fe547c62a
11 changed files with 120386 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"is_local": false,
"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]"
}