Retreatcost commited on
Commit
bcd6921
·
verified ·
1 Parent(s): dbe8e32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ For absolute consistency you can prefill model responses with "< think >\n" (thi
57
  4. **TOP_K**: 0 (disable)
58
  5. **MIN_P**: 0.025
59
  6. **Template Format**: ChatML
60
- 7. **Max Output**: 1024 (Due to additional reasoning budget I suggest giving the model at least 768 tokens, preferrably over 1K, but usually it rarely outputs answers longer than 1.35K).
61
  6. **Context Management**: 8K
62
 
63
  I haven't really tested or trained the model for long context, so it will probably break earlier than regular models.
 
57
  4. **TOP_K**: 0 (disable)
58
  5. **MIN_P**: 0.025
59
  6. **Template Format**: ChatML
60
+ 7. **Max Output**: 2048 (Due to additional reasoning budget I suggest giving the model at least 768 tokens, preferrably over 1K, but usually it rarely outputs answers longer than 1.35K, 2K is a safe max).
61
  6. **Context Management**: 8K
62
 
63
  I haven't really tested or trained the model for long context, so it will probably break earlier than regular models.