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

Model: kevin009/flyingllama-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-03 16:39:33 +08:00
commit 8823247912
10 changed files with 150592 additions and 0 deletions

38
tokenizer_config.json Normal file
View File

@@ -0,0 +1,38 @@
{
"add_bos_token": false,
"add_prefix_space": false,
"added_tokens_decoder": {
"1": {
"content": "\"",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "#",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "#",
"errors": "replace",
"model_max_length": 1024,
"pad_token": "#",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}