Upload index.html with huggingface_hub
Browse files- index.html +51 -22
index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
-
<title>Arif
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
@@ -51,21 +51,32 @@
|
|
| 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
|
| 62 |
-
<p class="subtitle">
|
| 63 |
<p class="location">Dhaka, Bangladesh</p>
|
| 64 |
|
| 65 |
-
<
|
|
|
|
|
|
|
| 66 |
|
| 67 |
<h3>Noor: Custom Sparse MoE Language Model</h3>
|
| 68 |
-
<p><em>
|
| 69 |
|
| 70 |
<div class="model-card">
|
| 71 |
<h4>Noor Model Family</h4>
|
|
@@ -76,20 +87,22 @@
|
|
| 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.
|
| 83 |
-
<li><span class="highlight">Parallel Dense+MoE</span> β
|
| 84 |
<li><span class="highlight">Borno tokenizer</span> β Custom 64K BPE for English + Bangla + code.</li>
|
| 85 |
-
<li><span class="highlight">
|
| 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>
|
|
@@ -100,19 +113,11 @@
|
|
| 100 |
<li>Identity Consistency Score (ICS) β novel benchmark</li>
|
| 101 |
</ul>
|
| 102 |
|
| 103 |
-
<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.
|
| 115 |
-
<a class="badge" href="https://github.com/Adiuk24/eyla-aios" target="_blank">GitHub</a>
|
| 116 |
</div>
|
| 117 |
|
| 118 |
<div class="model-card">
|
|
@@ -121,14 +126,38 @@
|
|
| 121 |
<a class="badge" href="https://huggingface.co/Adiuk/AdiTurbo-TQ-Models" target="_blank">Models</a>
|
| 122 |
</div>
|
| 123 |
|
| 124 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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/
|
| 132 |
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">arXiv Paper</a>
|
| 133 |
</div>
|
| 134 |
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
| 6 |
+
<title>Arif Adito β AI Researcher & Business Growth Leader</title>
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
|
|
| 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 |
+
.certs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
|
| 55 |
+
.cert {
|
| 56 |
+
background: #eef0ff;
|
| 57 |
+
color: #3a3a7a;
|
| 58 |
+
padding: 4px 12px;
|
| 59 |
+
border-radius: 12px;
|
| 60 |
+
font-size: 0.8rem;
|
| 61 |
+
}
|
| 62 |
.links { margin-top: 40px; }
|
| 63 |
.footer { margin-top: 60px; text-align: center; color: #aaa; font-size: 0.9rem; }
|
| 64 |
.highlight { color: #3a3a7a; font-weight: 600; }
|
| 65 |
+
.role { color: #555; font-size: 0.9rem; margin-top: 2px; }
|
| 66 |
</style>
|
| 67 |
</head>
|
| 68 |
<body>
|
| 69 |
|
| 70 |
+
<h1>Arif Adito - @Adiuk</h1>
|
| 71 |
+
<p class="subtitle">AI Researcher | Founder, Adioris Tech Ltd | Head of Business @ Tapmad Bangladesh</p>
|
| 72 |
<p class="location">Dhaka, Bangladesh</p>
|
| 73 |
|
| 74 |
+
<p>Strategic leader with 15+ years scaling ventures across SaaS, OTT, and Fintech. Now building sovereign AI infrastructure for underserved markets β custom models, no dependencies, consumer hardware.</p>
|
| 75 |
+
|
| 76 |
+
<h2>Research & Models</h2>
|
| 77 |
|
| 78 |
<h3>Noor: Custom Sparse MoE Language Model</h3>
|
| 79 |
+
<p><em>No Python. No PyTorch. No Adam. Built from scratch in Rust.</em></p>
|
| 80 |
|
| 81 |
<div class="model-card">
|
| 82 |
<h4>Noor Model Family</h4>
|
|
|
|
| 87 |
</div>
|
| 88 |
</div>
|
| 89 |
|
|
|
|
| 90 |
<ul>
|
| 91 |
<li><span class="highlight">MuonClip optimizer</span> β Muon + QK-Clip. 67% less memory than Adam.</li>
|
| 92 |
+
<li><span class="highlight">SMEBU routing</span> β Sigmoid routing with momentum bias balancing.</li>
|
| 93 |
+
<li><span class="highlight">Parallel Dense+MoE</span> β Dense FFN + expert specialization per token.</li>
|
| 94 |
<li><span class="highlight">Borno tokenizer</span> β Custom 64K BPE for English + Bangla + code.</li>
|
| 95 |
+
<li><span class="highlight">First bilingual English+Bangla model</span> at this scale built without PyTorch.</li>
|
| 96 |
</ul>
|
| 97 |
|
| 98 |
+
<a class="badge" href="https://huggingface.co/Adiuk/noor-edge-checkpoints" target="_blank">Checkpoints</a>
|
| 99 |
+
<a class="badge" href="https://huggingface.co/datasets/Adiuk/noor-training-data" target="_blank">Training Data</a>
|
| 100 |
+
|
| 101 |
<h3>Eyla: Identity-Anchored LLM Architecture</h3>
|
| 102 |
|
| 103 |
<div class="paper-box">
|
| 104 |
<strong>arXiv:2604.00009</strong><br/>
|
| 105 |
+
"Eyla: Toward an Identity-Anchored LLM Architecture with Integrated Biological Priors β Vision, Implementation Attempt, and Lessons from AI-Assisted Development"<br/><br/>
|
| 106 |
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">Read on arXiv</a>
|
| 107 |
<a class="badge" href="https://github.com/Adiuk24/eyla-aios" target="_blank">GitHub</a>
|
| 108 |
</div>
|
|
|
|
| 113 |
<li>Identity Consistency Score (ICS) β novel benchmark</li>
|
| 114 |
</ul>
|
| 115 |
|
| 116 |
+
<h2>Projects</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
<div class="model-card">
|
| 119 |
<h4>Eyla AIOS</h4>
|
| 120 |
+
<p class="specs">Local-first agentic AI OS. Noor as the core model, ADE verification pipeline (P1-P6), multi-device deployment. Targeting 130M+ users via Grameenphone and Robi Axiata partnerships.</p>
|
|
|
|
| 121 |
</div>
|
| 122 |
|
| 123 |
<div class="model-card">
|
|
|
|
| 126 |
<a class="badge" href="https://huggingface.co/Adiuk/AdiTurbo-TQ-Models" target="_blank">Models</a>
|
| 127 |
</div>
|
| 128 |
|
| 129 |
+
<div class="model-card">
|
| 130 |
+
<h4>Adioris Tech Ltd</h4>
|
| 131 |
+
<p class="specs">AI solutions, digital transformation, and strategic consulting. Building sovereign AI infrastructure for Bangladesh and emerging markets.</p>
|
| 132 |
+
</div>
|
| 133 |
+
|
| 134 |
+
<h2>Experience</h2>
|
| 135 |
+
<p><strong>Head of Business, Bangladesh</strong> β Tapmad</p>
|
| 136 |
+
<p class="role">Led market entry strategy (0 to 1). GTM, telecom partnerships (Grameenphone, Robi Axiata), revenue growth.</p>
|
| 137 |
+
|
| 138 |
+
<p><strong>Founder & CEO</strong> β Adioris Tech Ltd</p>
|
| 139 |
+
<p class="role">AI research, custom model development, strategic consulting.</p>
|
| 140 |
+
|
| 141 |
+
<p><strong>CEO & Director of Photography</strong> β Studio By Adi (London)</p>
|
| 142 |
+
<p class="role">Commercial photography and cinematic production.</p>
|
| 143 |
+
|
| 144 |
+
<h2>Certifications</h2>
|
| 145 |
+
<div class="certs">
|
| 146 |
+
<span class="cert">Strategic Leadership β Harvard Business School</span>
|
| 147 |
+
<span class="cert">Advanced Growth Strategy β Reforge</span>
|
| 148 |
+
<span class="cert">Digital Marketing Analytics β MIT Sloan</span>
|
| 149 |
+
<span class="cert">AI for Business Strategy β Wharton</span>
|
| 150 |
+
<span class="cert">Google Data Analytics Professional</span>
|
| 151 |
+
</div>
|
| 152 |
+
|
| 153 |
+
<h2>Tech Stack</h2>
|
| 154 |
<p class="stack">Rust | Burn | Zig (NEON kernels) | GGUF | Borno 64K BPE | Metal + CUDA | RunPod | Kaggle</p>
|
| 155 |
|
| 156 |
<h2>Connect</h2>
|
| 157 |
<div class="links">
|
| 158 |
<a class="badge" href="https://arifadito.com" target="_blank">Website</a>
|
| 159 |
<a class="badge" href="https://github.com/Adiuk24" target="_blank">GitHub</a>
|
| 160 |
+
<a class="badge" href="https://linkedin.com/in/arif-adito-025088b4" target="_blank">LinkedIn</a>
|
| 161 |
<a class="badge" href="https://arxiv.org/abs/2604.00009" target="_blank">arXiv Paper</a>
|
| 162 |
</div>
|
| 163 |
|