DavidAU commited on
Commit
fdb2435
·
verified ·
1 Parent(s): a7bd31a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ tags:
32
  library_name: transformers
33
  ---
34
 
35
- <h2>Qwen2.5-8x7B-Vee-Eight-Coder-Instruct-53B</h2>
36
 
37
  This repo contains the full precision source code, in "safe tensors" format to generate GGUFs, GPTQ, EXL2, AWQ, HQQ and other formats.
38
  The source code can also be used directly.
@@ -59,7 +59,7 @@ NOTE: All experts help with coding, regardless of how many you have activated.
59
 
60
  SETTINGS:
61
  - Temp .5 to .7 (or lower)
62
- - Max Context is 32k
63
  - topk: 20, topp: .8, minp: .05
64
  - rep pen: 1.05-1.1 (can be lower)
65
  - Jinja Template (embedded) or CHATML template.
 
32
  library_name: transformers
33
  ---
34
 
35
+ <h2>Qwen2.5-8x7B-Vee-Eight-Coder-Instruct-53B-128k-ctx</h2>
36
 
37
  This repo contains the full precision source code, in "safe tensors" format to generate GGUFs, GPTQ, EXL2, AWQ, HQQ and other formats.
38
  The source code can also be used directly.
 
59
 
60
  SETTINGS:
61
  - Temp .5 to .7 (or lower)
62
+ - Max Context is 128k
63
  - topk: 20, topp: .8, minp: .05
64
  - rep pen: 1.05-1.1 (can be lower)
65
  - Jinja Template (embedded) or CHATML template.