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

Model: allenai/tulu-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 16:29:15 +08:00
commit e30aef7e55
16 changed files with 94814 additions and 0 deletions

14
tokenizer_config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"clean_up_tokenization_spaces": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": {
"__type": "AddedToken",
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer"
}