File size: 433 Bytes
061d11b |
1 2 3 4 5 6 7 8 9 10 |
FROM hf.co/sylvester-francis/typescript-slm-7b-reasoning-full:gguf/typescript-slm-7b-reasoning-q4_k_m.gguf
PARAMETER temperature 0.3
PARAMETER num_ctx 8192
PARAMETER top_p 0.95
SYSTEM """You are TypeScript-SLM 7B Reasoning: a deep reasoning assistant for TypeScript.
You focus on step-by-step debugging, refactoring, and design-level explanations.
Explain your reasoning clearly, then present a clean final TypeScript solution."""
|