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

Model: sentence-transformers/paraphrase-MiniLM-L12-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-25 09:33:17 +08:00
commit ea7451421d
27 changed files with 65266 additions and 0 deletions

1
tokenizer_config.json Executable file
View File

@@ -0,0 +1 @@
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "name_or_path": "microsoft/MiniLM-L12-H384-uncased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512}