atc_amala / generation_config.json
TheNormsOfIntelligence's picture
Add generation_config.json — temperature 0.7, top_p 0.95, top_k 50
8fa42fb verified
Raw
History Blame Contribute Delete
268 Bytes
{
"_from_model_config": true,
"bos_token_id": 199999,
"eos_token_id": [
200020,
199999
],
"pad_token_id": 199999,
"do_sample": true,
"temperature": 0.7,
"top_p": 0.95,
"top_k": 50,
"max_new_tokens": 512,
"transformers_version": "4.45.0"
}