CropSeek-LLM / generation_config.json
persadian's picture
initial commit
18b50a2 verified
raw
history blame contribute delete
242 Bytes
{
"max_length": 512,
"min_length": 10,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 50,
"repetition_penalty": 1.1,
"num_beams": 1,
"pad_token_id": 151643,
"eos_token_id": 151643,
"bos_token_id": 151643
}