qwen-flutter-fused / generation_config.json
Wizcoderr's picture
Upload folder using huggingface_hub
863120b verified
Raw
History Blame Contribute Delete
269 Bytes
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"repetition_penalty": 1.05,
"temperature": 0.3,
"top_k": 40,
"top_p": 0.9,
"max_new_tokens": 2048,
"transformers_version": "4.43.1"
}