Raul MC Claude Sonnet 4.6 commited on
Commit ·
e8ecc7f
1
Parent(s): f444b36
feat: add config.json to enable HuggingFace download tracking
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- config.json +21 -0
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "spikenaut-snn",
|
| 3 |
+
"architectures": ["SpikingNeuralNetwork"],
|
| 4 |
+
"n_neurons": 16,
|
| 5 |
+
"n_channels": 16,
|
| 6 |
+
"neuron_model": "leaky-integrate-and-fire",
|
| 7 |
+
"learning_rule": "e-prop+ottt",
|
| 8 |
+
"weight_format": "q8.8-fixed-point",
|
| 9 |
+
"clock_hz": 1000,
|
| 10 |
+
"training_speed_us": 35,
|
| 11 |
+
"ipc_overhead_us": 0.8,
|
| 12 |
+
"memory_bytes": 1638,
|
| 13 |
+
"fpga_power_mw": 97,
|
| 14 |
+
"neuromod_version": "0.2.1",
|
| 15 |
+
"spikenaut_reward_version": "0.1.0",
|
| 16 |
+
"spikenaut_encoder_version": "0.1.0",
|
| 17 |
+
"spikenaut_backend_version": "0.1.0",
|
| 18 |
+
"spikenaut_fpga_version": "0.1.0",
|
| 19 |
+
"framework": "julia-rust-hybrid",
|
| 20 |
+
"license": "gpl-3.0"
|
| 21 |
+
}
|