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

Model: shibing624/text2vec-base-chinese
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-25 10:33:18 +08:00
commit 3680ff63dc
22 changed files with 76114 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}