WorldDisasterLM-8B / generation_config.json
drdeveloper88's picture
Best-practice model configs: BnB NF4 quant, full PEFT LoRA, disaster system prompt, training args, LFS tracking
5e069b0
Raw
History Blame Contribute Delete
336 Bytes
{
"_from_model_config": false,
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": [
128001,
128008,
128009
],
"max_new_tokens": 512,
"min_new_tokens": 10,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"no_repeat_ngram_size": 3,
"transformers_version": "4.43.0"
}