LM-Lexicon-8B-Dense-Slang / generation_config.json
LM-Lexicon's picture
Update with the latest checkpoints.
264c508 verified
raw
history blame contribute delete
266 Bytes
{
"bos_token_id": 128000,
"decoder_start_token_id": 128000,
"do_sample": true,
"eos_token_id": 128001,
"max_new_tokens": 64,
"pad_token_id": 128009,
"repetition_penalty": 1.05,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.45.2"
}