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

Model: keenanpepper/one-way-polyglot-22m-untied
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-24 16:19:20 +08:00
commit bfb5f498d3
9 changed files with 65753 additions and 0 deletions

9
tokenizer_config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 512,
"clean_up_tokenization_spaces": false,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>"
}