Files
Qwen-LLaMAfied-HFTok-7B-Chat/generation_config.json
ModelHub XC 68152e810b 初始化项目,由ModelHub XC社区提供模型
Model: vonjack/Qwen-LLaMAfied-HFTok-7B-Chat
Source: Original Platform
2026-05-10 21:29:34 +08:00

21 lines
389 B
JSON

{
"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"
}