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

Model: Azurro/APT3-1B-Base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-09 15:28:08 +08:00
commit cc4756032e
13 changed files with 64227 additions and 0 deletions

15
tokenizer_config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"clean_up_tokenization_spaces": true,
"model_max_length": 1000000000000000019884624838656,
"special_tokens": [
"<unk>",
"<s>",
"</s>",
"<pad>",
"[INST]",
"[/INST]",
"<<SYS>>",
"<</SYS>>"
],
"tokenizer_class": "PreTrainedTokenizerFast"
}