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

Model: sabari2005/cyberslm-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-29 19:27:18 +08:00
commit 8035c0135e
19 changed files with 281707 additions and 0 deletions

9
tokenizer_config.json Normal file
View File

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