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

Model: NbAiLab/nb-sbert-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-29 20:17:55 +08:00
commit 65c27cf3c9
15 changed files with 239638 additions and 0 deletions

15
tokenizer_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"name_or_path": "NbAiLab/nb-bert-base",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}