Update README.md
Browse files
README.md
CHANGED
@@ -26,9 +26,11 @@ tags:
|
|
26 |
|
27 |
Tipping the scales at 101 layers and 1215 tensors... the monster lives.
|
28 |
|
29 |
-
|
30 |
|
31 |
-
|
|
|
|
|
32 |
|
33 |
"Qwen2.5-Coder-32B-Instruct"
|
34 |
|
@@ -40,11 +42,13 @@ and
|
|
40 |
|
41 |
[ https://huggingface.co/open-r1/OlympicCoder-32B ]
|
42 |
|
43 |
-
In one MASSSIVE 51B merge
|
44 |
|
45 |
In two configs... too.
|
46 |
|
47 |
-
Quants Q4_K_S (two - one of each config)
|
|
|
|
|
48 |
|
49 |
CONFIGS:
|
50 |
- #1 -> Qwen2.5-Coder-32B-Instruct primary/start, with OlympicCoder-32B as "finalizer".
|
@@ -70,7 +74,7 @@ Requirements:
|
|
70 |
- rep pen: 1.1 (can be lower)
|
71 |
- Jinja Template (embedded) or CHATML template.
|
72 |
|
73 |
-
Refer to either "Qwen2.5-Coder-32B-Instruct" and/or "OlympicCoder-32B" for additional settings, benchmarks and usage.
|
74 |
|
75 |
---
|
76 |
|
|
|
26 |
|
27 |
Tipping the scales at 101 layers and 1215 tensors... the monster lives.
|
28 |
|
29 |
+
Two monsters in fact.
|
30 |
|
31 |
+
Each model generates stronger, more compact code with an enhanced understanding of your instructions and follows them to the letter.
|
32 |
+
|
33 |
+
These overpowered CODING ENGINEs are based on:
|
34 |
|
35 |
"Qwen2.5-Coder-32B-Instruct"
|
36 |
|
|
|
42 |
|
43 |
[ https://huggingface.co/open-r1/OlympicCoder-32B ]
|
44 |
|
45 |
+
In one MASSSIVE 51B merge that is stronger in performance than both models.
|
46 |
|
47 |
In two configs... too.
|
48 |
|
49 |
+
Quants Q4_K_S (two - one of each config) are available.
|
50 |
+
|
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".
|
|
|
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 |
|
79 |
---
|
80 |
|