Files
Qwen-1.7B-capado-sft/generation_config.json

13 lines
185 B
JSON
Raw 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": "4.55.4"
}