| { | |
| "_from_model_config": true, | |
| "bos_token_id": 50256, | |
| "eos_token_id": 50256, | |
| "do_sample": true, | |
| "temperature": 0.4, | |
| "top_p": 0.9, | |
| "top_k": 50, | |
| "repetition_penalty": 1.15, | |
| "max_new_tokens": 4096, | |
| "stop_strings": [ | |
| "</html>", | |
| "### Instruction:", | |
| "You are Deepcoder", | |
| "You are WebICoder" | |
| ], | |
| "transformers_version": "5.0.0" | |
| } |