Files
DictaLM-3.0-24B-Thinking/generation_config.json

16 lines
253 B
JSON
Raw Normal View History

{
"_from_model_config": true,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": [
2,
21
],
"pad_token_id": 0,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"frequency_penalty": 0.1,
"transformers_version": "4.55.4"
}