Pinkstack commited on
Commit
3110d47
·
verified ·
1 Parent(s): 3b9a783

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -18,18 +18,30 @@ inference:
18
  widget:
19
  - messages:
20
  - role: user
21
- content: How many R's in strawberry? Think step by step.
22
  library_name: transformers
 
 
 
 
23
  ---
24
 
25
  gguf/final version: https://huggingface.co/Pinkstack/PARM-V2-phi-4-16k-CoT-o1-gguf
26
 
27
  [Phi-4 Technical Report](https://arxiv.org/pdf/2412.08905)
28
- Phi-4 that has been tuned to be more advanced at reasoning. Parm magic 😉
29
 
30
  Unlike other Parm models we had to optimize our fine tuning process to ensure accuracy while still being able to release this model. **Training loss: 0.443800**
31
 
32
- NOTE: more information soon, gguf
 
 
 
 
 
 
 
 
33
 
34
  # Uploaded model
35
 
 
18
  widget:
19
  - messages:
20
  - role: user
21
+ content: How many R's in strawberry? Think step by step.
22
  library_name: transformers
23
+ datasets:
24
+ - amphora/QwQ-LongCoT-130K
25
+ base_model:
26
+ - microsoft/phi-4
27
  ---
28
 
29
  gguf/final version: https://huggingface.co/Pinkstack/PARM-V2-phi-4-16k-CoT-o1-gguf
30
 
31
  [Phi-4 Technical Report](https://arxiv.org/pdf/2412.08905)
32
+ Phi-4 that has been tuned to be more advanced at reasoning.
33
 
34
  Unlike other Parm models we had to optimize our fine tuning process to ensure accuracy while still being able to release this model. **Training loss: 0.443800**
35
 
36
+ Please use this prompt format to enable advanced reasoning:
37
+ ```
38
+ {{ if .System }}<|system|>
39
+ {{ .System }}<|im_end|>
40
+ {{ end }}{{ if .Prompt }}<|user|>
41
+ {{ .Prompt }}<|im_end|>
42
+ {{ end }}<|assistant|>{{ .CoT }}<|CoT|>
43
+ {{ .Response }}<|FinalAnswer|><|im_end|>
44
+ ```
45
 
46
  # Uploaded model
47