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

Model: absltnull/predBor-v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-21 22:43:43 +08:00
commit c45de4d49b
15 changed files with 523353 additions and 0 deletions

26
tokenizer_config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"byte_fallback": true,
"clean_up_tokenization_spaces": false,
"eos_token": "<__end__>",
"extra_special_tokens": [
"<s>",
"</s>",
"<__end__>",
"<__end_turn__>"
],
"is_local": true,
"legacy": false,
"local_files_only": false,
"model_max_length": 4096,
"normalization_rule_name": "identity",
"pad_token": "<__end__>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"unk_id": 0,
"unk_token": "<unk>",
"use_fast": false
}