bunnycore commited on
Commit
f6cc2be
·
verified ·
1 Parent(s): 5ef3540

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,6 +9,14 @@ tags:
9
 
10
  ---
11
 
 
 
 
 
 
 
 
 
12
  ## System Prompt:
13
 
14
  ```
 
9
 
10
  ---
11
 
12
+ When using the QwQen-3B-LCoT-R1 model, you might notice that it can sometimes produce repetitive outputs, especially in certain contexts or with specific prompts. This is a common behavior in language models, but don’t worry—it can be managed effectively by tweaking the model’s repetition parameters.
13
+
14
+ ### To reduce repetition, you can experiment with the following settings:
15
+
16
+ - Repetition Penalty: This parameter discourages the model from repeating the same words or phrases by applying a penalty. A higher value (e.g., 1.2) will push the model to avoid repetition more aggressively.
17
+ - Temperature: This controls the randomness of the output. Lowering the temperature (e.g., 0.7) makes the model more focused and less likely to repeat itself, though it may reduce creativity slightly.
18
+
19
+
20
  ## System Prompt:
21
 
22
  ```