CoolFace
Modelpublic

devJy/GXpert-Example-Model1

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes6downloads
generation_config.json15 linesDownload Raw Back to root
1{2  "bos_token_id": 2,3  "cache_implementation": "hybrid",4  "do_sample": true,5  "eos_token_id": [6    1,7    1068  ],9  "max_length": 32768,10  "pad_token_id": 0,11  "top_k": 64,12  "top_p": 0.95,13  "transformers_version": "4.50.0.dev0"14}15