AlexBefest commited on
Commit
25ba35a
·
verified ·
1 Parent(s): c71c879

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,7 +35,7 @@ CardProjector is a specialized series of language models, fine-tuned to generate
35
  ---
36
 
37
 
38
- ## Usage recomendations
39
 
40
  - **Avoid adding a system prompt; all instructions should be contained within the user prompt** (This tip from the official [Usage recommendations]https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B#usage-recommendations) from the deepseek-r1 ReadMe. Believe me, it was written for a reason)
41
 
@@ -57,12 +57,12 @@ Generate a character card for me featuring a cute catgirl who is maniacally obse
57
  - **Chat Template**: DeepSeek-V2.5
58
 
59
  ```plain text
60
-
61
  ```
62
 
63
  - **Sampler parameters**:
64
  ```plain text
65
- Temperature: 0.7-0.85
66
  Rep. pen.: 1.1
67
  ```
68
 
 
35
  ---
36
 
37
 
38
+ ## Usage recommendations
39
 
40
  - **Avoid adding a system prompt; all instructions should be contained within the user prompt** (This tip from the official [Usage recommendations]https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B#usage-recommendations) from the deepseek-r1 ReadMe. Believe me, it was written for a reason)
41
 
 
57
  - **Chat Template**: DeepSeek-V2.5
58
 
59
  ```plain text
60
+ <|begin▁of▁sentence|>{system_prompt}<|User|>{prompt}<|Assistant|>
61
  ```
62
 
63
  - **Sampler parameters**:
64
  ```plain text
65
+ Temperature: 0.7-0.9
66
  Rep. pen.: 1.1
67
  ```
68