CoolFace
Modelpublic

Multilingual-Multimodal-NLP/LoopCoder-V2

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
49likes182downloads
generation_config.json14 linesDownload Raw Back to root
1{2  "bos_token_id": 1,3  "do_sample": true,4  "eos_token_id": [5    26  ],7  "pad_token_id": 2,8  "temperature": 0.6,9  "top_k": 20,10  "top_p": 0.95,11  "transformers_version": "4.57.1",12  "trust_remote_code": true13}14