rmems commited on
Commit
7cfcafd
·
1 Parent(s): fc07426

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -2,137 +2,145 @@
2
  language:
3
  - en
4
  license: gpl-3.0
5
- multilinguality: monolingual
6
  size_categories:
7
- - n<1K
8
  task_categories:
9
  - time-series-forecasting
10
  task_ids:
11
- - univariate-time-series-forecasting
12
- pretty_name: Spikenaut SNN v2 - Fresh Blockchain Telemetry
13
- description: Fresh Kaspa and Monero blockchain telemetry data with Julia-Rust hybrid
14
- training results for Spikenaut v2 spiking neural network.
15
  tags:
16
- - blockchain
17
- - neural-networks
18
  - spiking-neural-networks
 
 
 
 
 
 
19
  - kaspa
20
  - monero
21
- - telemetry
22
- - hybrid-computing
23
- - julia-rust
24
- - e-prop
25
- - ottp
26
- dataset_info:
27
- features:
28
- - name: timestamp
29
- dtype: timestamp[ns]
30
- - name: blockchain
31
- dtype: string
32
- - name: event
33
- dtype: string
34
- - name: blocks_accepted
35
- dtype: float64
36
- - name: block_rate
37
- dtype: float64
38
- - name: telemetry
39
- struct:
40
- - name: gpu_temp_c
41
- dtype: float64
42
- - name: hashrate_mh
43
- dtype: float64
44
- - name: power_w
45
- dtype: float64
46
- - name: qubic_epoch_progress
47
- dtype: float64
48
- - name: qubic_tick_trace
49
- dtype: float64
50
- - name: reward_hint
51
- dtype: float64
52
- - name: timestamp_unix
53
- dtype: float64
54
- - name: hour_of_day
55
- dtype: int64
56
- - name: day_of_week
57
- dtype: int64
58
- - name: hashrate_normalized
59
- dtype: float64
60
- - name: power_efficiency
61
- dtype: float64
62
- - name: thermal_efficiency
63
- dtype: float64
64
- - name: spike_hashrate
65
- dtype: int64
66
- - name: spike_power
67
- dtype: int64
68
- - name: spike_temp
69
- dtype: int64
70
- - name: spike_qubic
71
- dtype: int64
72
- - name: composite_reward
73
- dtype: float64
74
- - name: target_hashrate_change
75
- dtype: float64
76
- - name: target_power_change
77
- dtype: float64
78
- - name: current_height
79
- dtype: float64
80
- - name: total_height
81
- dtype: float64
82
- - name: sync_percent
83
- dtype: float64
84
- - name: remaining_blocks
85
- dtype: float64
86
- splits:
87
- - name: train
88
- num_bytes: 1189
89
- num_examples: 5
90
- - name: validation
91
- num_bytes: 237
92
- num_examples: 1
93
- - name: test
94
- num_bytes: 472
95
- num_examples: 2
96
- download_size: 39796
97
- dataset_size: 1898
98
- configs:
99
- - config_name: default
100
- data_files:
101
- - split: train
102
- path: data/train-*
103
- - split: validation
104
- path: data/validation-*
105
- - split: test
106
- path: data/test-*
107
  ---
108
 
109
- # 🦁 Spikenaut-SNN-v2 - Complete Neuromorphic Blockchain Ecosystem
110
 
111
- **The world's most comprehensive open neuromorphic dataset** 635 MB of production-ready data across 5 complete collections.
 
 
 
112
 
113
- **Live March 2026 telemetry + your real trained parameters + massive legacy data**
114
 
115
- ### 📊 What's Inside (v2.1)
116
 
117
- | Collection | Size | Records | Content |
118
- |-------------------------|----------|-------------|--------|
119
- | Core Telemetry | 200 MB | Enhanced samples | Live Kaspa (8–13 blocks/sec), Monero, Qubic + spike encodings |
120
- | Training Data | 43 KB | ~40K+ | Real SNN spike patterns with reward signals |
121
- | Mining Operations | 55 MB | Millions | Full BzMiner v24.0.1 logs (hashrate, GPU temp, power) |
122
- | System Operations | 1 KB | Events | Supervisor telemetry & lifecycle monitoring |
123
- | Research Dataset | 380 MB | ~400K+ | Advanced neuromorphic records |
 
 
 
 
 
124
 
