Datasets:
Add YAML frontmatter and resolve merge conflicts in README
Browse files- .huggingface.yaml +81 -0
- README.md +26 -10
.huggingface.yaml
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# Hugging Face Dataset Metadata
|
| 3 |
+
# Repository: rmems/Metis-OLMoE-Latent-Telemetry
|
| 4 |
+
|
| 5 |
+
license: gpl-3.0
|
| 6 |
+
|
| 7 |
+
# Display and Discovery
|
| 8 |
+
pretty_name: "Metis-OLMoE Latent Telemetry: Spikenaut SNN Routing"
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
- code
|
| 12 |
+
tags:
|
| 13 |
+
- snn
|
| 14 |
+
- spiking-neural-network
|
| 15 |
+
- olmoe
|
| 16 |
+
- mixture-of-experts
|
| 17 |
+
- quantization
|
| 18 |
+
- neuromorphic
|
| 19 |
+
- telemetry
|
| 20 |
+
- semantic-routing
|
| 21 |
+
- latent-space
|
| 22 |
+
- cuda
|
| 23 |
+
- rust
|
| 24 |
+
- gguf
|
| 25 |
+
- saaq
|
| 26 |
+
- attractor-clustering
|
| 27 |
+
|
| 28 |
+
# Model Lineage
|
| 29 |
+
datasets:
|
| 30 |
+
- allenai/OLMoE-1B-7B-0125-Instruct-GGUF
|
| 31 |
+
|
| 32 |
+
# Task and Size
|
| 33 |
+
task_categories:
|
| 34 |
+
- text-generation
|
| 35 |
+
- feature-extraction
|
| 36 |
+
- text-classification
|
| 37 |
+
size_categories:
|
| 38 |
+
- n<1K
|
| 39 |
+
|
| 40 |
+
# Dataset Information
|
| 41 |
+
dataset_info:
|
| 42 |
+
- config_name: default
|
| 43 |
+
features:
|
| 44 |
+
- name: tick
|
| 45 |
+
dtype: int64
|
| 46 |
+
- name: best_walker
|
| 47 |
+
dtype: int64
|
| 48 |
+
- name: elapsed_us
|
| 49 |
+
dtype: int64
|
| 50 |
+
splits:
|
| 51 |
+
- name: full
|
| 52 |
+
num_bytes: 119634
|
| 53 |
+
num_examples: 10000
|
| 54 |
+
|
| 55 |
+
# Model Card Data
|
| 56 |
+
model-index:
|
| 57 |
+
- name: Metis-OLMoE-Latent-Telemetry
|
| 58 |
+
results: []
|
| 59 |
+
|
| 60 |
+
# Additional Metadata
|
| 61 |
+
metadata:
|
| 62 |
+
version: "1.0.0"
|
| 63 |
+
base_model: "OLMoE-1B-7B-0125-Instruct-GGUF"
|
| 64 |
+
base_model_source: "allenai/OLMoE-1B-7B-0125-Instruct-GGUF"
|
| 65 |
+
architecture: "Mixture of Experts (MoE)"
|
| 66 |
+
parameters: "1B active / 7B total"
|
| 67 |
+
quantization: "GGUF"
|
| 68 |
+
research_purpose: "Map physical routing of LLM embeddings via biologically-inspired neuronal fatigue mechanics"
|
| 69 |
+
primary_discovery: "Semantic Attractor Clustering"
|
| 70 |
+
derivation_pipeline: "corinth-canal"
|
| 71 |
+
technique: "SAAQ (Semantic Attractor Architecture Quantization)"
|
| 72 |
+
visualization_tool: "Surrogate_Viz.jl"
|
| 73 |
+
hardware:
|
| 74 |
+
gpu: "ASUS ProArt GeForce RTX 5080 (16GB VRAM)"
|
| 75 |
+
cpu: "AMD Ryzen 9 9950X"
|
| 76 |
+
os: "Fedora 43"
|
| 77 |
+
workstation: "Ship of Theseus"
|
| 78 |
+
related_repos:
|
| 79 |
+
- https://github.com/Limen-Neural/corinth-canal
|
| 80 |
+
- https://github.com/Spikenaut/Surrogate_Viz.jl
|
| 81 |
+
---
|
README.md
CHANGED
|
@@ -1,27 +1,43 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing
|
| 5 |
|
| 6 |
-
<<<<<<< HEAD
|
| 7 |
-
## 1. The Origin of my Neuromorphic journey and this project
|
| 8 |
-
=======
|
| 9 |
## 1. The Origin of Spikenaut
|
|
|
|
| 10 |
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.
|
| 11 |
|
| 12 |
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?
|
| 13 |
|
| 14 |
-
<<<<<<< HEAD
|
| 15 |
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.
|
| 16 |
|
| 17 |
## 2. The Science: Semantic Attractor Clustering
|
| 18 |
-
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.
|
| 19 |
-
=======
|
| 20 |
-
When I pitched this idea, most people didn't believe it would be good AI training data (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 starting Economics, Pre-med, Finance, Computer Science major switch 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.
|
| 21 |
|
| 22 |
-
|
| 23 |
-
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.
|
| 24 |
-
>>>>>>> ec02242 (Added all neccessary data files.)>>>>>>> ec02242 (Added all neccessary data files.)
|
| 25 |
|
| 26 |
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.
|
| 27 |
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
+
pretty_name: "Metis-OLMoE Latent Telemetry: Spikenaut SNN Routing"
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
- code
|
| 7 |
+
tags:
|
| 8 |
+
- snn
|
| 9 |
+
- spiking-neural-network
|
| 10 |
+
- olmoe
|
| 11 |
+
- mixture-of-experts
|
| 12 |
+
- quantization
|
| 13 |
+
- neuromorphic
|
| 14 |
+
- telemetry
|
| 15 |
+
- semantic-routing
|
| 16 |
+
- latent-space
|
| 17 |
+
- cuda
|
| 18 |
+
- rust
|
| 19 |
+
- gguf
|
| 20 |
+
- saaq
|
| 21 |
+
datasets:
|
| 22 |
+
- allenai/OLMoE-1B-7B-0125-Instruct-GGUF
|
| 23 |
+
task_categories:
|
| 24 |
+
- text-generation
|
| 25 |
+
- feature-extraction
|
| 26 |
---
|
| 27 |
+
|
| 28 |
# Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
## 1. The Origin of Spikenaut
|
| 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, 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.
|
| 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 **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.
|
|
|
|
|
|
|
| 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 |
|