Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ Quants Q2_K, and Q4_K_S - one of each version - are available at the moment.
|
|
51 |
These are unaltered quants for primary testing.
|
52 |
|
53 |
CONFIGS:
|
54 |
-
- #1 -> Qwen2.5-Coder-32B-Instruct primary/start, with OlympicCoder-32B as "finalizer".
|
55 |
- #2 -> OlympicCoder-32B as primary/start, with Qwen2.5-Coder-32B-Instruct as "finalizer".
|
56 |
|
57 |
NOTES:
|
@@ -73,6 +73,7 @@ Requirements:
|
|
73 |
- topk: 20, topp: .8, minp: .04
|
74 |
- rep pen: 1.1 (can be lower)
|
75 |
- Jinja Template (embedded) or CHATML template.
|
|
|
76 |
|
77 |
Refer to either "Qwen2.5-Coder-32B-Instruct" and/or "OlympicCoder-32B" repos (above) for additional settings, benchmarks and usage.
|
78 |
|
|
|
51 |
These are unaltered quants for primary testing.
|
52 |
|
53 |
CONFIGS:
|
54 |
+
- #1 -> Qwen2.5-Coder-32B-Instruct primary/start, with OlympicCoder-32B as "finalizer".
|
55 |
- #2 -> OlympicCoder-32B as primary/start, with Qwen2.5-Coder-32B-Instruct as "finalizer".
|
56 |
|
57 |
NOTES:
|
|
|
73 |
- topk: 20, topp: .8, minp: .04
|
74 |
- rep pen: 1.1 (can be lower)
|
75 |
- Jinja Template (embedded) or CHATML template.
|
76 |
+
- A System Prompt is not required. (ran tests with blank system prompt)
|
77 |
|
78 |
Refer to either "Qwen2.5-Coder-32B-Instruct" and/or "OlympicCoder-32B" repos (above) for additional settings, benchmarks and usage.
|
79 |
|