phi-transation / generation_config.json
Ba2han's picture
Update generation_config.json
abfc8cb verified
raw
history blame contribute delete
265 Bytes
{
"bos_token_id": 120000,
"do_sample": true,
"eos_token_id": [
120020, 120001
],
"max_length": 262144,
"pad_token_id": 120002,
"repetition_penalty": 1.05,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"transformers_version": "5.0.0rc3"
}