LisaMegaWatts commited on
Commit
4b8792b
·
verified ·
1 Parent(s): b03a231

Add Wire-9M (H32 L8) checkpoint (step 5000, bpb 3.0866)

Browse files
Files changed (3) hide show
  1. README.md +43 -0
  2. config.json +14 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - harmonic-gpt
5
+ - oscillator-dynamics
6
+ - clifford-algebra
7
+ - byte-level
8
+ - from-scratch
9
+ - monumental-systems
10
+ language: en
11
+ pipeline_tag: text-generation
12
+ ---
13
+
14
+ # Wire-9M (H32 L8)
15
+
16
+ WireNative 9M — n_harmonics=32, 8 layers, best BPB checkpoint
17
+
18
+ Part of the [Harmonic GPT](https://github.com/DavinciDreams/harmonic-gpt) research into oscillator-based neural computation.
19
+
20
+ ## Architecture: WireNative
21
+
22
+ | Property | Value |
23
+ |----------|-------|
24
+ | Parameters | 8,894,520 |
25
+ | BPB | 3.0866 |
26
+ | Training step | 5,000 |
27
+ | n_harmonics | 64 |
28
+ | n_layers | 8 |
29
+ | n_groups | 7 |
30
+ | d_model | 896 |
31
+ | Vocab | 256 (raw bytes) |
32
+
33
+ ## Usage
34
+
35
+ ```python
36
+ from huggingface_hub import hf_hub_download
37
+ from safetensors.torch import load_file
38
+
39
+ weights = load_file(hf_hub_download("MonumentalSystems/wire-9m-best", "model.safetensors"))
40
+ config = json.load(open(hf_hub_download("MonumentalSystems/wire-9m-best", "config.json")))
41
+ ```
42
+
43
+ All operations are native Clifford algebra / harmonic oscillator dynamics — no softmax attention, no MLP, no ReLU.
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "WireNative",
3
+ "n_groups": 7,
4
+ "n_harmonics": 64,
5
+ "n_layers": 8,
6
+ "d_model": 896,
7
+ "n_kan_coeffs": 4,
8
+ "vocab_size": 256,
9
+ "seq_len": 256,
10
+ "training": {
11
+ "step": 5000,
12
+ "bpb": 3.086578
13
+ }
14
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1537f4c5aac0d2ba04034f22919c9a028653d413e5bba791d4ffc5c67d326b8b
3
+ size 35599096