pinterest-personality-keywords-v3 / generation_config.json
Amama02's picture
Upload generation_config.json with huggingface_hub
97c4578 verified
Raw
History Blame
289 Bytes
{
"do_sample": true,
"early_stopping": true,
"eos_token_id": 1,
"length_penalty": 1.2,
"max_length": 300,
"no_repeat_ngram_size": 2,
"num_beams": 8,
"pad_token_id": 0,
"repetition_penalty": 2.0,
"temperature": 0.9,
"top_p": 0.95,
"transformers_version": "4.44.0"
}