Datasets:
Overhaul HF dataset card and update license
Browse files- README.md +207 -49
- model_metadata_manifest.json +4 -4
README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: gpl-3.0
|
| 3 |
-
pretty_name: "Metis-OLMoE Latent Telemetry: Spikenaut SNN Routing"
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- snn
|
| 9 |
- spiking-neural-network
|
|
@@ -18,30 +19,94 @@ tags:
|
|
| 18 |
- rust
|
| 19 |
- gguf
|
| 20 |
- saaq
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
task_categories:
|
| 24 |
- text-generation
|
| 25 |
- feature-extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
# Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing
|
| 29 |
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 SNN
|
| 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 |
-
##
|
| 43 |
|
| 44 |
-
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the routing encoder. 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.
|
| 45 |
|
| 46 |
### The Discovery: Physical Neighborhood Mapping
|
| 47 |
|
|
@@ -49,61 +114,154 @@ The primary breakthrough documented in this dataset is the organic, physical sep
|
|
| 49 |
|
| 50 |
Telemetry visualizations prove that the Spike-based routing physically routes different cognitive tasks into isolated biological neighborhoods:
|
| 51 |
|
| 52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
When fed abstract English logic, the network distributes energy across multiple nodes, establishing a dominant attractor basin at the **2000-index walker route**, with secondary echoes in Walkers 700 and 1450.
|
| 54 |
-

|
| 55 |
|
| 56 |
-
#### Structured Logic Routing (The 600-800 Band)
|
| 57 |
When fed rigid mathematical statements or raw Rust syntax, the network completely abandons the 2000-route. The tokens experience mathematical pushback in abstract centers and organically collapse into the exact same **600-800 frequency band**. This demonstrates that the network physically maps highly structured logic tasks to adjacent biological neighborhoods to conserve energy.
|
| 58 |
-

|
| 59 |
-

