KitsuVp commited on
Commit
c733b56
Β·
verified Β·
1 Parent(s): 2a0a21b

Update configuration_neollm.py

Browse files
Files changed (1) hide show
  1. configuration_neollm.py +1 -1
configuration_neollm.py CHANGED
@@ -480,7 +480,7 @@ class NeoLLMConfig(PretrainedConfig):
480
  # ── Spelling Bee Embeddings (Rabe et al., 2026) ───────────────────
481
  use_spelling_bee_embeddings=False,
482
  # ── Context Re-Positioning (Li et al., 2026) ──────────────────────
483
- use_repo=False,
484
  repo_start_layer=None,
485
  repo_d_p=None,
486
  # ── VersatileFFN (Nie et al., 2026) ───────────────────────────────
 
480
  # ── Spelling Bee Embeddings (Rabe et al., 2026) ───────────────────
481
  use_spelling_bee_embeddings=False,
482
  # ── Context Re-Positioning (Li et al., 2026) ──────────────────────
483
+ use_repo=True,
484
  repo_start_layer=None,
485
  repo_d_p=None,
486
  # ── VersatileFFN (Nie et al., 2026) ───────────────────────────────