rmems commited on
Commit
9882ef7
·
verified ·
1 Parent(s): 70958b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -36
README.md CHANGED
@@ -1,52 +1,43 @@
1
  ---
2
  language:
3
  - en
4
- license: mit
5
- task_categories:
6
- - time-series-forecasting
7
- - feature-extraction
8
- pretty_name: "Spikenaut V2 Telemetry Data"
9
  ---
 
 
10
 
11
- # Spikenaut V2 Telemetry Data
12
 
13
- Multivariate time-series dataset for training a hardware-aware Spiking Neural Network (SNN) across 7 blockchain networks.
 
14
 
15
- ## Dataset Description
16
 
17
- - **Total Events:** 1,132,861 validated neuromorphic events
18
- - **Format:** JSONL (JSON Lines)
19
- - **Pre-scrubbed:** All sensitive identifiers (wallets, IPs, hostnames) removed
20
 
21
- ## Files
22
 
23
- | File | Rows | Size | Description |
24
- |---|---|---|---|
25
- | `neuromorphic_data.jsonl` | 789,114 | 363 MB | GPU telemetry: voltage, temps, hashrate, power, clocks, fan speed, utilization |
26
- | `ghost_market_log.jsonl` | 223,020 | 174 MB | Live crypto market ticks: price & volatility for DNX, Qubic, Kaspa, Monero, Ocean, Verus |
27
- | `node_sync_harvest.jsonl` | 120,334 | 55 MB | Blockchain node sync events: block acceptance rates for Kaspa, Monero, Dynex |
28
- | `qubic_ticks.jsonl` | 27,430 | - | Qubic epoch & tick traces |
29
- | `snn_model.json` | - | 3.8 KB | Snapshot of trained SNN model weights |
30
- | `parameters.mem` | - | - | FPGA Q8.8 membrane potential parameters |
31
- | `parameters_decay.mem` | - | - | FPGA Q8.8 decay parameters |
32
- | `parameters_weights.mem` | - | - | FPGA Q8.8 synaptic weights |
33
 
34
- ## Channels (V2: 16-channel)
 
35
 
36
- V2 processes 16 parallel channels across 4 trading lobes (Scalper, Day, Swing, Macro):
37
- - Hardware telemetry (GPU/CPU temp, power, clocks, fan)
38
- - Blockchain sync metrics (block acceptance, tick rates)
39
- - Market data (price, volatility across 6+ assets)
40
- - Qubic epoch/tick traces
41
 
42
- ## Use Cases
43
 
44
- - Multivariate time-series forecasting for cryptocurrency markets
45
- - Hardware telemetry anomaly detection
46
- - FPGA co-processor deployment (Xilinx Artix-7)
47
- - SNN training with E-prop + OTTT learning rules
48
 
49
- ## Related
 
50
 
51
- - **V2 Model:** [Spikenaut-SNN-v2](https://huggingface.co/rmems/Spikenaut-SNN-v2)
52
- - **V1 Dataset:** [Spikenaut-v1-Telemetry-Data](https://huggingface.co/datasets/rmems/Spikenaut-v1-Telemetry-Data)
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
4
+ pretty_name: Spikenaut V2 Telemetry Data
 
 
 
 
5
  ---
6
+ ⚠️ Status: Ground Zero Rebuild (April 2026)
7
+ This dataset has been intentionally purged and reset. After initial prototyping and large-scale data ingestion, the research has transitioned into a strict verification phase. To ensure the scientific integrity of the Spikenaut ecosystem, all previously uploaded data was deleted to make way for a verified, high-fidelity baseline.
8
 
9
+ Current Objective: Re-validating the hardware telemetry layer using Dynex mining as the ground-truth baseline.
10
 
11
+ 🧠 Project Context
12
+ This telemetry data serves as the "Sensory Input" for the Spikenaut Neuromorphic Architecture. Before infusing SNN logic into high-level models like OLMoE-7B, the underlying temporal signals must be absolute.
13
 
14
+ Research Focus: Neuromorphic High-Frequency Data Processing.
15
 
16
+ Methodology: "Measure twice, spike once."
 
 
17
 
18
+ Hardware Baseline: Pure Dynex mining telemetry (GPU/CPU/Efficiency).
19
 
20
+ Infrastructure: Developed on the Ship of Theseus workstation (Fedora 43).
 
 
 
 
 
 
 
 
 
21
 
22
+ 📊 Dataset Structure (WIP)
23
+ Once the verification process is complete, this dataset will contain high-resolution temporal features formatted for Liquid State Machine (LSM) and STDP training.
24
 
25
+ 1. Raw Telemetry Data
26
+ Timestamps: Microsecond-precision Unix epochs.
 
 
 
27
 
28
+ Compute Metrics: GPU NVML (Power, Temp, Clocks) and CPU k10temp/powercap.
29
 
30
+ Algorithm Efficiency: Hashrate fluctuations and mining pool volatility.
 
 
 
31
 
32
+ 2. Spiking Features
33
+ Poisson Encodings: Data translated into spike trains for SNN-native processing.
34
 
35
+ Neuromodulator Signals: Reward/Pain signals derived from efficiency vs. thermal overhead.
36
+
37
+
38
+ ⚖️ License & Research Ethics
39
+ This dataset is part of the open-source research initiative by Monty’s Engineering Technology.
40
+
41
+ License: GNU General Public License v3.0 (GPL-3.0)
42
+
43
+ Intent: Transparency and reproducibility in neuromorphic engineering.