Nile-Chat-12B / generation_config.json
habdine's picture
Update generation_config.json
7f8418c verified
raw
history blame
313 Bytes
{
"_attn_implementation": "eager",
"attn_implementation": "eager",
"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.51.0.dev0",
"repetition_penalty": 1.1
}