CoolFace
Modelpublic

alimpfard/diffusiongemma-ft-grammar

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes195downloads
generation_config.json20 linesDownload Raw Back to root
1{2  "confidence_threshold": 0.005,3  "eos_token_id": [4    1,5    106,6    507  ],8  "max_denoising_steps": 48,9  "max_new_tokens": 256,10  "pad_token_id": 0,11  "sampler_config": {12    "_cls_name": "EntropyBoundSamplerConfig",13    "entropy_bound": 0.114  },15  "stability_threshold": 1,16  "t_max": 0.8,17  "t_min": 0.4,18  "transformers_version": "5.13.0.dev0"19}20