CoolFace
Modelpublic

medimed/MNLP_M3_quantized_model

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes7downloads
generation_config.json13 linesDownload Raw Back to root
1{2  "bos_token_id": 151643,3  "do_sample": true,4  "eos_token_id": 151643,5  "max_length": 32768,6  "max_new_tokens": 1024,7  "pad_token_id": 151654,8  "temperature": 0.7,9  "top_k": 20,10  "top_p": 0.8,11  "transformers_version": "4.52.4"12}13