Pinkstack commited on
Commit
73d9099
1 Parent(s): 3244344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,12 +24,12 @@ pipeline_tag: text-generation
24
 
25
  ## Things you should be aware of when using PARM models (Pinkstack Accuracy Reasoning Models) 🧀
26
 
27
- This PARM is based on Qwen 2.5 0.5B which has gotten extra training parameters so it would have similar outputs to O.1 Mini, We trained with [this](https://huggingface.co/datasets/gghfez/QwQ-LongCoT-130K-cleaned) dataset.
28
  it is designed to run on any device, from your phone to high-end PC. that is why we've included a BF16 quant.
29
 
30
 
31
  To use this model, you must use a service which supports the GGUF file format.
32
- Additionaly, this is the Prompt Template, it uses the Phi-3 template.
33
  ```
34
  {{ if .System }}<|system|>
35
  {{ .System }}<|end|>
 
24
 
25
  ## Things you should be aware of when using PARM models (Pinkstack Accuracy Reasoning Models) 🧀
26
 
27
+ This PARM is based on Qwen 2.5 0.5B which has gotten extra reasoning training parameters so it would have similar outputs to qwen QwQ (only much, smaller.), We trained with [this](https://huggingface.co/datasets/gghfez/QwQ-LongCoT-130K-cleaned) dataset.
28
  it is designed to run on any device, from your phone to high-end PC. that is why we've included a BF16 quant.
29
 
30
 
31
  To use this model, you must use a service which supports the GGUF file format.
32
+ Additionaly, this is the Prompt Template, it uses the qwen2 template.
33
  ```
34
  {{ if .System }}<|system|>
35
  {{ .System }}<|end|>