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

Model: TingChenChang/make-multilingual-en-zh-tw-20220825062338
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-05 12:56:17 +08:00
commit c08153a4fd
17 changed files with 351 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": "sbert-make-multilingual/output/make-multilingual-en-zh-tw-20220825062338/",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "<unk>"
}