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

Model: BUT-FIT/CSTinyLlama-1.2B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-07 21:01:23 +08:00
commit ca82904867
11 changed files with 128048 additions and 0 deletions

34
tokenizer_config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64000": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64001": {
"content": "[EOS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"eos_token": "[EOS]",
"model_max_length": 2048,
"pad_token": "[EOS]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}