shimokumo / generation_config.json
Shimokumo's picture
Upload folder using huggingface_hub
b7f1e6e verified
Raw
History Blame Contribute Delete
260 Bytes
{
"model_type": "shimokumo",
"do_sample": true,
"temperature": 0.8,
"top_k": 50,
"top_p": 0.9,
"repetition_penalty": 1.1,
"max_new_tokens": 2048,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"transformers_version": "4.40.0"
}