File size: 340 Bytes
937563f 3622cca 937563f cf368c5 3622cca 937563f 3622cca 937563f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
name: Codestreal 22B
model: codestral:22B
version: 1
files:
- llama_model_path: model.gguf
stop:
- <endofstring>
- [/INST]
top_p: 0.95
temperature: 0.7
frequency_penalty: 0
presence_penalty: 0
max_tokens: 32000
stream: true
ngl: 32
ctx_len: 32000
engine: cortex.llamacpp
prompt_template: "{system_message} [INST] {prompt} [/INST]" |