Views
No views yet
| Property | Value |
|---|---|
| Parameters | 2,326,392 |
| BPB | 1.9697 |
| Training step | 0 |
| n_harmonics | 32 |
| n_layers | 8 |
| n_groups | 7 |
| d_model | 448 |
| 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-2m-chinchilla", "model.safetensors"))
5config = json.load(open(hf_hub_download("MonumentalSystems/wire-2m-chinchilla", "config.json")))