初始化项目,由ModelHub XC社区提供模型
Model: vonjack/Qwen-LLaMAfied-HFTok-7B-Chat Source: Original Platform
This commit is contained in:
20
generation_config.json
Normal file
20
generation_config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"chat_format": "chatml",
|
||||
"decay_bound": 0.0,
|
||||
"decay_factor": 1.0,
|
||||
"do_sample": true,
|
||||
"eos_token_id": 151643,
|
||||
"factual_nucleus_sampling": false,
|
||||
"max_context_size": 1024,
|
||||
"max_generate_size": 512,
|
||||
"max_new_tokens": 512,
|
||||
"pad_token_id": 151643,
|
||||
"stop_words_ids": [
|
||||
[
|
||||
151643
|
||||
]
|
||||
],
|
||||
"top_k": 0,
|
||||
"top_p": 0.8,
|
||||
"transformers_version": "4.32.0.dev0"
|
||||
}
|
||||
Reference in New Issue
Block a user