mental_buddy / generation_config.json
saanvitayal's picture
Upload folder using huggingface_hub
daa96fa verified
raw
history blame contribute delete
306 Bytes
{
"_from_model_config": true,
"bos_token_id": 1,
"decoder_start_token_id": 1,
"eos_token_id": 2,
"forced_eos_token_id": 2,
"length_penalty": 0.65,
"max_length": 128,
"min_length": 20,
"no_repeat_ngram_size": 3,
"num_beams": 10,
"pad_token_id": 0,
"transformers_version": "4.52.4"
}