Spaces:
Running
Running
Update about.html
Browse files- about.html +18 -9
about.html
CHANGED
|
@@ -263,7 +263,7 @@
|
|
| 263 |
<!-- Projects -->
|
| 264 |
<div class="project-grid">
|
| 265 |
|
| 266 |
-
<!-- CRSM Card (
|
| 267 |
<div class="project-card card-crsm">
|
| 268 |
<div>
|
| 269 |
<div style="display:flex; justify-content:space-between; align-items:flex-start;">
|
|
@@ -271,20 +271,29 @@
|
|
| 271 |
<img src="static/assets/CRSM_logo.png" width="24" height="24">
|
| 272 |
CRSM
|
| 273 |
</h3>
|
| 274 |
-
<span class="status-badge status-
|
| 275 |
</div>
|
| 276 |
<p class="card-desc">
|
| 277 |
-
<strong>
|
| 278 |
-
|
| 279 |
<br><br>
|
| 280 |
-
<em>Optimized for:
|
| 281 |
</p>
|
| 282 |
</div>
|
| 283 |
|
| 284 |
-
<!--
|
| 285 |
-
<div class="
|
| 286 |
-
<
|
| 287 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 288 |
</div>
|
| 289 |
</div>
|
| 290 |
|
|
|
|
| 263 |
<!-- Projects -->
|
| 264 |
<div class="project-grid">
|
| 265 |
|
| 266 |
+
<!-- CRSM Card (Public) -->
|
| 267 |
<div class="project-card card-crsm">
|
| 268 |
<div>
|
| 269 |
<div style="display:flex; justify-content:space-between; align-items:flex-start;">
|
|
|
|
| 271 |
<img src="static/assets/CRSM_logo.png" width="24" height="24">
|
| 272 |
CRSM
|
| 273 |
</h3>
|
| 274 |
+
<span class="status-badge status-public">Open Source</span>
|
| 275 |
</div>
|
| 276 |
<p class="card-desc">
|
| 277 |
+
<strong>Continuous Reasoning State Model.</strong><br>
|
| 278 |
+
An experimental architecture decoupling generation from deep planning. It combines a Mamba backbone with an asynchronous MCTS planner.
|
| 279 |
<br><br>
|
| 280 |
+
<em>Optimized for: Complex Reasoning, Autonomous Agents, Low-Latency Planning.</em>
|
| 281 |
</p>
|
| 282 |
</div>
|
| 283 |
|
| 284 |
+
<!-- Public Repo Embed -->
|
| 285 |
+
<div class="repo-embed">
|
| 286 |
+
<a href="https://github.com/Pomilon-Intelligence-Lab/CRSM" target="_blank" style="text-decoration:none; color:inherit;">
|
| 287 |
+
<div class="repo-header">
|
| 288 |
+
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="color: #00f0ff;"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>
|
| 289 |
+
Pomilon-Intelligence-Lab/CRSM
|
| 290 |
+
</div>
|
| 291 |
+
<div class="repo-stats">
|
| 292 |
+
<span>⭐ ?? Stars</span> <!-- Placeholder for stars -->
|
| 293 |
+
<span>⚡ Experimental</span>
|
| 294 |
+
<span>MIT License</span>
|
| 295 |
+
</div>
|
| 296 |
+
</a>
|
| 297 |
</div>
|
| 298 |
</div>
|
| 299 |
|