|
| 60 |
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
| 62 |
The dataset documents the chronological progression from synthetic baselines to actual semantic routing:
|
| 63 |
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
* **Phase 4: Semantic Clustering (Code & Math Logic)**
|
| 74 |
-
* **Input A:** `fn main() { println!("Hello, World!"); }` (Rust Syntax)
|
| 75 |
-
* **Input B:** `"The derivative of a constant is mathematically zero."` (Math Logic)
|
| 76 |
-
* **Result:** The SNN abandoned the 2000-route completely. Both raw Rust syntax and mathematical logic organically fell into the exact same **600-800 frequency band**. This demonstrates that the network physically maps highly structured logic tasks to adjacent biological neighborhoods.
|
| 77 |
|
| 78 |
-
|
| 79 |
|
| 80 |
-
|
| 81 |
|
|
|
|
|
|
|
| 82 |
|
|
|
|
|
|
|
| 83 |
|
| 84 |
-
|
| 85 |
-
|
|
|
|
| 86 |
|
| 87 |
-
###
|
| 88 |
|
| 89 |
-
|
| 90 |
-
- **first-day/** — Early experimental runs (optional)
|
| 91 |
-
- **SAAQ 3.0/** — Future runs with new algorithm versions
|
| 92 |
-
- **experiments/** — Additional test configurations and variants
|
| 93 |
-
- **results/**
|
| 94 |
-
- **plots/** — Visualization of SNN routing paths and firing density
|
| 95 |
-
- **raw_telemetry/** — Original tick-by-tick log files
|
| 96 |
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
-
|
| 101 |
-
* **Purpose:** This specific dataset proved that intense gaming workloads create a highly dynamic, non-zero biological "heartbeat" compared to static crypto-mining telemetry. These exact thermal fluctuations were used to derive the baseline fatigue limits for the SNN's `tick_gpu_temporal` loop.
|
| 102 |
|
| 103 |
-
|
| 104 |
-
- [corinth-canal](https://github.com/Limen-Neural/corinth-canal) — SNN quantization pipeline
|
| 105 |
-
- [Surrogate_Viz.jl](https://github.com/Spikenaut/Surrogate_Viz.jl) — Symbolic regression and visualization
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
|
|
|
| 109 |
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license:
|
| 5 |
+
- apache-2.0
|
| 6 |
+
- mit
|
| 7 |
+
pretty_name: "Metis-OLMoE Latent Telemetry: Spikenaut SNN Routing"
|
| 8 |
tags:
|
| 9 |
- snn
|
| 10 |
- spiking-neural-network
|
|
|
|
| 19 |
- rust
|
| 20 |
- gguf
|
| 21 |
- saaq
|
| 22 |
+
- tabular
|
| 23 |
+
- timeseries
|
| 24 |
task_categories:
|
| 25 |
- text-generation
|
| 26 |
- feature-extraction
|
| 27 |
+
annotations_creators:
|
| 28 |
+
- machine-generated
|
| 29 |
+
language_creators:
|
| 30 |
+
- other
|
| 31 |
+
size_categories:
|
| 32 |
+
- n<1K
|
| 33 |
+
source_datasets:
|
| 34 |
+
- allenai/OLMoE-1B-7B-0125-Instruct-GGUF
|
| 35 |
+
multilinguality:
|
| 36 |
+
- monolingual
|
| 37 |
+
configs:
|
| 38 |
+
- config_name: default
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train
|
| 41 |
+
path: "origin_hardware_baselines/resident_evil_4/system_telemetry_v1_batch_*.parquet"
|
| 42 |
+
dataset_info:
|
| 43 |
+
features:
|
| 44 |
+
- name: timestamp_ms
|
| 45 |
+
dtype: int64
|
| 46 |
+
- name: power_usage_mw
|
| 47 |
+
dtype: uint32
|
| 48 |
+
- name: temperature_c
|
| 49 |
+
dtype: float32
|
| 50 |
+
- name: pcie_rx_kbps
|
| 51 |
+
dtype: uint32
|
| 52 |
+
- name: pcie_tx_kbps
|
| 53 |
+
dtype: uint32
|
| 54 |
+
- name: encoder_util_perc
|
| 55 |
+
dtype: float32
|
| 56 |
+
- name: decoder_util_perc
|
| 57 |
+
dtype: float32
|
| 58 |
+
- name: mangohud_active
|
| 59 |
+
dtype: bool
|
| 60 |
+
- name: cpu_tctl_c
|
| 61 |
+
dtype: float32
|
| 62 |
+
- name: cpu_ccd1_c
|
| 63 |
+
dtype: float32
|
| 64 |
+
- name: cpu_ccd2_c
|
| 65 |
+
dtype: float32
|
| 66 |
+
- name: throttle_reasons_bitmask
|
| 67 |
+
dtype: int64
|
| 68 |
---
|
| 69 |
|
| 70 |
+
[](https://opensource.org/licenses)
|
| 71 |
+
[](https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry)
|
| 72 |
+
|
| 73 |
# Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing
|
| 74 |
|
| 75 |
+
> Bare-metal hardware telemetry and SNN latent space routing data for neuromorphic quantization research. This dataset documents the discovery of **Semantic Attractor Clustering** — that a Spiking Neural Network physically routes different semantic concepts (abstract language vs code syntax vs math logic) into distinct, repeatable biological pathways when L2 Normalization is applied to LLM embeddings.
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
## Dataset Details
|
| 80 |
+
|
| 81 |
+
- **Curated by:** Raul Montoya Cardenas
|
| 82 |
+
- **Language(s):** English, Code
|
| 83 |
+
- **License:** Apache 2.0 / MIT (dual-licensed)
|
| 84 |
+
- **Repository:** [huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry](https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry)
|
| 85 |
+
- **Base Model:** [allenai/OLMoE-1B-7B-0125-Instruct-GGUF](https://huggingface.co/allenai/OLMoE-1B-7B-0125-Instruct-GGUF)
|
| 86 |
+
- **Implementation:** [corinth-canal](https://github.com/Limen-Neural/corinth-canal) (SNN quantization pipeline)
|
| 87 |
+
- **Analysis:** [Surrogate_Viz.jl](https://github.com/Spikenaut/Surrogate_Viz.jl) (symbolic regression)
|
| 88 |
+
|
| 89 |
+
---
|
| 90 |
+
|
| 91 |
+
## Dataset Description
|
| 92 |
+
|
| 93 |
+
### Origins of Metis
|
| 94 |
|
| 95 |
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.
|
| 96 |
|
| 97 |
+
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?
|
| 98 |
|
| 99 |
+
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 SNN quantization model and dataset architecture for exploring SNN quantization.
|
| 100 |
|
| 101 |
### Relationship to Spikenaut
|
| 102 |
|
| 103 |
+
**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.
|
| 104 |
+
|
| 105 |
+
---
|
| 106 |
|
| 107 |
+
## The Science: Semantic Attractor Clustering
|
| 108 |
|
| 109 |
+
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the routing encoder. 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.
|
| 110 |
|
| 111 |
### The Discovery: Physical Neighborhood Mapping
|
| 112 |
|
|
|
|
| 114 |
|
| 115 |
Telemetry visualizations prove that the Spike-based routing physically routes different cognitive tasks into isolated biological neighborhoods:
|
| 116 |
|
| 117 |
+
| Abstract Language Routing (2000-Route) | Structured Logic Routing (600-800 Band) |
|
| 118 |
+
|:---:|:---:|
|
| 119 |
+
|  |  |
|
| 120 |
+
| Abstract English logic establishes a dominant attractor basin at the **2000-index walker route** | Rust syntax and math logic collapse into the same **600-800 frequency band** |
|
| 121 |
+
|
| 122 |
When fed abstract English logic, the network distributes energy across multiple nodes, establishing a dominant attractor basin at the **2000-index walker route**, with secondary echoes in Walkers 700 and 1450.
|
|
|
|
| 123 |
|
|
|
|
| 124 |
When fed rigid mathematical statements or raw Rust syntax, the network completely abandons the 2000-route. The tokens experience mathematical pushback in abstract centers and organically collapse into the exact same **600-800 frequency band**. This demonstrates that the network physically maps highly structured logic tasks to adjacent biological neighborhoods to conserve energy.
|
|
|
|
|
|
|
| 125 |
|
| 126 |
+
---
|
| 127 |
+
|
| 128 |
+
## Experiment Progression
|
| 129 |
+
|
| 130 |
The dataset documents the chronological progression from synthetic baselines to actual semantic routing:
|
| 131 |
|
| 132 |
+
| Phase | Name | Input | Key Result |
|
| 133 |
+
|:---:|------|-------|------------|
|
| 134 |
+
| 1 | Synthetic Baseline | Synthetic sine wave | Verified GPU temporal loop (10,000 ticks) and basic biological fatigue |
|
| 135 |
+
| 2 | F16 Magnitude Collapse | Real LLM embeddings (OLMoE) | Unscaled F16-to-F32 extraction caused routing collapse (single walker overwhelmed) |
|
| 136 |
+
| 3 | Attractor Discovery | "Let's teach this MoE model..." | L2 Normalization shattered the collapse; energy settled into Walker 2000 |
|
| 137 |
+
| 4 | Rust Syntax | `fn main() { println!(); }` | Code syntax routed to completely different biological neighborhood (600-800 band) |
|
| 138 |
+
| 5 | Math Logic Clustering | "The derivative of a constant is mathematically zero." | Math logic routed to the same 600-800 band as Rust syntax — confirming Semantic Attractor Clustering |
|
| 139 |
+
|
| 140 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
|
| 142 |
+
## Usage
|
| 143 |
|
| 144 |
+
### Quick Start (Python)
|
| 145 |
|
| 146 |
+
```python
|
| 147 |
+
from datasets import load_dataset
|
| 148 |
|
| 149 |
+
# Load the hardware telemetry dataset
|
| 150 |
+
dataset = load_dataset("rmems/Metis-OLMoE-Latent-Telemetry", split="train")
|
| 151 |
|
| 152 |
+
print(dataset.features)
|
| 153 |
+
print(dataset[0])
|
| 154 |
+
```
|
| 155 |
|
| 156 |
+
### Data Schema (Hardware Telemetry — Parquet)
|
| 157 |
|
| 158 |
+
The primary data is provided as Parquet files captured at 5ms intervals using NVML:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
|
| 160 |
+
| Feature | Type | Description |
|
| 161 |
+
|:---|:---|:---|
|
| 162 |
+
| `timestamp_ms` | `int64` | UNIX timestamp in milliseconds (5ms interval) |
|
| 163 |
+
| `power_usage_mw` | `uint32` | Total GPU power usage in milliwatts |
|
| 164 |
+
| `temperature_c` | `float32` | GPU core temperature in Celsius |
|
| 165 |
+
| `pcie_rx_kbps` | `uint32` | Incoming PCIe throughput in KB/s (excitatory signal) |
|
| 166 |
+
| `pcie_tx_kbps` | `uint32` | Outgoing PCIe throughput in KB/s |
|
| 167 |
+
| `encoder_util_perc` | `float32` | NVIDIA Encoder (NVENC) utilization % |
|
| 168 |
+
| `decoder_util_perc` | `float32` | NVIDIA Decoder (NVDEC) utilization % |
|
| 169 |
+
| `mangohud_active` | `bool` | Whether MangoHud overlay was active |
|
| 170 |
+
| `cpu_tctl_c` | `float32` | CPU package temperature (Tctl) |
|
| 171 |
+
| `cpu_ccd1_c` | `float32` | CPU Core Complex Die 1 temperature |
|
| 172 |
+
| `cpu_ccd2_c` | `float32` | CPU Core Complex Die 2 temperature |
|
| 173 |
+
| `throttle_reasons_bitmask` | `int64` | Hardware throttling events bitmask (inhibitory signal) |
|
| 174 |
|
| 175 |
+
### Neuromorphic Mapping
|
|
|
|
| 176 |
|
| 177 |
+
This data behaves as "sensorimotor" stimulus for neural networks:
|
|
|
|
|
|
|
| 178 |
|
| 179 |
+
- **Excitatory Inputs:** High surges in `pcie_rx_kbps` indicate asset floods (e.g., BVH structure updates for path tracing), mimicking sensory signals
|
| 180 |
+
- **Action Potentials:** `encoder_util_perc`, `decoder_util_perc`, and `power_usage_mw` transients represent internal activity and firing rates
|
| 181 |
+
- **Inhibitory Inputs:** Non-zero `throttle_reasons_bitmask` signals act as inhibitory governors, dynamically suppressing activity
|
| 182 |
+
- **State/Momentum:** Slow-moving temperatures (`cpu_tctl_c`, `temperature_c`) and memory capacity
|
| 183 |
+
|
| 184 |
+
---
|
| 185 |
|
| 186 |
+
## Dataset Structure
|
| 187 |
+
|
| 188 |
+
```
|
| 189 |
+
├── origin_hardware_baselines/
|
| 190 |
+
│ └── resident_evil_4/
|
| 191 |
+
│ ├── system_telemetry_v1_batch_*.parquet (48 files)
|
| 192 |
+
│ ├── RE4_path_tracing_telemetry.csv
|
| 193 |
+
│ └── README.md
|
| 194 |
+
├── first-day-testing-real-weights/
|
| 195 |
+
│ ├── first-test-falied/ # Routing collapse visualization
|
| 196 |
+
│ ├── second-test/ # English logic routing (2000-route)
|
| 197 |
+
│ ├── third-test/ # Rust syntax routing (600-800 band)
|
| 198 |
+
│ └── fourth-test/ # Math logic routing (600-800 band)
|
| 199 |
+
├── experiments/ # Smoke test visualizations
|
| 200 |
+
├── SAAQ 1.0/ # Foundational SAAQ equation
|
| 201 |
+
├── New symbolic regression equation/ # SAAQ 1.5 delta-Q adaptation
|
| 202 |
+
├── Research notes/ # Informal research notes
|
| 203 |
+
├── routing/ # (placeholder — future routing CSVs)
|
| 204 |
+
├── results/
|
| 205 |
+
│ ├── plots/ # (placeholder — visualizations)
|
| 206 |
+
│ └── raw_telemetry/ # (placeholder — tick logs)
|
| 207 |
+
└── model_metadata_manifest.json # Structured project metadata
|
| 208 |
+
```
|
| 209 |
+
|
| 210 |
+
---
|
| 211 |
+
|
| 212 |
+
## Hardware Environment
|
| 213 |
+
|
| 214 |
+
| Component | Spec |
|
| 215 |
+
|-----------|------|
|
| 216 |
+
| Workstation | Ship of Theseus |
|
| 217 |
+
| GPU | ASUS ProArt GeForce RTX 5080 (16GB VRAM) |
|
| 218 |
+
| CPU | AMD Ryzen 9 9950X |
|
| 219 |
+
| OS | Fedora 43 |
|
| 220 |
+
| Implementation | Custom Rust/CUDA via corinth-canal |
|
| 221 |
+
|
| 222 |
+
---
|
| 223 |
+
|
| 224 |
+
## Bias, Risks, and Limitations
|
| 225 |
+
|
| 226 |
+
- This dataset is generated from a single hardware configuration (RTX 5080 + Ryzen 9 9950X). Routing patterns may differ on other GPU architectures.
|
| 227 |
+
- The telemetry captures are from gaming workloads (Resident Evil 4 Remake with path tracing). Other GPU stress patterns may produce different "heartbeat" signatures.
|
| 228 |
+
- The SNN routing visualizations represent a specific quantization approach (SAAQ) applied to a specific model (OLMoE). Results may not generalize to other SNN architectures or MoE models.
|
| 229 |
+
- The dataset is small (48 parquet batches) and is intended for research and equation discovery, not large-scale training.
|
| 230 |
+
|
| 231 |
+
---
|
| 232 |
+
|
| 233 |
+
## Citation
|
| 234 |
+
|
| 235 |
+
**BibTeX:**
|
| 236 |
+
|
| 237 |
+
```bibtex
|
| 238 |
+
@dataset{montoya_2026,
|
| 239 |
+
author = {Raul Montoya Cardenas},
|
| 240 |
+
title = {Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing},
|
| 241 |
+
year = {2026},
|
| 242 |
+
publisher = {Hugging Face},
|
| 243 |
+
howpublished = {\url{https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry}}
|
| 244 |
+
}
|
| 245 |
+
```
|
| 246 |
+
|
| 247 |
+
**APA:**
|
| 248 |
+
|
| 249 |
+
Montoya Cardenas, R. (2026). Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing [Dataset]. Hugging Face. https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry
|
| 250 |
+
|
| 251 |
+
---
|
| 252 |
+
|
| 253 |
+
## Glossary
|
| 254 |
+
|
| 255 |
+
| Term | Definition |
|
| 256 |
+
|------|------------|
|
| 257 |
+
| **Walker** | A pulse of electrical energy (spike) that physically explores the network to find the path of least resistance. Analogous to electrical impulses in a biological brain. |
|
| 258 |
+
| **L2 Normalization** | Bounds semantic pressure to the unit sphere, preventing any single neuron from becoming dominant. Mimics biological brain energy distribution. |
|
| 259 |
+
| **Semantic Attractor Clustering** | The phenomenon where an SNN physically maps different semantic concepts (abstract language vs code syntax) to distinct, repeatable biological pathways. |
|
| 260 |
+
| **Fatigue Mechanics** | Neurons that fire too much become less responsive, preventing energy overload and enabling network adaptation. |
|
| 261 |
+
| **SAAQ** | Semantic Attractor Architecture Quantization — the quantization technique developed through this research. |
|
| 262 |
+
|
| 263 |
+
---
|
| 264 |
|
| 265 |
+
## License
|
| 266 |
|
| 267 |
+
This dataset is dual-licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) and [MIT](https://opensource.org/licenses/MIT).
|
model_metadata_manifest.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"base_model": "OLMoE-1B-7B-0125-Instruct-GGUF",
|
| 4 |
"base_model_source": "allenai/OLMoE-1B-7B-0125-Instruct-GGUF",
|
| 5 |
"version": "1.0.0",
|
| 6 |
-
"license": "
|
| 7 |
"repository_url": "https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry",
|
| 8 |
"description": "Spikenaut SNN Routing dataset containing raw bare-metal telemetry logs and latent space visualizations for SNN-quantized OLMoE MoE model",
|
| 9 |
"research_purpose": "Map physical routing of LLM embeddings as processed by biologically-inspired neuronal fatigue mechanics",
|
|
@@ -175,8 +175,8 @@
|
|
| 175 |
],
|
| 176 |
|
| 177 |
"citation": {
|
| 178 |
-
"bibtex": "@dataset{
|
| 179 |
-
"apa": "
|
| 180 |
},
|
| 181 |
|
| 182 |
"tags": [
|
|
@@ -195,5 +195,5 @@
|
|
| 195 |
],
|
| 196 |
|
| 197 |
"created_at": "2025-04-16",
|
| 198 |
-
"updated_at": "
|
| 199 |
}
|
|
|
|
| 3 |
"base_model": "OLMoE-1B-7B-0125-Instruct-GGUF",
|
| 4 |
"base_model_source": "allenai/OLMoE-1B-7B-0125-Instruct-GGUF",
|
| 5 |
"version": "1.0.0",
|
| 6 |
+
"license": "apache-2.0 / mit",
|
| 7 |
"repository_url": "https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry",
|
| 8 |
"description": "Spikenaut SNN Routing dataset containing raw bare-metal telemetry logs and latent space visualizations for SNN-quantized OLMoE MoE model",
|
| 9 |
"research_purpose": "Map physical routing of LLM embeddings as processed by biologically-inspired neuronal fatigue mechanics",
|
|
|
|
| 175 |
],
|
| 176 |
|
| 177 |
"citation": {
|
| 178 |
+
"bibtex": "@dataset{montoya_2026,\n author = {Raul Montoya Cardenas},\n title = {Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing},\n year = {2026},\n publisher = {Hugging Face},\n howpublished = {\\url{https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry}}\n}",
|
| 179 |
+
"apa": "Montoya Cardenas, R. (2026). Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing [Dataset]. Hugging Face. https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry"
|
| 180 |
},
|
| 181 |
|
| 182 |
"tags": [
|
|
|
|
| 195 |
],
|
| 196 |
|
| 197 |
"created_at": "2025-04-16",
|
| 198 |
+
"updated_at": "2026-07-10"
|
| 199 |
}
|