125
- **Your actual trained weights** (16×16 architecture, 95.2% accuracy, 35 µs/tick) are included in multiple formats:
126
- - Q8.8 `.mem` files (FPGA-ready)
127
- - PyTorch `.pth` + `.safetensors`
128
- - Analysis JSON
 
129
 
130
- ### 🚀 Quick Start
 
 
131
 
132
  ```python
133
- from datasets import load_dataset
134
- ds = load_dataset("rmems/Spikenaut-SNN-v2-Telemetry-Data-Weights-Parameters")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
- # Load your real trained parameters
137
- import torch
138
- params = torch.load("your_real_parameters/spikenaut_your_weights.pth")
 
2
  language:
3
  - en
4
  license: gpl-3.0
 
5
  size_categories:
6
+ - 1M<n<10M
7
  task_categories:
8
  - time-series-forecasting
9
  task_ids:
10
+ - multivariate-time-series-forecasting
11
+ pretty_name: Spikenaut SNN v2 GPU Telemetry & Market Data
 
 
12
  tags:
 
 
13
  - spiking-neural-networks
14
+ - neuromorphic
15
+ - gpu-telemetry
16
+ - cryptocurrency
17
+ - blockchain
18
+ - dynex
19
+ - qubic
20
  - kaspa
21
  - monero
22
+ - liquid-state-machine
23
+ - stdp
24
+ - julia
25
+ - rust
26
+ - cuda
27
+ ---
28
+
29
+ # Spikenaut SNN v2 — GPU Telemetry & Market Data
30
+
31
+ **Author:** Raul Montoya Cardenas
32
+ **Institution:** Texas State University — Micro & Nano Device Systems (Spring 2026)
33
+ **Project:** [Eagle-Lander / Ship of Theseus](https://github.com/rmems/ship_of_theseus_rs)
34
+
35
+ Real hardware telemetry and live market data collected from an RTX 5080 mining rig running
36
+ DNX, Qubic, Kaspa, and Monero workloads. Used to train and validate the Spikenaut V2
37
+ 4-lobe Ensemble Liquid State Machine (262,144 LIF neurons, CUDA-accelerated).
38
+
39
+ ---
40
+
41
+ ## Dataset Contents
42
+
43
+ | File | Rows | Size | Description |
44
+ |------|------|------|-------------|
45
+ | `data/neuromorphic_data.jsonl` | 789,114 | 363 MB | Primary GPU telemetry — voltage, temp, hashrate, power, clock, Qubic tick traces |
46
+ | `data/ghost_market_log.jsonl` | 223,020 | 174 MB | Live market ticks — DNX, Qubic, Kaspa, Monero, Ocean, Verus price & volatility |
47
+ | `data/node_sync_harvest.jsonl` | 120,334 | 55 MB | Blockchain node sync events — Kaspa, Monero, Dynex block acceptance rates |
48
+ | `data/snn_model.json` | — | 3.8 KB | Trained SNN model weights snapshot |
49
+ | `data/parameters.mem` | — | 80 B | FPGA-compatible membrane potential parameters (Q8.8 fixed-point) |
50
+ | `data/parameters_decay.mem` | — | 80 B | FPGA-compatible decay parameters |
51
+ | `data/parameters_weights.mem` | — | 1.3 KB | FPGA-compatible synaptic weight parameters |
52
+
53
+ **Total: ~1.13M rows, 592 MB**
54
+
55
+ ---
56
+
57
+ ## Telemetry Schema (`neuromorphic_data.jsonl`)
58
+
59
+ Each row is a JSON object with a `telemetry` key:
60
+
61
+ ```json
62
+ {
63
+ "telemetry": {
64
+ "vddcr_gfx_v": 0.7115,
65
+ "vram_temp_c": 59.0,
66
+ "gpu_temp_c": 51.0,
67
+ "hashrate_mh": 0.0,
68
+ "power_w": 156.9,
69
+ "gpu_clock_mhz": 2872.0,
70
+ "mem_clock_mhz": 14801.0,
71
+ "fan_speed_pct": 30.0,
72
+ "mem_util_pct": 27.0,
73
+ "power_z_score": 0.0,
74
+ "temp_z_score": 0.0,
75
+ "clock_z_score": 0.0,
76
+ "qubic_tick_trace": 0.935,
77
+ "qubic_tick_rate": 1.0,
78
+ "qubic_epoch_progress": 1.0,
79
+ "ocean_intel": 0.0,
80
+ "qu_price_usd": 0.0
81
+ }
82
+ }
83
+ ```
84
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ---
86
 
87
+ ## Hardware
88
 
89
+ - **GPU:** NVIDIA RTX 5080 (16 GB VRAM, Blackwell sm_120)
90
+ - **Mining workloads:** DNX (Dynex), Qubic, Kaspa (KHeavyHash), Monero (RandomX)
91
+ - **FPGA:** Artix-7 Basys3 — SNN reflex arc co-processor
92
+ - **OS:** RHEL 8 / Fedora
93
 
94
+ ---
95
 
96
+ ## SNN Architecture This Data Trains
97
 
98
+ ```
99
+ MarketPulse (14 channels) + GPU Telemetry
100
+
101
+ [4 Parallel LIF Lobes]
102
+ ├── Scalper τ=10ms w=0.4
103
+ ├── Day τ=25ms w=0.3
104
+ ├── Swing τ=50ms w=0.2
105
+ └── Macro τ=100ms w=0.1
106
+
107
+ Weighted Readout (16 channels)
108
+ Bull/Bear signals + confidence
109
+ ```
110
 
111
+ - 262,144 total neurons (4 × 65,536)
112
+ - Sparse recurrent connectivity (1%, ~42M synapses)
113
+ - Ornstein-Uhlenbeck stochastic dynamics
114
+ - STDP covariance learning
115
+ - Hardware proprioception: GPU temp/power → global inhibition
116
 
117
+ ---
118
+
119
+ ## Usage
120
 
121
  ```python
