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

Model: henriqueimoveis/Echoes-1-Instruct-PT-BR
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-28 13:14:10 +08:00
commit 96a8322fa0
12 changed files with 159278 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}