Datasets:
Update README.md
Browse filesTrying to make README.md more presentable
README.md
CHANGED
|
@@ -11,7 +11,7 @@ The breakthrough came entirely by accident. I was running heavy mods—DLSS 4.0
|
|
| 11 |
When I pitched this idea, most people didn't believe the spike data conversion would work. But after refining the early thermal equations using that Resident Evil 4 telemetry, the Spikenaut architecture was born. The true origin of this project is deeply personal—it stems from my switch from Computer Science to Electrical Engineering, the struggle to learn on my own terms, and the drive to build an architecture that adapts dynamically. Now, I am dropping these new SNN quantization models and datasets on Hugging Face to prove the math works and to keep the research completely open and transparent.
|
| 12 |
|
| 13 |
## 2. The Science: Semantic Attractor Clustering
|
| 14 |
-
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the **Spikenaut** SNN architecture. The objective is to map the physical routing of LLM embeddings (specifically from the OLMoE-0125 Mixture of Experts model) as they are processed by biologically-inspired neuronal fatigue mechanics.
|
| 15 |
|
| 16 |
The primary discovery documented here is **Semantic Attractor Clustering**. By applying L2 Normalization to F16-to-F32 casted embeddings, the SNN bounds the semantic pressure to a unit sphere. This prevents "Winner-Take-All" routing collapse and forces the network to organically balance the load. The resulting telemetry proves that the SNN physically routes different semantic concepts (e.g., abstract philosophy vs. rigid code syntax) into distinct, repeatable biological pathways.
|
| 17 |
|
|
|
|
| 11 |
When I pitched this idea, most people didn't believe the spike data conversion would work. But after refining the early thermal equations using that Resident Evil 4 telemetry, the Spikenaut architecture was born. The true origin of this project is deeply personal—it stems from my switch from Computer Science to Electrical Engineering, the struggle to learn on my own terms, and the drive to build an architecture that adapts dynamically. Now, I am dropping these new SNN quantization models and datasets on Hugging Face to prove the math works and to keep the research completely open and transparent.
|
| 12 |
|
| 13 |
## 2. The Science: Semantic Attractor Clustering
|
| 14 |
+
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the **Spikenaut** SNN architecture. The objective is to map the physical routing of LLM embeddings (specifically from the allenai/OLMoE-1B-7B-0125-Instruct-GGUF Mixture of Experts model) as they are processed by biologically-inspired neuronal fatigue mechanics.
|
| 15 |
|
| 16 |
The primary discovery documented here is **Semantic Attractor Clustering**. By applying L2 Normalization to F16-to-F32 casted embeddings, the SNN bounds the semantic pressure to a unit sphere. This prevents "Winner-Take-All" routing collapse and forces the network to organically balance the load. The resulting telemetry proves that the SNN physically routes different semantic concepts (e.g., abstract philosophy vs. rigid code syntax) into distinct, repeatable biological pathways.
|
| 17 |
|