Phi-3-mini-4k-instruct / generation_config.json
danielhanchen's picture
fix: stop generation at eos exactly like the original model (#4)
3c1797c verified
raw
history blame
No virus
177 Bytes
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": [
32000,
32001,
32007
],
"pad_token_id": 32000,
"transformers_version": "4.41.0.dev0"
}