CoolFace
Modelpublic

nluai/test_format

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes7downloads
generation_config.json18 linesDownload Raw Back to root
1{2  "bos_token_id": 1,3  "do_sample": true,4  "eos_token_id": 2,5  "max_length": 4096,6  "max_memory": {7    "cpu": 3295433154568  },9  "no_split_module_classes": [10    "LlamaDecoderLayer"11  ],12  "pad_token_id": 0,13  "special_dtypes": {},14  "temperature": 0.6,15  "top_p": 0.9,16  "transformers_version": "4.43.3"17}18