rmems commited on
Commit
bf5592f
·
1 Parent(s): 0ea2927

Rename HF repo to SAAQ-Latent-Telemetry

Browse files
README.md CHANGED
@@ -68,9 +68,9 @@ dataset_info:
68
  ---
69
 
70
  [![License: Apache 2.0 / MIT](https://img.shields.io/badge/License-Apache%202.0%20%2F%20MIT-blue.svg)](https://opensource.org/licenses)
71
- [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-yellow)](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
 
@@ -81,7 +81,7 @@ dataset_info:
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)
@@ -147,7 +147,7 @@ The dataset documents the chronological progression from synthetic baselines to
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])
@@ -237,16 +237,16 @@ This data behaves as "sensorimotor" stimulus for neural networks:
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
 
 
68
  ---
69
 
70
  [![License: Apache 2.0 / MIT](https://img.shields.io/badge/License-Apache%202.0%20%2F%20MIT-blue.svg)](https://opensource.org/licenses)
71
+ [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-yellow)](https://huggingface.co/datasets/rmems/SAAQ-Latent-Telemetry)
72
 
73
+ # SAAQ-Latent-Telemetry
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
 
 
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/SAAQ-Latent-Telemetry](https://huggingface.co/datasets/rmems/SAAQ-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)
 
147
  from datasets import load_dataset
148
 
149
  # Load the hardware telemetry dataset
150
+ dataset = load_dataset("rmems/SAAQ-Latent-Telemetry", split="train")
151
 
152
  print(dataset.features)
153
  print(dataset[0])
 
237
  ```bibtex
238
  @dataset{montoya_2026,
239
  author = {Raul Montoya Cardenas},
240
+ title = {SAAQ-Latent-Telemetry: Spikenaut SNN Routing},
241
  year = {2026},
242
  publisher = {Hugging Face},
243
+ howpublished = {\url{https://huggingface.co/datasets/rmems/SAAQ-Latent-Telemetry}}
244
  }
245
  ```
246
 
247
  **APA:**
248
 
249
+ Montoya Cardenas, R. (2026). SAAQ-Latent-Telemetry: Spikenaut SNN Routing [Dataset]. Hugging Face. https://huggingface.co/datasets/rmems/SAAQ-Latent-Telemetry
250
 
251
  ---
252
 
model_metadata_manifest.json CHANGED
@@ -1,10 +1,10 @@
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": "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",
10
  "primary_discovery": "Semantic Attractor Clustering - SNN physically routes different semantic concepts into distinct, repeatable biological pathways",
@@ -175,8 +175,8 @@
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": [
 
1
  {
2
+ "model_id": "SAAQ-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": "apache-2.0 / mit",
7
+ "repository_url": "https://huggingface.co/datasets/rmems/SAAQ-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",
 
175
  ],
176
 
177
  "citation": {
178
+ "bibtex": "@dataset{montoya_2026,\n author = {Raul Montoya Cardenas},\n title = {SAAQ-Latent-Telemetry: Spikenaut SNN Routing},\n year = {2026},\n publisher = {Hugging Face},\n howpublished = {\\url{https://huggingface.co/datasets/rmems/SAAQ-Latent-Telemetry}}\n}",
179
+ "apa": "Montoya Cardenas, R. (2026). SAAQ-Latent-Telemetry: Spikenaut SNN Routing [Dataset]. Hugging Face. https://huggingface.co/datasets/rmems/SAAQ-Latent-Telemetry"
180
  },
181
 
182
  "tags": [
origin_hardware_baselines/resident_evil_4/hf_dataset_card.md CHANGED
@@ -44,7 +44,7 @@ from datasets import load_dataset
44
  import pyarrow.parquet as pq
45
 
46
  # Load the entire telemetry dataset as a single stream
47
- dataset = load_dataset("rmems/Metis-SMoE-Latent-Telemetry", split="train")
48
 
49
  print(dataset.features)
50
  print(dataset[0])
 
44
  import pyarrow.parquet as pq
45
 
46
  # Load the entire telemetry dataset as a single stream
47
+ dataset = load_dataset("rmems/SAAQ-Latent-Telemetry", split="train")
48
 
49
  print(dataset.features)
50
  print(dataset[0])