Quazim0t0 commited on
Commit
803668b
·
verified ·
1 Parent(s): 48ce86c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -377,6 +377,17 @@ Watch the right-hand panel: every boss decision shows which specialists fired an
377
  steer the fight through the latent. **Click *Enter the Fog* and click the game once to focus, then play.**
378
  """
379
 
 
 
 
 
 
 
 
 
 
 
 
380
 
381
  TECH_MD = r"""
382
  ## 🧠 How the model works (technical breakdown)
 
377
  steer the fight through the latent. **Click *Enter the Fog* and click the game once to focus, then play.**
378
  """
379
 
380
+ # ---- placeholder repo link (replace REPO_URL with your real GitHub URL) ------
381
+ REPO_URL = "https://github.com/your-username/ModularMind" # TODO: replace with the real repo
382
+ REPO_MD = f"""
383
+ ### 📦 Get the full Modular Mind project
384
+ This Space runs a **tiny, specialist-scale** version of the architecture. The full,
385
+ production-scale **Modular Mind** — transformer specialists (MLA / MoE / Hyper-Connections),
386
+ the `RecursiveLink` latent bridge, context-doubling and the residual latent highway — lives on GitHub:
387
+
388
+ ### 👉 [**Download / view the Modular Mind repo on GitHub**]({REPO_URL})
389
+ *(placeholder link — swap `{REPO_URL}` for your actual repository)*
390
+ """
391
 
392
  TECH_MD = r"""
393
  ## 🧠 How the model works (technical breakdown)