Update JiRackNative_3b.py
Browse files- JiRackNative_3b.py +2 -2
JiRackNative_3b.py
CHANGED
|
@@ -33,8 +33,8 @@ NUM_HEADS = 24
|
|
| 33 |
NUM_KV_HEADS = 8
|
| 34 |
# NOTE: with INTERMEDIATE_SIZE = 4096 the model is ~2.05B params, not 3B.
|
| 35 |
# Restore 8192 for a true ~2.8-3B model (wider SwiGLU FFN). Your call.
|
| 36 |
-
|
| 37 |
-
INTERMEDIATE_SIZE = 4096
|
| 38 |
MAX_SEQ_LEN = 4096
|
| 39 |
RMS_EPS = 1e-6
|
| 40 |
STABILITY_EPS = 1e-9
|
|
|
|
| 33 |
NUM_KV_HEADS = 8
|
| 34 |
# NOTE: with INTERMEDIATE_SIZE = 4096 the model is ~2.05B params, not 3B.
|
| 35 |
# Restore 8192 for a true ~2.8-3B model (wider SwiGLU FFN). Your call.
|
| 36 |
+
INTERMEDIATE_SIZE = 8192
|
| 37 |
+
#INTERMEDIATE_SIZE = 4096
|
| 38 |
MAX_SEQ_LEN = 4096
|
| 39 |
RMS_EPS = 1e-6
|
| 40 |
STABILITY_EPS = 1e-9
|