Upload config.json with huggingface_hub
Browse files- config.json +19 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch": "fsi_echo",
|
| 3 |
+
"vocab_size": 4096,
|
| 4 |
+
"d_model": 192,
|
| 5 |
+
"n_swarm_layers": 3,
|
| 6 |
+
"n_assembly_layers": 3,
|
| 7 |
+
"n_nanobots": 512,
|
| 8 |
+
"max_seq_len": 2048,
|
| 9 |
+
"total_params": 2621578,
|
| 10 |
+
"description": "FSI_ECHO - Morphing Code Swarm. Novel architecture with context-adaptive embeddings, nanobot swarm with dual-mode processing, assembly blocks, and self-verification.",
|
| 11 |
+
"features": [
|
| 12 |
+
"Morph Embedding: token embeddings transform based on context",
|
| 13 |
+
"Nanobot Swarm: 512 nanobots with scout/combat dual-mode routing",
|
| 14 |
+
"Assembly Blocks: coordinated multi-head attention with adaptive gating",
|
| 15 |
+
"Self-Verification: per-token confidence prediction",
|
| 16 |
+
"Closed-Loop Debug: iterative code generation and verification"
|
| 17 |
+
],
|
| 18 |
+
"novelty": "Inspiration from movie Transformers (morphing/reconfiguring) and nanobot swarm intelligence. Entirely original design — not a copy of any existing architecture."
|
| 19 |
+
}
|