Commit ·
85ebb91
verified ·
0
Parent(s):
Duplicate from HeartMuLa/HeartMuLa-oss-3B
Browse filesCo-authored-by: HeartMuLa <HeartMuLa@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +60 -0
- config.json +14 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +296 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- zh
|
| 5 |
+
- en
|
| 6 |
+
- ja
|
| 7 |
+
- ko
|
| 8 |
+
- es
|
| 9 |
+
pipeline_tag: text-to-audio
|
| 10 |
+
tags:
|
| 11 |
+
- music
|
| 12 |
+
- art
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
## Model Details
|
| 17 |
+
|
| 18 |
+
### Model Description
|
| 19 |
+
|
| 20 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 21 |
+
|
| 22 |
+
- **Developed by:** [HeartMuLa Team]
|
| 23 |
+
- **License:** [Apache 2.0]
|
| 24 |
+
|
| 25 |
+
### Model Sources
|
| 26 |
+
|
| 27 |
+
<!-- Provide the basic links for the model. -->
|
| 28 |
+
|
| 29 |
+
- **Github Repo:** https://github.com/HeartMuLa/heartlib
|
| 30 |
+
- **Paper:** https://arxiv.org/abs/2601.10547
|
| 31 |
+
- **Demo:** https://heartmula.github.io/
|
| 32 |
+
- **HeartMuLa-oss-3B:** https://huggingface.co/HeartMuLa/HeartMuLa-oss-3B
|
| 33 |
+
- **HeartCodec-oss:** https://huggingface.co/HeartMuLa/HeartCodec-oss
|
| 34 |
+
- **HeartTranscriptor-oss:** https://huggingface.co/HeartMuLa/HeartTranscriptor-oss
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
## Get Started
|
| 38 |
+
|
| 39 |
+
Check our github repo https://github.com/HeartMuLa/heartlib for a quickstart and local deployment of HeartMuLa.
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 44 |
+
If you find HeartMuLa useful, please cite:
|
| 45 |
+
|
| 46 |
+
```bibtex
|
| 47 |
+
@misc{yang2026heartmulafamilyopensourced,
|
| 48 |
+
title={HeartMuLa: A Family of Open Sourced Music Foundation Models},
|
| 49 |
+
author={Dongchao Yang and Yuxin Xie and Yuguo Yin and Zheyu Wang and Xiaoyu Yi and Gongxi Zhu and Xiaolong Weng and Zihan Xiong and Yingzhe Ma and Dading Cong and Jingliang Liu and Zihang Huang and Jinghan Ru and Rongjie Huang and Haoran Wan and Peixu Wang and Kuoxi Yu and Helin Wang and Liming Liang and Xianwei Zhuang and Yuanyuan Wang and Haohan Guo and Junjie Cao and Zeqian Ju and Songxiang Liu and Yuewen Cao and Heming Weng and Yuexian Zou},
|
| 50 |
+
year={2026},
|
| 51 |
+
eprint={2601.10547},
|
| 52 |
+
archivePrefix={arXiv},
|
| 53 |
+
primaryClass={cs.SD},
|
| 54 |
+
url={https://arxiv.org/abs/2601.10547},
|
| 55 |
+
}
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
## Contact
|
| 60 |
+
If you are interested in HeartMuLa, feel free to reach us at heartmula.ai@gmail.com
|
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"HeartMuLa"
|
| 4 |
+
],
|
| 5 |
+
"audio_num_codebooks": 8,
|
| 6 |
+
"audio_vocab_size": 8197,
|
| 7 |
+
"backbone_flavor": "llama-3B",
|
| 8 |
+
"decoder_flavor": "llama-300M",
|
| 9 |
+
"model_type": "heartmula",
|
| 10 |
+
"muq_dim": 512,
|
| 11 |
+
"text_vocab_size": 128256,
|
| 12 |
+
"torch_dtype": "float32",
|
| 13 |
+
"transformers_version": "4.45.1"
|
| 14 |
+
}
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:211968cbe5178c7c7c0e26c79d41a49e53b906a7416b0a94e00ba20f8eaf5b26
|
| 3 |
+
size 4933188000
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7035a3f488acdcbdb95cad247c37c3acb7d0066c7458a6c58dc341ce186c359
|
| 3 |
+
size 4932808592
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ac4b0bc001498f267e077392d813bcd63ece2d9d230d1e1e5e4cc6f38d3636a
|
| 3 |
+
size 4935901576
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b934da1102acca846cdcbc7abd38a33be80a44891a9d84e03eff786738c4df6
|
| 3 |
+
size 950588000
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,296 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15752454144
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"audio_embeddings.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"audio_head": "model-00001-of-00004.safetensors",
|
| 8 |
+
"backbone.layers.0.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"backbone.layers.0.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"backbone.layers.0.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"backbone.layers.0.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"backbone.layers.0.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"backbone.layers.0.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"backbone.layers.0.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"backbone.layers.0.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 16 |
+
"backbone.layers.0.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 17 |
+
"backbone.layers.1.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"backbone.layers.1.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"backbone.layers.1.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"backbone.layers.1.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"backbone.layers.1.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"backbone.layers.1.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"backbone.layers.1.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"backbone.layers.1.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 25 |
+
"backbone.layers.1.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 26 |
+
"backbone.layers.10.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"backbone.layers.10.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"backbone.layers.10.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"backbone.layers.10.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"backbone.layers.10.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"backbone.layers.10.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 32 |
+
"backbone.layers.10.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"backbone.layers.10.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 34 |
+
"backbone.layers.10.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 35 |
+
"backbone.layers.11.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"backbone.layers.11.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"backbone.layers.11.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"backbone.layers.11.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"backbone.layers.11.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"backbone.layers.11.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"backbone.layers.11.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"backbone.layers.11.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 43 |
+
"backbone.layers.11.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 44 |
+
"backbone.layers.12.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"backbone.layers.12.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"backbone.layers.12.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"backbone.layers.12.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"backbone.layers.12.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"backbone.layers.12.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"backbone.layers.12.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"backbone.layers.12.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 52 |
+
"backbone.layers.12.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 53 |
+
"backbone.layers.13.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"backbone.layers.13.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"backbone.layers.13.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"backbone.layers.13.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"backbone.layers.13.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"backbone.layers.13.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"backbone.layers.13.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"backbone.layers.13.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 61 |
+
"backbone.layers.13.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 62 |
+
"backbone.layers.14.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"backbone.layers.14.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"backbone.layers.14.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"backbone.layers.14.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"backbone.layers.14.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"backbone.layers.14.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"backbone.layers.14.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"backbone.layers.14.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 70 |
+
"backbone.layers.14.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 71 |
+
"backbone.layers.15.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"backbone.layers.15.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"backbone.layers.15.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"backbone.layers.15.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"backbone.layers.15.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"backbone.layers.15.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"backbone.layers.15.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"backbone.layers.15.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 79 |
+
"backbone.layers.15.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 80 |
+
"backbone.layers.16.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"backbone.layers.16.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"backbone.layers.16.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"backbone.layers.16.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"backbone.layers.16.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"backbone.layers.16.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"backbone.layers.16.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"backbone.layers.16.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 88 |
+
"backbone.layers.16.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 89 |
+
"backbone.layers.17.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"backbone.layers.17.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"backbone.layers.17.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"backbone.layers.17.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"backbone.layers.17.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"backbone.layers.17.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"backbone.layers.17.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"backbone.layers.17.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 97 |
+
"backbone.layers.17.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 98 |
+
"backbone.layers.18.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"backbone.layers.18.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"backbone.layers.18.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"backbone.layers.18.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"backbone.layers.18.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"backbone.layers.18.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"backbone.layers.18.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"backbone.layers.18.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 106 |
+
"backbone.layers.18.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 107 |
+
"backbone.layers.19.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"backbone.layers.19.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"backbone.layers.19.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"backbone.layers.19.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"backbone.layers.19.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"backbone.layers.19.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"backbone.layers.19.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"backbone.layers.19.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 115 |
+
"backbone.layers.19.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 116 |
+
"backbone.layers.2.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 117 |
+
"backbone.layers.2.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 118 |
+
"backbone.layers.2.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 119 |
+
"backbone.layers.2.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 120 |
+
"backbone.layers.2.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 121 |
+
"backbone.layers.2.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 122 |
+
"backbone.layers.2.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 123 |
+
"backbone.layers.2.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 124 |
+
"backbone.layers.2.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 125 |
+
"backbone.layers.20.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"backbone.layers.20.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 127 |
+
"backbone.layers.20.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"backbone.layers.20.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 129 |
+
"backbone.layers.20.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 130 |
+
"backbone.layers.20.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"backbone.layers.20.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"backbone.layers.20.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 133 |
+
"backbone.layers.20.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 134 |
+
"backbone.layers.21.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"backbone.layers.21.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"backbone.layers.21.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 137 |
+
"backbone.layers.21.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"backbone.layers.21.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"backbone.layers.21.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"backbone.layers.21.mlp.w3.weight": "model-00002-of-00004.safetensors",
|
| 141 |
+
"backbone.layers.21.mlp_norm.scale": "model-00002-of-00004.safetensors",
|
| 142 |
+
"backbone.layers.21.sa_norm.scale": "model-00002-of-00004.safetensors",
|
| 143 |
+
"backbone.layers.22.attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 144 |
+
"backbone.layers.22.attn.output_proj.weight": "model-00002-of-00004.safetensors",
|
| 145 |
+
"backbone.layers.22.attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 146 |
+
"backbone.layers.22.attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 147 |
+
"backbone.layers.22.mlp.w1.weight": "model-00002-of-00004.safetensors",
|
| 148 |
+
"backbone.layers.22.mlp.w2.weight": "model-00002-of-00004.safetensors",
|
| 149 |
+
"backbone.layers.22.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"backbone.layers.22.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 151 |
+
"backbone.layers.22.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 152 |
+
"backbone.layers.23.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 153 |
+
"backbone.layers.23.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 154 |
+
"backbone.layers.23.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 155 |
+
"backbone.layers.23.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 156 |
+
"backbone.layers.23.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 157 |
+
"backbone.layers.23.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 158 |
+
"backbone.layers.23.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 159 |
+
"backbone.layers.23.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 160 |
+
"backbone.layers.23.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 161 |
+
"backbone.layers.24.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 162 |
+
"backbone.layers.24.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 163 |
+
"backbone.layers.24.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 164 |
+
"backbone.layers.24.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"backbone.layers.24.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"backbone.layers.24.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"backbone.layers.24.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"backbone.layers.24.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 169 |
+
"backbone.layers.24.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 170 |
+
"backbone.layers.25.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"backbone.layers.25.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"backbone.layers.25.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 173 |
+
"backbone.layers.25.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"backbone.layers.25.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"backbone.layers.25.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"backbone.layers.25.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"backbone.layers.25.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 178 |
+
"backbone.layers.25.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 179 |
+
"backbone.layers.26.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"backbone.layers.26.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"backbone.layers.26.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 182 |
+
"backbone.layers.26.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"backbone.layers.26.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"backbone.layers.26.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"backbone.layers.26.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"backbone.layers.26.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 187 |
+
"backbone.layers.26.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 188 |
+
"backbone.layers.27.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"backbone.layers.27.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"backbone.layers.27.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"backbone.layers.27.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"backbone.layers.27.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"backbone.layers.27.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"backbone.layers.27.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"backbone.layers.27.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 196 |
+
"backbone.layers.27.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 197 |
+
"backbone.layers.3.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 198 |
+
"backbone.layers.3.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 199 |
+
"backbone.layers.3.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 200 |
+
"backbone.layers.3.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 201 |
+
"backbone.layers.3.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 202 |
+
"backbone.layers.3.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 203 |
+
"backbone.layers.3.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 204 |
+
"backbone.layers.3.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 205 |
+
"backbone.layers.3.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 206 |
+
"backbone.layers.4.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 207 |
+
"backbone.layers.4.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 208 |
+
"backbone.layers.4.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 209 |
+
"backbone.layers.4.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 210 |
+
"backbone.layers.4.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 211 |
+
"backbone.layers.4.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 212 |
+
"backbone.layers.4.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 213 |
+
"backbone.layers.4.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 214 |
+
"backbone.layers.4.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 215 |
+
"backbone.layers.5.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 216 |
+
"backbone.layers.5.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 217 |
+
"backbone.layers.5.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 218 |
+
"backbone.layers.5.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 219 |
+
"backbone.layers.5.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 220 |
+
"backbone.layers.5.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 221 |
+
"backbone.layers.5.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 222 |
+
"backbone.layers.5.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 223 |
+
"backbone.layers.5.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 224 |
+
"backbone.layers.6.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 225 |
+
"backbone.layers.6.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 226 |
+
"backbone.layers.6.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 227 |
+
"backbone.layers.6.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 228 |
+
"backbone.layers.6.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 229 |
+
"backbone.layers.6.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 230 |
+
"backbone.layers.6.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 231 |
+
"backbone.layers.6.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 232 |
+
"backbone.layers.6.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 233 |
+
"backbone.layers.7.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 234 |
+
"backbone.layers.7.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 235 |
+
"backbone.layers.7.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 236 |
+
"backbone.layers.7.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 237 |
+
"backbone.layers.7.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 238 |
+
"backbone.layers.7.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 239 |
+
"backbone.layers.7.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 240 |
+
"backbone.layers.7.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 241 |
+
"backbone.layers.7.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 242 |
+
"backbone.layers.8.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 243 |
+
"backbone.layers.8.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 244 |
+
"backbone.layers.8.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 245 |
+
"backbone.layers.8.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 246 |
+
"backbone.layers.8.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 247 |
+
"backbone.layers.8.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 248 |
+
"backbone.layers.8.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 249 |
+
"backbone.layers.8.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 250 |
+
"backbone.layers.8.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 251 |
+
"backbone.layers.9.attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 252 |
+
"backbone.layers.9.attn.output_proj.weight": "model-00001-of-00004.safetensors",
|
| 253 |
+
"backbone.layers.9.attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 254 |
+
"backbone.layers.9.attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 255 |
+
"backbone.layers.9.mlp.w1.weight": "model-00001-of-00004.safetensors",
|
| 256 |
+
"backbone.layers.9.mlp.w2.weight": "model-00001-of-00004.safetensors",
|
| 257 |
+
"backbone.layers.9.mlp.w3.weight": "model-00001-of-00004.safetensors",
|
| 258 |
+
"backbone.layers.9.mlp_norm.scale": "model-00001-of-00004.safetensors",
|
| 259 |
+
"backbone.layers.9.sa_norm.scale": "model-00001-of-00004.safetensors",
|
| 260 |
+
"backbone.norm.scale": "model-00003-of-00004.safetensors",
|
| 261 |
+
"codebook0_head.weight": "model-00004-of-00004.safetensors",
|
| 262 |
+
"decoder.layers.0.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 263 |
+
"decoder.layers.0.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 264 |
+
"decoder.layers.0.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 265 |
+
"decoder.layers.0.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 266 |
+
"decoder.layers.0.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 267 |
+
"decoder.layers.0.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 268 |
+
"decoder.layers.0.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 269 |
+
"decoder.layers.0.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 270 |
+
"decoder.layers.0.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 271 |
+
"decoder.layers.1.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 272 |
+
"decoder.layers.1.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 273 |
+
"decoder.layers.1.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"decoder.layers.1.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 275 |
+
"decoder.layers.1.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"decoder.layers.1.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 277 |
+
"decoder.layers.1.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"decoder.layers.1.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 279 |
+
"decoder.layers.1.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 280 |
+
"decoder.layers.2.attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 281 |
+
"decoder.layers.2.attn.output_proj.weight": "model-00003-of-00004.safetensors",
|
| 282 |
+
"decoder.layers.2.attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 283 |
+
"decoder.layers.2.attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 284 |
+
"decoder.layers.2.mlp.w1.weight": "model-00003-of-00004.safetensors",
|
| 285 |
+
"decoder.layers.2.mlp.w2.weight": "model-00003-of-00004.safetensors",
|
| 286 |
+
"decoder.layers.2.mlp.w3.weight": "model-00003-of-00004.safetensors",
|
| 287 |
+
"decoder.layers.2.mlp_norm.scale": "model-00003-of-00004.safetensors",
|
| 288 |
+
"decoder.layers.2.sa_norm.scale": "model-00003-of-00004.safetensors",
|
| 289 |
+
"decoder.norm.scale": "model-00003-of-00004.safetensors",
|
| 290 |
+
"muq_linear.bias": "model-00004-of-00004.safetensors",
|
| 291 |
+
"muq_linear.weight": "model-00004-of-00004.safetensors",
|
| 292 |
+
"projection.weight": "model-00004-of-00004.safetensors",
|
| 293 |
+
"text_embeddings.weight": "model-00003-of-00004.safetensors",
|
| 294 |
+
"unconditional_text_embedding.weight": "model-00004-of-00004.safetensors"
|
| 295 |
+
}
|
| 296 |
+
}
|