phi-2_prompt_optimization / generation_config.json
bcsp's picture
Upload PhiForCausalLM
a2e22a3 verified
raw
history blame contribute delete
193 Bytes
{
"do_sample": true,
"eos_token_id": 50256,
"max_new_tokens": 100,
"repetition_penalty": 1.18,
"temperature": 0.7,
"top_k": 40,
"top_p": 0.1,
"transformers_version": "4.46.3"
}