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

Model: Wheatley961/Raw_2_no_2_Test_3_new.model
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-17 14:13:16 +08:00
commit 970bcb8e8a
13 changed files with 269 additions and 0 deletions

20
tokenizer_config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 512,
"name_or_path": "/root/.cache/torch/sentence_transformers/symanto_sn-xlm-roberta-base-snli-mnli-anli-xnli/",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "<unk>"
}