QwQ-32B/generation_config.json
Cherrytest 045961d999 Add transformers as library! (#1)
- Add transformers as library! (cc1ce1debef18f3a714143d45c50a15893dd2dff)


Co-authored-by: Vaibhav Srivastav <reach-vb@users.noreply.huggingface.co>
2025-03-06 06:44:41 +00:00

15 lines
243 B
JSON

{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"repetition_penalty": 1.0,
"temperature": 0.6,
"top_k": 40,
"top_p": 0.95,
"transformers_version": "4.45.2"
}