CoolFace
Modelpublic

MonolithFoundation/Bumblebee

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
4likes24downloads
generation_config.json16 linesDownload Raw Back to root
1{2  "attn_implementation": "flash_attention_2",3  "bos_token_id": 151643,4  "do_sample": true,5  "eos_token_id": [6    151645,7    1516438  ],9  "pad_token_id": 151643,10  "repetition_penalty": 1.05,11  "temperature": 0.7,12  "top_k": 20,13  "top_p": 0.8,14  "transformers_version": "4.39.3"15}16