Skommarkhos-7b-SFT-Competition / generation_config.json
igorktech's picture
Upload LlamaForCausalLM
5a4b4a0 verified
{
"do_sample": true,
"early_stopping": true,
"eos_token_id": [
267
],
"max_new_tokens": 128,
"num_beams": 3,
"pad_token_id": 267,
"repetition_penalty": 1.3,
"temperature": 0.2,
"top_p": 0.9,
"transformers_version": "4.52.4"
}