Views
No views yet
| Property | Value |
|---|---|
| Parameters | 8,894,520 |
| BPB | 3.0866 |
| Training step | 5,000 |
| n_harmonics | 64 |
| n_layers | 8 |
| n_groups | 7 |
| d_model | 896 |
| Vocab | 256 (raw bytes) |
1from huggingface_hub import hf_hub_download
2from safetensors.torch import load_file
3
4weights = load_file(hf_hub_download("MonumentalSystems/wire-9m-best", "model.safetensors"))
5config = json.load(open(hf_hub_download("MonumentalSystems/wire-9m-best", "config.json")))