Files
Qwen-4B-capado/generation_config.json

13 lines
184 B
JSON
Raw Permalink Normal View History

{
"do_sample": true,
"eos_token_id": [
76332,
76330
],
"pad_token_id": 76330,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"transformers_version": "5.0.0"
}