DavidAU commited on
Commit
9683cf3
·
verified ·
1 Parent(s): 0f6525f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,7 +26,7 @@ tags:
26
  library_name: transformers
27
  ---
28
 
29
- <h2>Qwen2.5-3X7B-CoderInstruct-OlympicCoder-MS-Next-Coder-25B-v1</h2>
30
 
31
  This repo contains the full precision source code, in "safe tensors" format to generate GGUFs, GPTQ, EXL2, AWQ, HQQ and other formats.
32
  The source code can also be used directly.
@@ -46,7 +46,7 @@ Suggest using 3 experts for maximum power.
46
 
47
  SETTINGS:
48
  - Temp .5 to .7 (or lower)
49
- - Max Context is 32k (final versions will be 32k, 128k and maybe higher).
50
  - topk: 20, topp: .8, minp: .05
51
  - rep pen: 1.05-1.1 (can be lower)
52
  - Jinja Template (embedded) or CHATML template.
 
26
  library_name: transformers
27
  ---
28
 
29
+ <h2>Qwen2.5-3X7B-CoderInstruct-OlympicCoder-MS-Next-Coder-25B-v1-128k-ctx</h2>
30
 
31
  This repo contains the full precision source code, in "safe tensors" format to generate GGUFs, GPTQ, EXL2, AWQ, HQQ and other formats.
32
  The source code can also be used directly.
 
46
 
47
  SETTINGS:
48
  - Temp .5 to .7 (or lower)
49
+ - Max Context is 128k via YARN as per Qwen specs.
50
  - topk: 20, topp: .8, minp: .05
51
  - rep pen: 1.05-1.1 (can be lower)
52
  - Jinja Template (embedded) or CHATML template.