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

Model: guus4324343/Echo88-150M-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-04 03:30:17 +08:00
commit 524ebd2126
9 changed files with 163276 additions and 0 deletions

17
tokenizer_config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"extra_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|end|>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}