CoolFace
Modelpublic

DarianNLP/affect_of_removing_misalligned_examples-full

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes70downloads
generation_config.json15 linesDownload Raw Back to root
1{2  "bos_token_id": 128000,3  "do_sample": true,4  "eos_token_id": [5    128009,6    128001,7    128008,8    1280099  ],10  "pad_token_id": 128009,11  "temperature": 0.6,12  "top_p": 0.9,13  "transformers_version": "5.15.0"14}15