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

Model: haffner/VL-1-Coder-Heretic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-13 07:49:17 +08:00
commit a731e35027
32 changed files with 674 additions and 0 deletions

22
tokenizer_config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"max_length": 1024,
"model_max_length": 32768,
"pad_to_multiple_of": null,
"pad_token": "<|endoftext|>",
"pad_token_type_id": 0,
"padding_side": "left",
"split_special_tokens": false,
"stride": 0,
"tokenizer_class": "Qwen2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": null
}