| # Sharded Model Archive | |
| This directory contains a sharded gzip-compressed tar archive of your model weights. | |
| ## Contents | |
| - model.tar.gz.part.000, 001, ... — Shards (≤ 10G each) | |
| - TAR.SHA256 — SHA256 checksum of the full tar stream | |
| - PARTS.SHA256SUMS — SHA256 checksums of individual parts | |
| - ASSEMBLE_AND_EXTRACT.sh — Helper to verify, reassemble, and extract | |
| ## How to extract | |
| ```bash | |
| cd eurollm-9b-mcore-phase3-long-context-parts | |
| ./ASSEMBLE_AND_EXTRACT.sh /path/to/destination | |
| ``` | |
| This verifies all parts and the full stream before extraction. | |