this repo has no description

chore: include en_core_web_sm weights in package

downstream consumers get the model weights automatically
through the zig package system — no separate download step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+36 -1
-1
.gitignore
··· 1 1 .zig-cache/ 2 2 zig-out/ 3 - weights/
+1
build.zig.zon
··· 7 7 "build.zig", 8 8 "build.zig.zon", 9 9 "src", 10 + "weights", 10 11 }, 11 12 }
weights/en_core_web_sm.bin

This is a binary file and will not be displayed.

+35
weights/en_core_web_sm.manifest.txt
··· 1 + # spacez weight manifest 2 + # header: 256 bytes (64 uint32s) 3 + # total weights: 1,536,874 float32s (6,147,496 bytes) 4 + 5 + 256 1920000 hash_embed_E[0] (5000, 96) 6 + 1920256 384000 hash_embed_E[1] (1000, 96) 7 + 2304256 960000 hash_embed_E[2] (2500, 96) 8 + 3264256 960000 hash_embed_E[3] (2500, 96) 9 + 4224256 442368 reduce_maxout_W[0] (96, 3, 384) 10 + 4666624 1152 reduce_maxout_b[0] (96, 3) 11 + 4667776 384 reduce_ln_G[0] (96,) 12 + 4668160 384 reduce_ln_b[0] (96,) 13 + 4668544 331776 cnn_W[0] (96, 3, 288) 14 + 5000320 1152 cnn_b[0] (96, 3) 15 + 5001472 384 cnn_G[0] (96,) 16 + 5001856 384 cnn_b_ln[0] (96,) 17 + 5002240 331776 cnn_W[1] (96, 3, 288) 18 + 5334016 1152 cnn_b[1] (96, 3) 19 + 5335168 384 cnn_G[1] (96,) 20 + 5335552 384 cnn_b_ln[1] (96,) 21 + 5335936 331776 cnn_W[2] (96, 3, 288) 22 + 5667712 1152 cnn_b[2] (96, 3) 23 + 5668864 384 cnn_G[2] (96,) 24 + 5669248 384 cnn_b_ln[2] (96,) 25 + 5669632 331776 cnn_W[3] (96, 3, 288) 26 + 6001408 1152 cnn_b[3] (96, 3) 27 + 6002560 384 cnn_G[3] (96,) 28 + 6002944 384 cnn_b_ln[3] (96,) 29 + 6003328 24576 linear_project_W[0] (64, 96) 30 + 6027904 256 linear_project_b[0] (64,) 31 + 6028160 98304 lower_W[0] (3, 64, 2, 64) 32 + 6126464 512 lower_b[0] (64, 2) 33 + 6126976 1536 lower_pad[0] (1, 3, 64, 2) 34 + 6128512 18944 upper_W[0] (74, 64) 35 + 6147456 296 upper_b[0] (74,)