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

Model: AhiskaAI/AhiskaAI-308m-Instruct-v0.2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-08 22:43:24 +08:00
commit 5a8349933f
8 changed files with 159793 additions and 0 deletions

15
tokenizer_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"is_local": true,
"max_length": 1024,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}