russellbal commited on
Commit
397229f
·
verified ·
1 Parent(s): 6426bf7

Update family README (checksums table)

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -257,4 +257,40 @@ March 2026 (12M), May 2026 (120M), permacomputer.com
257
 
258
  AGPL-3.0. Code outlasts authors. Infrastructure outlasts builders.
259
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
260
  ● ○
 
257
 
258
  AGPL-3.0. Code outlasts authors. Infrastructure outlasts builders.
259
 
260
+ ---
261
+
262
+ ## File integrity
263
+
264
+ Verify any downloaded file with `md5sum <file>` or `sha256sum <file>`.
265
+ For LFS-stored files, the SHA-256 hash here also equals the HuggingFace
266
+ LFS object ID, so HF's own UI shows the same value.
267
+
268
+ `README.md` is excluded — it cannot meaningfully checksum itself.
269
+
270
+ ### ANDREA-12M
271
+
272
+ | File | Size (bytes) | md5 | sha256 |
273
+ |---|---:|---|---|
274
+ | `ANDREA-12M.bin` | 153,363,464 | `f8db228b75d5cc532a6f8d5ec13895ba` | `927baf98b44cdba986f69079a259cc3b8019eb4fab210bd5bcaad703a6d50626` |
275
+ | `ANDREA-12M-best.bin` | 153,363,464 | `33ed7f9b79872e2922579a70eb837a40` | `f67dc5f259b51e9cade5db845b71cdbbe15313cafb42914a5ba630278adc2f39` |
276
+ | `ANDREA-12M.json` | 277,281,158 | `f64bb0529fc3adce687e5653ece712eb` | `fd3761a713c3c75750ba1944f7040ed208a9dbeab17df38177b8e40dfb1763c7` |
277
+ | `ANDREA-12M-TRAIN.json` | 1,281 | `c5a5ec2893ef14bf9397be43a9338d38` | `c559e57a7fc7424a0f64be8f52ff860b48e2be03be6cbb8b8585b76f41c1dca9` |
278
+ | `ANDREA-12M-WHITEPAPER.pdf` | 1,881,508 | `5ec11ab6dd63437a410d4cfcd1280d2d` | `c76ad5f7b34d4baa6e6f2f8a37d5dc4cfb5d185ef4490750b41dc55cf0f01d88` |
279
+ | `harris_segments.json` | 18,058 | `9c12bbda14c087dd8eff2fd7b0df3f8f` | `989ff6405af744e19d17a73d5b33ab3d6169adeeb4f58c6c3fcde889081f0be3` |
280
+
281
+ ### ANDREA-120M
282
+
283
+ | File | Size (bytes) | md5 | sha256 |
284
+ |---|---:|---|---|
285
+ | `ANDREA-120M.bin` | 1,184,385,032 | `321f77ebc85a2cceb589bdc63cbb843a` | `94dc089719cc0f1d4d50ae4f0d6fe6a4a433f9a82fb9c5be32e1049870de37a9` |
286
+ | `ANDREA-120M-best.bin` | 1,184,385,032 | `bd33d49765c617ad5c7d81e842b98c52` | `8a5332cc3655f59b67899b0127f506e2be6b474017618d666c0c095c0fc652fb` |
287
+ | `ANDREA-120M.json` | 2,141,351,592 | `755b975f3f9e0427294c5a16ee5ee41e` | `d842f919372b74784a2dd3738fb0629ae50b98b3539c70389715a1037c6e29d9` |
288
+ | `ANDREA-120M-TRAIN.json` | 3,230 | `3d378c2ac4c51ddd6eaf3aea145191a7` | `6059ab2097b84b5d14c6b66b04888c89ac1963d7c24ffc940b47ee1828003eca` |
289
+ | `ANDREA-120M-harris-segments.json` | 79,201 | `e381bcb4326e111299b4b70b35a788de` | `8c188a76ce346f641608316cdc7a6cb25e44509ba88471ea9de22bea8452101f` |
290
+ | `ANDREA-120M-state.json` | 68,710 | `6221d6209e7cc495cfc6fa8915de1549` | `c04394bbb44b8d2724f169ea7285ff6bdf089f08fd53185ee00d332d815a18a9` |
291
+ | `ANDREA-120M-loss.json` | 659,999 | `89cc76b59af7634aba23a8d06fc4c32a` | `a702da0911c692854a998f975f61dee8108d9d36375d35a4e64693a54c1ed522` |
292
+
293
+ Checksums computed 2026-05-27 from canonical source files (server + HF for the
294
+ already-shipped 12M release). Any future re-mirror should regenerate this section.
295
+
296
  ● ○