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

Model: intfloat/e5-large-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-14 16:47:59 +08:00
commit b022837c0b
20 changed files with 128381 additions and 0 deletions

13
tokenizer_config.json Normal file
View File

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