Lance-AI / generation_config.json
NeuraCraft's picture
Upload LanceAI
c398109
raw
history blame contribute delete
226 Bytes
{
"_from_model_config": true,
"do_sample": true,
"max_new_tokens": 250,
"no_repeat_ngram_size": 3,
"repetition_penalty": 1.3,
"temperature": 0.8,
"top_k": 40,
"top_p": 0.9,
"transformers_version": "4.57.3"
}