rmems commited on
Commit
9bf4b1b
·
unverified ·
1 Parent(s): 7febdb3

Added metadata manifest to actually represent Model lineage.

Browse files
Files changed (1) hide show
  1. model_metadata_manifest.json +199 -0
model_metadata_manifest.json ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_id": "Metis-OLMoE-Latent-Telemetry",
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": "gpl-3.0",
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",
10
+ "primary_discovery": "Semantic Attractor Clustering - SNN physically routes different semantic concepts into distinct, repeatable biological pathways",
11
+
12
+ "model_lineage": {
13
+ "origin": {
14
+ "model": "OLMoE-1B-7B-0125-Instruct",
15
+ "organization": "AllenAI",
16
+ "architecture": "Mixture of Experts (MoE)",
17
+ "parameters": "1B active / 7B total",
18
+ "quantization": "GGUF",
19
+ "link": "https://huggingface.co/allenai/OLMoE-1B-7B-0125-Instruct-GGUF"
20
+ },
21
+ "derivation_pipeline": {
22
+ "name": "corinth-canal",
23
+ "purpose": "SNN quantization pipeline",
24
+ "repository": "https://github.com/Limen-Neural/corinth-canal",
25
+ "technique": "SAAQ (Semantic Attractor Architecture Quantization)"
26
+ },
27
+ "analysis_tools": {
28
+ "visualization": {
29
+ "name": "Surrogate_Viz.jl",
30
+ "repository": "https://github.com/Spikenaut/Surrogate_Viz.jl",
31
+ "purpose": "Symbolic regression and latent space visualization"
32
+ }
33
+ }
34
+ },
35
+
36
+ "experiment_chronology": [
37
+ {
38
+ "phase": 1,
39
+ "name": "Synthetic Baseline (Smoke Test)",
40
+ "directory": "origin_hardware_baselines/",
41
+ "input": "Synthetic sine wave",
42
+ "result": "Verified GPU temporal loop (10,000 ticks) and basic biological fatigue without crashing CUDA context",
43
+ "hardware_baseline": "Resident Evil 4 Remake path tracing telemetry",
44
+ "files": ["RE4_path_tracing_telemetry.csv"],
45
+ "discovery": "Gaming workloads create dynamic 'heartbeat' vs static crypto-mining data"
46
+ },
47
+ {
48
+ "phase": 2,
49
+ "name": "The F16 Magnitude Collapse (Unbounded)",
50
+ "directory": "first-day-testing-real-weights/first-test-falied/",
51
+ "input": "Real LLM embeddings (OLMoE)",
52
+ "issue": "Misconfigured CUDA kernels searching for F32 instead of F16",
53
+ "result": "Routing collapse - unbounded electrical pressure caused single walker (~620) to become a 'blackhole'",
54
+ "files": ["latent_space_exploration_first_real_attempt.png"],
55
+ "discovery": "Raw F16-to-F32 extraction without scaling causes routing collapse"
56
+ },
57
+ {
58
+ "phase": 3,
59
+ "name": "Attractor Discovery (L2 Normalization)",
60
+ "directory": "first-day-testing-real-weights/second-test/",
61
+ "input": "Teaching OMLoE the language of SNN",
62
+ "fix": "L2 Normalization applied to voltage",
63
+ "result": "Energy settled into Walker 2000 with secondary echoes at Walkers 700 and 1450",
64
+ "files": ["map_olmoe_english_logic.png"],
65
+ "discovery": "L2 Normalization prevents Winner-Take-All collapse by bounding semantic pressure to unit sphere"
66
+ },
67
+ {
68
+ "phase": 4,
69
+ "name": "Rust Syntax (The True Victory)",
70
+ "directory": "first-day-testing-real-weights/third-test/",
71
+ "input": "fn main () { println!(); }",
72
+ "result": "Routing changed completely from English prompt - code syntax routed to different biological neighborhood",
73
+ "files": [
74
+ "map_olmoe_rust_syntax_logic.png",
75
+ "map_olmoe_rust_syntax_logic.txt",
76
+ "snn_latent_telemetry.csv"
77
+ ],
78
+ "discovery": "L2 Normalization forces hardware to dynamically adapt to data type - different semantic concepts = different pathways",
79
+ "walker_range": "600-800 frequency band",
80
+ "key_metrics": {
81
+ "ticks": 10000,
82
+ "best_walker_range": "129-816",
83
+ "elapsed_us_range": "206-4445"
84
+ }
85
+ },
86
+ {
87
+ "phase": 5,
88
+ "name": "Math Logic Clustering",
89
+ "directory": "first-day-testing-real-weights/fourth-test/",
90
+ "input": "The derivative of a constant is mathematically zero.",
91
+ "result": "Mathematical logic routed to exact same 600-800 frequency band as Rust syntax",
92
+ "files": [
93
+ "map_olmoe_math_logic.png",
94
+ "telemetry_olmoe_math_logic.txt"
95
+ ],
96
+ "discovery": "Semantic Attractor Clustering - SNN maps highly structured logic tasks (math and code) to adjacent biological neighborhoods to conserve energy"
97
+ }
98
+ ],
99
+
100
+ "key_concepts": {
101
+ "walker": {
102
+ "definition": "Pulse of electrical energy (spike) that physically explores network to find path of least resistance",
103
+ "analogy": "Electrical impulses in biological brain"
104
+ },
105
+ "l2_normalization": {
106
+ "purpose": "Prevents any single neuron from becoming dominant",
107
+ "effect": "Mimics biological brain's energy distribution",
108
+ "mathematical_result": "Bounds semantic pressure to unit sphere"
109
+ },
110
+ "semantic_attractor_clustering": {
111
+ "definition": "SNN physically maps different semantic concepts to distinct, repeatable biological pathways",
112
+ "example": "Abstract philosophy (2000-route) vs rigid code syntax (600-800 band)"
113
+ },
114
+ "fatigue_mechanics": {
115
+ "definition": "Neurons that fire too much become less responsive",
116
+ "purpose": "Prevents energy overload and enables network adaptation"
117
+ }
118
+ },
119
+
120
+ "hardware_environment": {
121
+ "workstation": "Ship of Theseus",
122
+ "gpu": "ASUS ProArt GeForce RTX 5080 (16GB VRAM)",
123
+ "cpu": "AMD Ryzen 9 9950X",
124
+ "os": "Fedora 43",
125
+ "implementation": "Custom Rust/CUDA corinth-canal"
126
+ },
127
+
128
+ "data_structure": {
129
+ "routing": "CSV files containing routing and latent telemetry data",
130
+ "experiments": "Test configurations and variants",
131
+ "results": {
132
+ "plots": "Visualization of SNN routing paths and firing density",
133
+ "raw_telemetry": "Original tick-by-tick log files"
134
+ }
135
+ },
136
+
137
+ "file_manifest": {
138
+ "first-day-testing-real-weights/first-test-falied/": {
139
+ "latent_space_exploration_first_real_attempt.png": "Visualization of routing collapse (blackhole at walker ~620)"
140
+ },
141
+ "first-day-testing-real-weights/second-test/": {
142
+ "map_olmoe_english_logic.png": "English text semantic routing through Walker 2000"
143
+ },
144
+ "first-day-testing-real-weights/third-test/": {
145
+ "map_olmoe_rust_syntax_logic.png": "Rust code syntax routing visualization (600-800 band)",
146
+ "map_olmoe_rust_syntax_logic.txt": "Raw tick data for Rust syntax test (10,000 ticks)",
147
+ "snn_latent_telemetry.csv": "CSV telemetry export for Rust syntax test"
148
+ },
149
+ "first-day-testing-real-weights/fourth-test/": {
150
+ "map_olmoe_math_logic.png": "Mathematical logic routing visualization (600-800 band)",
151
+ "telemetry_olmoe_math_logic.txt": "Raw tick data for math logic test (10,000 ticks)"
152
+ },
153
+ "origin_hardware_baselines/": {
154
+ "RE4_path_tracing_telemetry.csv": "Resident Evil 4 thermal telemetry that inspired SAAQ equations"
155
+ }
156
+ },
157
+
158
+ "usage": {
159
+ "primary": "Feed SymbolicRegression.jl to discover new equations for SNN quantization",
160
+ "secondary": "Train pure native Spikenaut SNN",
161
+ "visualization": "Study spiking behavior, routing stability, and adaptive quantization"
162
+ },
163
+
164
+ "related_repositories": [
165
+ {
166
+ "name": "corinth-canal",
167
+ "url": "https://github.com/Limen-Neural/corinth-canal",
168
+ "purpose": "SNN quantization pipeline"
169
+ },
170
+ {
171
+ "name": "Surrogate_Viz.jl",
172
+ "url": "https://github.com/Spikenaut/Surrogate_Viz.jl",
173
+ "purpose": "Symbolic regression and visualization"
174
+ }
175
+ ],
176
+
177
+ "citation": {
178
+ "bibtex": "@dataset{metis_olmoe_2025,\n author = {Spikenaut},\n title = {Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing},\n year = {2025},\n publisher = {Hugging Face},\n howpublished = {\\url{https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry}}\n}",
179
+ "apa": "Spikenaut. (2025). Metis-OLMoE-Latent-Telemetry: Spikenaut SNN Routing [Dataset]. Hugging Face. https://huggingface.co/datasets/rmems/Metis-OLMoE-Latent-Telemetry"
180
+ },
181
+
182
+ "tags": [
183
+ "snn",
184
+ "spiking-neural-network",
185
+ "olmoe",
186
+ "mixture-of-experts",
187
+ "quantization",
188
+ "neuromorphic",
189
+ "telemetry",
190
+ "semantic-routing",
191
+ "latent-space",
192
+ "cuda",
193
+ "rust",
194
+ "gguf"
195
+ ],
196
+
197
+ "created_at": "2025-04-16",
198
+ "updated_at": "2025-04-16"
199
+ }