Update README.md
Browse files
README.md
CHANGED
|
@@ -29,6 +29,33 @@ pipeline_tag: text-generation
|
|
| 29 |
<img src="https://huggingface.co/Vaultkeeper/ouroboros-next/resolve/main/vaultai-logo.png" alt="VAULTAI" width="300" style="max-height: 300px;" />
|
| 30 |
</div>
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
<br>
|
| 33 |
|
| 34 |
### ✅ **Execution, Absolute.**
|
|
|
|
| 29 |
<img src="https://huggingface.co/Vaultkeeper/ouroboros-next/resolve/main/vaultai-logo.png" alt="VAULTAI" width="300" style="max-height: 300px;" />
|
| 30 |
</div>
|
| 31 |
|
| 32 |
+
<div align="center" style="margin: 2em 0; padding: 20px; border: 1px solid #333; border-radius: 12px; background: linear-gradient(145deg, #0d0d0d, #1a1a1a); box-shadow: 0 4px 20px rgba(0,0,0,0.5);">
|
| 33 |
+
<h2 style="margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #ffffff; letter-spacing: 2px; font-size: 1.5em; text-transform: uppercase;">
|
| 34 |
+
Model Status: <span style="color: #ffcc00; animation: pulse 2s infinite;">COOKING...</span>
|
| 35 |
+
</h2>
|
| 36 |
+
|
| 37 |
+
<div style="width: 80%; background-color: #262626; border-radius: 20px; margin: 20px 0; height: 12px; overflow: hidden; border: 1px solid #404040;">
|
| 38 |
+
<div style="width: 65%; height: 100%; background: linear-gradient(90deg, #ffcc00, #ff9900); border-radius: 20px; animation: progress 3s ease-in-out infinite;"></div>
|
| 39 |
+
</div>
|
| 40 |
+
|
| 41 |
+
<p style="margin: 0; font-size: 1em; color: #888; font-weight: 500;">
|
| 42 |
+
VAULT-AI INFRASTRUCTURE | SOVEREIGN-CODE & CORPUS-CALLOSUM
|
| 43 |
+
</p>
|
| 44 |
+
|
| 45 |
+
<style>
|
| 46 |
+
@keyframes pulse {
|
| 47 |
+
0% { opacity: 1; }
|
| 48 |
+
50% { opacity: 0.4; }
|
| 49 |
+
100% { opacity: 1; }
|
| 50 |
+
}
|
| 51 |
+
@keyframes progress {
|
| 52 |
+
0% { width: 0%; }
|
| 53 |
+
50% { width: 70%; }
|
| 54 |
+
100% { width: 100%; }
|
| 55 |
+
}
|
| 56 |
+
</style>
|
| 57 |
+
</div>
|
| 58 |
+
|
| 59 |
<br>
|
| 60 |
|
| 61 |
### ✅ **Execution, Absolute.**
|