Upload folder using huggingface_hub
Browse files- 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(
|