tinydiffusiongemmamoe4m / hf /generation_config.json
shibatch's picture
Upload folder using huggingface_hub
d657346 verified
Raw
History Blame Contribute Delete
426 Bytes
{
"bos_token_id": 1000,
"cache_implementation": "dynamic",
"confidence_threshold": 0.05,
"eos_token_id": 1001,
"max_denoising_steps": 64,
"max_new_tokens": 64,
"pad_token_id": 1000,
"return_dict_in_generate": true,
"sampler_config": {
"_cls_name": "EntropyBoundSamplerConfig",
"entropy_bound": 1.0
},
"stability_threshold": 3,
"t_max": 0.8,
"t_min": 0.4,
"transformers_version": "5.14.1"
}