context-1 / generation_config.json
hammadtime's picture
Adding missing <tool> token to generation_config.json for vLLM (#3)
6fbb0ad
raw
history blame contribute delete
171 Bytes
{
"bos_token_id": 199998,
"do_sample": true,
"eos_token_id": [
200002,
200012,
199999
],
"pad_token_id": 199999,
"transformers_version": "5.3.0"
}