Affine-00001 / generation_config.json
dasLOL's picture
Upload generation_config.json with huggingface_hub
af93e99 verified
raw
history blame contribute delete
285 Bytes
{
"bos_token_id": 199998,
"do_sample": true,
"eos_token_id": [
200002,
199999,
200012
],
"pad_token_id": 199999,
"temperature": 0.7,
"top_p": 0.9,
"top_k": 40,
"repetition_penalty": 1.1,
"max_new_tokens": 2048,
"transformers_version": "4.55.0.dev0"
}