mhough commited on
Commit
a09488a
Β·
verified Β·
1 Parent(s): 9e173b5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. modeling_zuna.py +2 -0
modeling_zuna.py CHANGED
@@ -58,6 +58,8 @@ class ZunaModel(PreTrainedModel):
58
  self.tok_idx_type = config.tok_idx_type
59
  self.rope_dim = config.rope_dim
60
 
 
 
61
  # ── internal helper ────────────────────────────────────────────────────
62
 
63
  def _build_tok_idx(
 
58
  self.tok_idx_type = config.tok_idx_type
59
  self.rope_dim = config.rope_dim
60
 
61
+ self.post_init()
62
+
63
  # ── internal helper ────────────────────────────────────────────────────
64
 
65
  def _build_tok_idx(