122
+ import json
123
+
124
+ # Load GPU telemetry
125
+ with open("data/neuromorphic_data.jsonl") as f:
126
+ for line in f:
127
+ row = json.loads(line)
128
+ t = row["telemetry"]
129
+ print(t["gpu_temp_c"], t["power_w"], t["qubic_tick_rate"])
130
+
131
+ # Load market ticks
132
+ with open("data/ghost_market_log.jsonl") as f:
133
+ for line in f:
134
+ tick = json.loads(line)
135
+ print(tick)
136
+ ```
137
+
138
+ ---
139
+
140
+ ## License
141
+
142
+ GPL-3.0 — same as the [Eagle-Lander](https://github.com/rmems/ship_of_theseus_rs) project.
143
+
144
+ ---
145
 
146
+ *Collected on ShipOfTheseus Texas. All telemetry sanitized via the internal privacy scrubber.*
 
 
data/parameters.mem ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0100
2
+ 0100
3
+ 0100
4
+ 0100
5
+ 0100
6
+ 0100
7
+ 0100
8
+ 0100
9
+ 0100
10
+ 0100
11
+ 0100
12
+ 0100
13
+ 0100
14
+ 0100
15
+ 0100
16
+ 0100
data/parameters_decay.mem ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 00DA
2
+ 00DA
3
+ 00DA
4
+ 00DA
5
+ 00DA
6
+ 00DA
7
+ 00DA
8
+ 00DA
9
+ 00DA
10
+ 00DA
11
+ 00DA
12
+ 00DA
13
+ 00DA
14
+ 00DA
15
+ 00DA
16
+ 00DA
data/parameters_weights.mem ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0000
2
+ 0000
3
+ 0000
4
+ 0000
5
+ 0000
6
+ 0000
7
+ 0000
8
+ 0000
9
+ 0000
10
+ 0000
11
+ 0033
12
+ 0049
13
+ 0019
14
+ 004F
15
+ 0003
16
+ 0019
17
+ 0000
18
+ 0000
19
+ 0000
20
+ 0000
21
+ 0000
22
+ 0000
23
+ 0000
24
+ 0000
25
+ 0000
26
+ 0000
27
+ 0033
28
+ 0049
29
+ 0019
30
+ 004F
31
+ 0003
32
+ 0019
33
+ 0000
34
+ 0000
35
+ 0000
36
+ 0000
37
+ 0000
38
+ 0000
39
+ 0000
40
+ 0000
41
+ 0000
42
+ 0000
43
+ 0033
44
+ 0049
45
+ 0019
46
+ 004F
47
+ 0003
48
+ 0019
49
+ 0000
50
+ 0000
51
+ 0000
52
+ 0000
53
+ 0000
54
+ 0000
55
+ 0000
56
+ 0000
57
+ 0000
58
+ 0000
59
+ 0033
60
+ 0049
61
+ 0019
62
+ 004F
63
+ 0003
64
+ 0019
65
+ 0000
66
+ 0000
67
+ 0000
68
+ 0000
69
+ 0000
70
+ 0000
71
+ 0000
72
+ 0000
73
+ 0000
74
+ 0000
75
+ 0033
76
+ 0049
77
+ 0019
78
+ 004F
79
+ 0003
80
+ 0019
81
+ 0000
82
+ 0000
83
+ 0000
84
+ 0000
85
+ 0000
86
+ 0000
87
+ 0000
88
+ 0000
89
+ 0000
90
+ 0000
91
+ 0033
92
+ 0049
93
+ 0019
94
+ 004F
95
+ 0003
96
+ 0019
97
+ 0000
98
+ 0000
99
+ 0000
100
+ 0000
101
+ 0000
102
+ 0000
103
+ 0000
104
+ 0000
105
+ 0000
106
+ 0000
107
+ 0033
108
+ 0049
109
+ 0019
110
+ 004F
111
+ 0003
112
+ 0019
113
+ 0000
114
+ 0000
115
+ 0000
116
+ 0000
117
+ 0000
118
+ 0000
119
+ 0000
120
+ 0000
121
+ 0000
122
+ 0000
123
+ 0033
124
+ 0049
125
+ 0019
126
+ 004F
127
+ 0003
128
+ 0019
129
+ 0000
130
+ 0000
131
+ 0000
132
+ 0000
133
+ 0000
134
+ 0000
135
+ 0000
136
+ 0000
137
+ 0000
138
+ 0000
139
+ 0033
140
+ 0049
141
+ 0019
142
+ 004F
143
+ 0003
144
+ 0019
145
+ 0000
146
+ 0000
147
+ 0000
148
+ 0000
149
+ 0000
150
+ 0000
151
+ 0000
152
+ 0000
153
+ 0000
154
+ 0000
155
+ 0033
156
+ 0049
157
+ 0019
158
+ 004F
159
+ 0003
160
+ 0019
161
+ 0000
162
+ 0000
163
+ 0000
164
+ 0000
165
+ 0000
166
+ 0000
167
+ 0000
168
+ 0000
169
+ 0000
170
+ 0000
171
+ 0033
172
+ 0049
173
+ 0019
174
+ 004F
175
+ 0003
176
+ 0019
177
+ 0000
178
+ 0000
179
+ 0000
180
+ 0000
181
+ 0000
182
+ 0000
183
+ 0000
184
+ 0000
185
+ 0000
186
+ 0000
187
+ 0033
188
+ 0049
189
+ 0019
190
+ 004F
191
+ 0003
192
+ 0019
193
+ 0000
194
+ 0000
195
+ 0000
196
+ 0000
197
+ 0000
198
+ 0000
199
+ 0000
200
+ 0000
201
+ 0000
202
+ 0000
203
+ 0033
204
+ 0049
205
+ 0019
206
+ 004F
207
+ 0003
208
+ 0019
209
+ 0000
210
+ 0000
211
+ 0000
212
+ 0000
213
+ 0000
214
+ 0000
215
+ 0000
216
+ 0000
217
+ 0000
218
+ 0000
219
+ 0033
220
+ 0049
221
+ 0019
222
+ 004F
223
+ 0003
224
+ 0019
225
+ 0000
226
+ 0000
227
+ 0000
228
+ 0000
229
+ 0000
230
+ 0000
231
+ 0000
232
+ 0000
233
+ 0000
234
+ 0000
235
+ 0033
236
+ 0049
237
+ 0019
238
+ 004F
239
+ 0003
240
+ 0019
241
+ 0000
242
+ 0000
243
+ 0000
244
+ 0000
245
+ 0000
246
+ 0000
247
+ 0000
248
+ 0000
249
+ 0000
250
+ 0000
251
+ 0033
252
+ 0049
253
+ 0019
254
+ 004F
255
+ 0003
256
+ 0019
data/snn_model.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"neurons":[{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false},{"decay_rate":0.85,"membrane_potential":0.0,"threshold":1.0,"weights":[1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,1.0e-45,0.1999051,0.28485343,0.09581657,0.3101787,0.012563552,0.0966827],"last_spike":false}],"source":"spikenaut_julia"}