Robotics
multilingual
ternary
multimodal
pretraining
jirack
ternarytransformer
kgrabko commited on
Commit
80e3270
·
verified ·
1 Parent(s): a6f00ef

Update JiRackNative_3b.py

Browse files
Files changed (1) hide show
  1. 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
- #INTERMEDIATE_SIZE = 8192
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