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

Model: teven/all_bs160_allneg
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-29 10:56:17 +08:00
commit 995bd3c641
13 changed files with 61447 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"bos_token": "<s>",
"cls_token": "<s>",
"do_lower_case": true,
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 512,
"name_or_path": "all_bs160_allneg-2022-04-29_05-12-09/best_model/",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "MPNetTokenizer",
"unk_token": "[UNK]"
}