fwizzer1/Fwizzer-R1-3B-EN-v2
12.5k
1{
2 "id": "fwizzer-r1-3b-en-v2",
3 "name": "Fwizzer-R1-3B-EN-v2",
4 "description": "3B parameter reasoning model trained with step-by-step chain-of-thought (DeepSeek-R1 style).",
5 "version": "2.0",
6 "format": "gguf",
7 "sources": [
8 {
9 "filename": "Fwizzer-R1-3B-EN-Balanced.gguf",
10 "url": "https://huggingface.co/fwizzer1/Fwizzer-R1-3B-EN-v2/resolve/main/Fwizzer-R1-3B-EN-Balanced.gguf"
11 }
12 ],
13 "parameters": {
14 "temperature": 0.6,
15 "top_p": 0.95,
16 "frequency_penalty": 0.0,
17 "presence_penalty": 0.0,
18 "max_tokens": 4096,
19 "stop": [
20 "</s>",
21 "[INST]",
22 "[/INST]"
23 ]
24 },
25 "prompt_template": "[SYSTEM_PROMPT]You are Fwizzer-R1-3B, a helpful and reasoning language model. Always think step-by-step inside <think> and </think> tags before answering, then provide a clear, accurate, and concise response in the language of the user prompt.[/SYSTEM_PROMPT][INST]{prompt}[/INST]"
26}