qwen3-polite / generation_config.json
reshinthadith's picture
Upload folder using huggingface_hub
725cd6e verified
{
"do_sample": true,
"eos_token_id": [
151645
],
"max_new_tokens": 256,
"no_repeat_ngram_size": 3,
"pad_token_id": 151643,
"repetition_penalty": 1.2,
"temperature": 0.8,
"top_p": 0.9,
"transformers_version": "4.57.3"
}