Upload index.html with huggingface_hub
Browse files- index.html +70 -26
index.html
CHANGED
|
@@ -40,55 +40,99 @@
|
|
| 40 |
margin: 16px 0;
|
| 41 |
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
|
| 42 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
.stack { color: #555; font-size: 0.95rem; }
|
| 44 |
.links { margin-top: 40px; }
|
| 45 |
.footer { margin-top: 60px; text-align: center; color: #aaa; font-size: 0.9rem; }
|
|
|
|
| 46 |
</style>
|
| 47 |
</head>
|
| 48 |
<body>
|
| 49 |
|
| 50 |
-
<h1>
|
| 51 |
-
<p class="subtitle">Independent AI Researcher
|
| 52 |
-
<p class="location">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
-
<h2>π§ Research</h2>
|
| 55 |
<h3>Eyla: Identity-Anchored LLM Architecture</h3>
|
| 56 |
-
<p><em>What if your AI actually knew who it was β and couldn't be manipulated into forgetting?</em></p>
|
| 57 |
|
| 58 |
<div class="paper-box">
|
| 59 |
-
<strong>
|
| 60 |
-
"Eyla: Toward an Identity-Anchored LLM Architecture with Integrated Biological Priors
|
| 61 |
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">Read on arXiv</a>
|
| 62 |
-
<a class="badge" href="https://github.com/Adiuk24/eyla-aios" target="_blank">GitHub
|
| 63 |
</div>
|
| 64 |
|
| 65 |
-
<p>Core contributions:</p>
|
| 66 |
<ul>
|
| 67 |
-
<li>
|
| 68 |
-
<li>
|
| 69 |
-
<li>
|
| 70 |
-
<li>π Five failure modes of AI-assisted development</li>
|
| 71 |
</ul>
|
| 72 |
|
| 73 |
-
<h2>
|
| 74 |
-
|
| 75 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
-
<
|
| 78 |
-
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
-
<h2>
|
| 81 |
-
<p class="stack">
|
| 82 |
|
| 83 |
-
<h2>
|
| 84 |
<div class="links">
|
| 85 |
-
<a class="badge" href="https://arifadito.com" target="_blank">
|
| 86 |
-
<a class="badge" href="https://github.com/Adiuk24" target="_blank">
|
| 87 |
-
<a class="badge" href="https://linkedin.com/in/arifadito" target="_blank">
|
| 88 |
-
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">
|
| 89 |
</div>
|
| 90 |
|
| 91 |
-
<p class="footer">Built in Dhaka, Bangladesh
|
| 92 |
|
| 93 |
</body>
|
| 94 |
</html>
|
|
|
|
| 40 |
margin: 16px 0;
|
| 41 |
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
|
| 42 |
}
|
| 43 |
+
.model-card {
|
| 44 |
+
background: white;
|
| 45 |
+
border: 1px solid #e0e0f0;
|
| 46 |
+
padding: 16px 20px;
|
| 47 |
+
border-radius: 8px;
|
| 48 |
+
margin: 12px 0;
|
| 49 |
+
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
|
| 50 |
+
}
|
| 51 |
+
.model-card h4 { margin: 0 0 8px 0; color: #1a1a2e; }
|
| 52 |
+
.model-card .specs { color: #666; font-size: 0.9rem; }
|
| 53 |
.stack { color: #555; font-size: 0.95rem; }
|
| 54 |
.links { margin-top: 40px; }
|
| 55 |
.footer { margin-top: 60px; text-align: center; color: #aaa; font-size: 0.9rem; }
|
| 56 |
+
.highlight { color: #3a3a7a; font-weight: 600; }
|
| 57 |
</style>
|
| 58 |
</head>
|
| 59 |
<body>
|
| 60 |
|
| 61 |
+
<h1>Arif Ahmed Adito - @Adiuk</h1>
|
| 62 |
+
<p class="subtitle">Independent AI Researcher | Founder, Adioris Tech Ltd | Head of Business @ Tapmad</p>
|
| 63 |
+
<p class="location">Dhaka, Bangladesh</p>
|
| 64 |
+
|
| 65 |
+
<h2>Research</h2>
|
| 66 |
+
|
| 67 |
+
<h3>Noor: Custom Sparse MoE Language Model</h3>
|
| 68 |
+
<p><em>Nothing traditional. No Python. No PyTorch. No Adam. Built from scratch in Rust.</em></p>
|
| 69 |
+
|
| 70 |
+
<div class="model-card">
|
| 71 |
+
<h4>Noor Model Family</h4>
|
| 72 |
+
<div class="specs">
|
| 73 |
+
<strong>Noor-Edge</strong> (2.8B) β Phone, RPi, browser. PLE architecture, 64K Borno tokenizer.<br/>
|
| 74 |
+
<strong>Noor-Pro</strong> (12B, 3B active) β Laptop. Parallel Dense+MoE, Sigmoid+SMEBU routing, Sandwich RMSNorm.<br/>
|
| 75 |
+
<strong>Noor-Max</strong> (28B, 4B active) β Workstation. Full architecture with Block AttnRes.
|
| 76 |
+
</div>
|
| 77 |
+
</div>
|
| 78 |
+
|
| 79 |
+
<p>Key innovations:</p>
|
| 80 |
+
<ul>
|
| 81 |
+
<li><span class="highlight">MuonClip optimizer</span> β Muon + QK-Clip. 67% less memory than Adam.</li>
|
| 82 |
+
<li><span class="highlight">SMEBU routing</span> β Sigmoid routing with momentum bias balancing. No auxiliary losses.</li>
|
| 83 |
+
<li><span class="highlight">Parallel Dense+MoE</span> β Every token gets both dense FFN and expert specialization.</li>
|
| 84 |
+
<li><span class="highlight">Borno tokenizer</span> β Custom 64K BPE for English + Bangla + code.</li>
|
| 85 |
+
<li><span class="highlight">Zero Python stack</span> β Rust + Burn framework. GGUF checkpoints = deployment.</li>
|
| 86 |
+
</ul>
|
| 87 |
|
|
|
|
| 88 |
<h3>Eyla: Identity-Anchored LLM Architecture</h3>
|
|
|
|
| 89 |
|
| 90 |
<div class="paper-box">
|
| 91 |
+
<strong>arXiv:2604.00009</strong><br/>
|
| 92 |
+
"Eyla: Toward an Identity-Anchored LLM Architecture with Integrated Biological Priors"<br/><br/>
|
| 93 |
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">Read on arXiv</a>
|
| 94 |
+
<a class="badge" href="https://github.com/Adiuk24/eyla-aios" target="_blank">GitHub</a>
|
| 95 |
</div>
|
| 96 |
|
|
|
|
| 97 |
<ul>
|
| 98 |
+
<li>Identity-anchored fine-tuning (Soul Pass)</li>
|
| 99 |
+
<li>HiPPO-initialized SSMs for biologically-inspired memory</li>
|
| 100 |
+
<li>Identity Consistency Score (ICS) β novel benchmark</li>
|
|
|
|
| 101 |
</ul>
|
| 102 |
|
| 103 |
+
<h2>Active Projects</h2>
|
| 104 |
+
|
| 105 |
+
<div class="model-card">
|
| 106 |
+
<h4>Noor LLM</h4>
|
| 107 |
+
<p class="specs">Custom sparse MoE language model. Rust + Burn. Training on consumer hardware (Kaggle T4 + RunPod). First bilingual English+Bangla model at this scale built without PyTorch.</p>
|
| 108 |
+
<a class="badge" href="https://huggingface.co/Adiuk/noor-edge-checkpoints" target="_blank">Checkpoints</a>
|
| 109 |
+
<a class="badge" href="https://huggingface.co/datasets/Adiuk/noor-training-data" target="_blank">Training Data</a>
|
| 110 |
+
</div>
|
| 111 |
+
|
| 112 |
+
<div class="model-card">
|
| 113 |
+
<h4>Eyla AIOS</h4>
|
| 114 |
+
<p class="specs">Local-first agentic AI OS. Noor as the core model, ADE verification pipeline (P1-P6), multi-device deployment. For Bangladeshi students and underserved markets.</p>
|
| 115 |
+
<a class="badge" href="https://github.com/Adiuk24/eyla-aios" target="_blank">GitHub</a>
|
| 116 |
+
</div>
|
| 117 |
|
| 118 |
+
<div class="model-card">
|
| 119 |
+
<h4>AdiTurbo</h4>
|
| 120 |
+
<p class="specs">Ternary quantization (TQ3) for edge deployment. ARM NEON kernels. 4.5x compression with minimal quality loss.</p>
|
| 121 |
+
<a class="badge" href="https://huggingface.co/Adiuk/AdiTurbo-TQ-Models" target="_blank">Models</a>
|
| 122 |
+
</div>
|
| 123 |
|
| 124 |
+
<h2>Stack</h2>
|
| 125 |
+
<p class="stack">Rust | Burn | Zig (NEON kernels) | GGUF | Borno 64K BPE | Metal + CUDA | RunPod | Kaggle</p>
|
| 126 |
|
| 127 |
+
<h2>Connect</h2>
|
| 128 |
<div class="links">
|
| 129 |
+
<a class="badge" href="https://arifadito.com" target="_blank">Website</a>
|
| 130 |
+
<a class="badge" href="https://github.com/Adiuk24" target="_blank">GitHub</a>
|
| 131 |
+
<a class="badge" href="https://linkedin.com/in/arifadito" target="_blank">LinkedIn</a>
|
| 132 |
+
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">arXiv Paper</a>
|
| 133 |
</div>
|
| 134 |
|
| 135 |
+
<p class="footer">Built in Dhaka, Bangladesh β for the world.</p>
|
| 136 |
|
| 137 |
</body>
|
| 138 |
</html>
|