Files
KO-REAson-G3-4B-0831/generation_config.json

15 lines
256 B
JSON
Raw Permalink Normal View History

{
"attn_implementation": "flash_attention_2",
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
106
],
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.55.4"
}