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

Model: DataikuNLP/paraphrase-MiniLM-L6-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-14 12:47:03 +08:00
commit 2467b2d5bd
12 changed files with 30709 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": "nreimers/MiniLM-L6-H384-uncased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512}