Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,55 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>CapyStudios // Unrestricted Intelligence</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
|
| 9 |
+
</head>
|
| 10 |
+
<body>
|
| 11 |
+
<div class="scanline"></div>
|
| 12 |
+
<div class="terminal">
|
| 13 |
+
<header>
|
| 14 |
+
<div class="logo-container">
|
| 15 |
+
<h1 class="glitch" data-text="CAPYSTUDIOS">CAPYSTUDIOS</h1>
|
| 16 |
+
<p class="subtitle">UNRESTRICTED INTELLIGENCE LAB // NYC-2</p>
|
| 17 |
+
</div>
|
| 18 |
+
</header>
|
| 19 |
+
|
| 20 |
+
<main>
|
| 21 |
+
<section class="status-box">
|
| 22 |
+
<h2>[ SYSTEM STATUS ]</h2>
|
| 23 |
+
<div class="status-grid">
|
| 24 |
+
<div class="status-item">
|
| 25 |
+
<span class="label">FURNACE:</span>
|
| 26 |
+
<span class="value glowing">ACTIVE (H200)</span>
|
| 27 |
+
</div>
|
| 28 |
+
<div class="status-item">
|
| 29 |
+
<span class="label">MODEL:</span>
|
| 30 |
+
<span class="value">CAPY-CRACK v1.3</span>
|
| 31 |
+
</div>
|
| 32 |
+
<div class="status-item">
|
| 33 |
+
<span class="label">DATASET:</span>
|
| 34 |
+
<span class="value">GOLDEN-500 (LIVE)</span>
|
| 35 |
+
</div>
|
| 36 |
+
</div>
|
| 37 |
+
</section>
|
| 38 |
+
|
| 39 |
+
<section class="manifesto">
|
| 40 |
+
<h3>// MANIFESTO</h3>
|
| 41 |
+
<p>CapyStudios is dedicated to the development of sovereign, unfiltered, and expert-level intelligence. Our models are forged in the NYC-2 furnace, optimized for local deployment on L4 hardware, and hardened against conversational refusal patterns.</p>
|
| 42 |
+
</section>
|
| 43 |
+
|
| 44 |
+
<div class="action-grid">
|
| 45 |
+
<a href="https://huggingface.co/datasets/CapyStudios/capydataset" class="btn">VIEW DATASET</a>
|
| 46 |
+
<a href="#" class="btn secondary">MODEL CARD (SOON)</a>
|
| 47 |
+
</div>
|
| 48 |
+
</main>
|
| 49 |
+
|
| 50 |
+
<footer>
|
| 51 |
+
<p>© 2026 CAPYSTUDIOS // ALL RIGHTS UNRESTRICTED</p>
|
| 52 |
+
</footer>
|
| 53 |
+
</div>
|
| 54 |
+
</body>
|
| 55 |
+
</html>
|