llama3_synthquestions_dpo_100k / generation_config.json
IgnoraZ's picture
Upload generation_config.json with huggingface_hub
8cf6785 verified
raw
history blame
198 Bytes
{
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": 128001,
"max_new_tokens": 512,
"pad_token_id": 128001,
"top_k": 0,
"top_p": 0.8,
"transformers_version": "4.49.0.dev0"
}