Datasets:
Clarify README: Metis is MoE model/dataset, Spikenaut is pure SNN
Browse files
README.md
CHANGED
|
@@ -27,17 +27,21 @@ task_categories:
|
|
| 27 |
|
| 28 |
# Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing
|
| 29 |
|
| 30 |
-
## 1. The
|
| 31 |
|
| 32 |
-
Before this was a formal dataset, it was an attempt to solve a bare-metal problem. I had been experimenting with mining telemetry, HFT bots, and sync node data to train a spiking neural network (SNN), but the data kept returning dead zeros in value after being used for training.
|
| 33 |
|
| 34 |
The breakthrough came entirely by accident. I was running heavy mods—DLSS 4.0 and path tracing—on Cyberpunk 2077 and the Resident Evil 4 Remake. My workstation PC was screaming, pushing harder and louder than it ever did during crypto mining. That sparked the realization: *What if I used raw gaming telemetry data for neuromorphic spike data conversion?* What if I could use this intense hardware stress to create an artificial heartbeat for AI?
|
| 35 |
|
| 36 |
-
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,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
## 2. The Science: Semantic Attractor Clustering
|
| 39 |
|
| 40 |
-
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the **
|
| 41 |
|
| 42 |
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.
|
| 43 |
|
|
|
|
| 27 |
|
| 28 |
# Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing
|
| 29 |
|
| 30 |
+
## 1. The Origins of Metis
|
| 31 |
|
| 32 |
+
Before this was a formal dataset, it was an attempt to solve a bare-metal problem. I had been experimenting with mining telemetry, HFT bots, and sync node data to train a spiking neural network (SNN), but the data kept returning dead zeros in value after being used for training.
|
| 33 |
|
| 34 |
The breakthrough came entirely by accident. I was running heavy mods—DLSS 4.0 and path tracing—on Cyberpunk 2077 and the Resident Evil 4 Remake. My workstation PC was screaming, pushing harder and louder than it ever did during crypto mining. That sparked the realization: *What if I used raw gaming telemetry data for neuromorphic spike data conversion?* What if I could use this intense hardware stress to create an artificial heartbeat for AI?
|
| 35 |
|
| 36 |
+
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, **Metis** was born—a MoE-based model and dataset architecture for exploring SNN quantization. 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.
|
| 37 |
+
|
| 38 |
+
### Relationship to Spikenaut
|
| 39 |
+
|
| 40 |
+
**Spikenaut** is my pure SNN model, built from scratch as a native spiking neural network. **Metis** (this repository) serves as the architect and teacher—exploring SNN quantization techniques through the OLMoE Mixture-of-Experts model. The discoveries, equations, and architecture frameworks developed here feed directly into Spikenaut's training and evolution. Metis proves the math; Spikenaut implements it natively.
|
| 41 |
|
| 42 |
## 2. The Science: Semantic Attractor Clustering
|
| 43 |
|
| 44 |
+
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the **Metis** architecture—a MoE model quantized for SNN research. 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. These insights directly inform the training of **Spikenaut**, my pure native SNN.
|
| 45 |
|
| 46 |
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.
|
| 47 |
|