rlhf_policy / generation_config.json
sr5434's picture
End of training
f4fc6e6 verified
raw
history blame contribute delete
218 Bytes
{
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
262146,
1
],
"pad_token_id": 262146,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.57.1"
}