Commit e770e01
Atome LM Team
Ship trained weights in the kit; refocus moat on integration + V2
Weights now Apache-2.0 alongside the rest of the kit. The license-as-moat
strategy was already broken (Apache 2.0, ~$1-2 reproduction cost); a
weights-as-moat strategy was thin for the same reasons. Shipping them
makes the kit actually runnable and makes the HONEST_RESULTS reversal
reproducible end-to-end.
Files added to checkpoints/:
- atome_944k.bin (271 KB) packed C-engine blob (ATOME01 format)
- atome_1m_v1.pt (3.7 MB) PyTorch source checkpoint (for fine-tune)
- vanilla_1m_v1.pt (3.7 MB) FP32 vanilla baseline (for the 944K A/B
reversal in HONEST_RESULTS.md)
.gitignore: keep `checkpoints/*.pt` and `checkpoints/*.bin` as the default,
with explicit `!` allow-list for the three released files. Future random
checkpoints stay ignored.
README: drop the "trained model weights are not in this release" line;
add a Weights section explaining what each file is, plus an honest
caveat that the 944K is a research-demo artifact, narrow and sometimes
incoherent, here to make the architecture runnable, not to set a quality
bar.
PROJECT_CONTENT.md "What's open vs. what's not" table rewritten so the
moat columns reflect reality: weights and architecture are open; the
defensible value is silicon bring-up, the Secure Boot Pack, per-platform
hardening, and the larger internal V2 (3M-param, mixed-domain) model
which stays proprietary.1 parent 120bd17 commit e770e01
6 files changed
Lines changed: 36 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
12 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
27 | 43 | | |
28 | 44 | | |
29 | 45 | | |
| |||
163 | 179 | | |
164 | 180 | | |
165 | 181 | | |
166 | | - | |
| 182 | + | |
167 | 183 | | |
168 | 184 | | |
169 | 185 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments