Overflow-1T / generation_config.json
CooLLaMACEO's picture
Update generation_config.json
ae8e251 verified
raw
history blame contribute delete
351 Bytes
{
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"thought_start_token_id": 50001,
"thought_end_token_id": 50002,
"reasoning_start_token_id": 50003,
"reasoning_end_token_id": 50004,
"max_new_tokens": 2048,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.95,
"transformers_version": "4.36.2"
}