Add files using upload-large-folder tool
Browse files- .gitattributes +0 -34
- LICENSE +21 -0
- README.md +38 -13
- config.json +1 -1
- mlx_manifest.json +9 -0
- model.safetensors +2 -2
- model.safetensors.index.json +518 -0
.gitattributes
CHANGED
|
@@ -1,35 +1 @@
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) XiaomiMiMo
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
<div align="center">
|
| 5 |
<picture>
|
|
@@ -39,6 +45,14 @@ license: mit
|
|
| 39 |
|
| 40 |
<br/>
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Introduction
|
| 43 |
|
| 44 |
Existing audio language models typically rely on task-specific fine-tuning to accomplish particular audio tasks. In contrast, humans are able to generalize to new audio tasks with only a few examples or simple instructions. GPT-3 has shown that scaling next-token prediction pretraining enables strong generalization capabilities in text, and we believe this paradigm is equally applicable to the audio domain. By scaling MiMo-Audio's pretraining data to over one hundred million of hours, we observe the emergence of few-shot learning capabilities across a diverse set of audio tasks. We develop a systematic evaluation of these capabilities and find that MiMo-Audio-7B-Base achieves SOTA performance on both speech intelligence and audio understanding benchmarks among open-source models. Beyond standard metrics, MiMo-Audio-7B-Base generalizes to tasks absent from its training data, such as voice conversion, style transfer, and speech editing. MiMo-Audio-7B-Base also demonstrates powerful speech continuation capabilities, capable of generating highly realistic talk shows, recitations, livestreaming and debates. At the post-training stage, we curate a diverse instruction-tuning corpus and introduce thinking mechanisms into both audio understanding and generation. MiMo-Audio-7B-Instruct achieves open-source SOTA on audio understanding benchmarks, spoken dialogue benchmarks and instruct-TTS evaluations, approaching or surpassing closed-source models.
|
|
@@ -47,10 +61,10 @@ Existing audio language models typically rely on task-specific fine-tuning to ac
|
|
| 47 |
<img width="95%" src="https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/assets/Results.png?raw=true">
|
| 48 |
</p>
|
| 49 |
|
| 50 |
-
|
| 51 |
-
|
| 52 |
## Architecture
|
|
|
|
| 53 |
### MiMo-Audio-Tokenizer
|
|
|
|
| 54 |
MiMo-Audio-Tokenizer is a 1.2B-parameter Transformer operating at 25 Hz. It employs an eight-layer RVQ stack to generate 200 tokens per second. By jointly optimizing semantic and reconstruction objectives, we train MiMo-Audio-Tokenizer from scratch on a 10-million-hour corpus, achieving superior reconstruction quality and facilitating downstream language modeling.
|
| 55 |
|
| 56 |
<p align="center">
|
|
@@ -58,38 +72,42 @@ MiMo-Audio-Tokenizer is a 1.2B-parameter Transformer operating at 25 Hz. It empl
|
|
| 58 |
</p>
|
| 59 |
|
| 60 |
MiMo-Audio couples a patch encoder, an LLM, and a patch decoder to improve modeling efficiency for high-rate sequences and bridge the length mismatch between speech and text. The patch encoder aggregates four consecutive time steps of RVQ tokens into a single patch, downsampling the sequence to a 6.25 Hz representation for the LLM. The patch decoder autoregressively generates the full 25 Hz RVQ token sequence via a delayed-generation scheme.
|
|
|
|
| 61 |
### MiMo-Audio
|
|
|
|
| 62 |
<p align="center">
|
| 63 |
<img width="95%" src="https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/assets/architecture.png?raw=true">
|
| 64 |
</p>
|
| 65 |
|
| 66 |
-
##
|
|
|
|
| 67 |
- 🎧 **Try the Hugging Face demo:** [MiMo-Audio Demo](https://huggingface.co/spaces/XiaomiMiMo/mimo_audio_chat)
|
| 68 |
- 📰 **Read the Official Blog:** [MiMo-Audio Blog](https://xiaomimimo.github.io/MiMo-Audio-Demo)
|
| 69 |
- 📄 **Dive into the Technical Report:** [MiMo-Audio Technical Report](https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/MiMo-Audio-Technical-Report.pdf)
|
| 70 |
|
| 71 |
-
|
| 72 |
## Model Download
|
|
|
|
| 73 |
| Models | 🤗 Hugging Face |
|
| 74 |
|-------|-------|
|
| 75 |
| MiMo-Audio-Tokenizer | [XiaomiMiMo/MiMo-Audio-Tokenizer](https://huggingface.co/XiaomiMiMo/MiMo-Audio-Tokenizer) |
|
| 76 |
| MiMo-Audio-7B-Base | [XiaomiMiMo/MiMo-Audio-7B-Base](https://huggingface.co/XiaomiMiMo/MiMo-Audio-7B-Base) |
|
| 77 |
| MiMo-Audio-7B-Instruct | [XiaomiMiMo/MiMo-Audio-7B-Instruct](https://huggingface.co/XiaomiMiMo/MiMo-Audio-7B-Instruct) |
|
| 78 |
|
| 79 |
-
|
| 80 |
-
|
| 81 |
## Getting Started
|
| 82 |
|
| 83 |
Spin up the MiMo-Audio demo in minutes with the built-in Gradio app.
|
| 84 |
|
| 85 |
### Installation
|
| 86 |
-
|
|
|
|
| 87 |
git clone https://github.com/XiaomiMiMo/MiMo-Audio.git
|
| 88 |
cd MiMo-Audio
|
| 89 |
pip install -e .
|
| 90 |
```
|
|
|
|
| 91 |
### Run the demo
|
| 92 |
-
|
|
|
|
| 93 |
python run_mimo_audio.py
|
| 94 |
```
|
| 95 |
|
|
@@ -104,21 +122,29 @@ Enter the local paths for `MiMo-Audio-Tokenizer` and `MiMo-Audio-7B-Instruct`, t
|
|
| 104 |
## Inference Scripts
|
| 105 |
|
| 106 |
### Base Model
|
|
|
|
| 107 |
We provide an example script to explore the **in-context learning** capabilities of `MiMo-Audio-7B-Base`.
|
| 108 |
See: [`inference_example_pretrain.py`](https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/inference_example_pretrain.py)
|
| 109 |
|
| 110 |
### Instruct Model
|
|
|
|
| 111 |
To try the instruction-tuned model `MiMo-Audio-7B-Instruct`, use the corresponding inference script.
|
| 112 |
See: [`inference_example_sft.py`](https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/inference_example_sft.py)
|
| 113 |
|
| 114 |
-
|
| 115 |
-
|
| 116 |
## Evaluation Toolkit
|
| 117 |
-
Full evaluation suite are available at 🌐[MiMo-Audio-Eval](https://github.com/XiaomiMiMo/MiMo-Audio-Eval).
|
| 118 |
|
|
|
|
| 119 |
|
| 120 |
This toolkit is designed to evaluate MiMo-Audio and other recent audio LLMs as mentioned in the paper. It provides a flexible and extensible framework, supporting a wide range of datasets, tasks, and models.
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
## Citation
|
| 123 |
|
| 124 |
```bibtex
|
|
@@ -130,7 +156,6 @@ This toolkit is designed to evaluate MiMo-Audio and other recent audio LLMs as m
|
|
| 130 |
}
|
| 131 |
```
|
| 132 |
|
| 133 |
-
|
| 134 |
## Contact
|
| 135 |
|
| 136 |
-
Please contact us at [mimo@xiaomi.com](mailto:mimo@xiaomi.com) or open an issue if you have any questions.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model: XiaomiMiMo/MiMo-Audio-Tokenizer
|
| 4 |
+
tags:
|
| 5 |
+
- mlx
|
| 6 |
+
- speech
|
| 7 |
+
- audio-tokenizer
|
| 8 |
+
- automatic-speech-recognition
|
| 9 |
---
|
| 10 |
<div align="center">
|
| 11 |
<picture>
|
|
|
|
| 45 |
|
| 46 |
<br/>
|
| 47 |
|
| 48 |
+
## MLX Conversion
|
| 49 |
+
|
| 50 |
+
This repository is the MLX export used by `mlx-community/MiMo-V2.5-ASR-MLX`.
|
| 51 |
+
|
| 52 |
+
- Default precision is `fp32`.
|
| 53 |
+
- This export keeps the encoder and RVQ path used by MiMo ASR.
|
| 54 |
+
- Decoder and vocoder weights are omitted here because they are not used in the ASR pipeline.
|
| 55 |
+
|
| 56 |
## Introduction
|
| 57 |
|
| 58 |
Existing audio language models typically rely on task-specific fine-tuning to accomplish particular audio tasks. In contrast, humans are able to generalize to new audio tasks with only a few examples or simple instructions. GPT-3 has shown that scaling next-token prediction pretraining enables strong generalization capabilities in text, and we believe this paradigm is equally applicable to the audio domain. By scaling MiMo-Audio's pretraining data to over one hundred million of hours, we observe the emergence of few-shot learning capabilities across a diverse set of audio tasks. We develop a systematic evaluation of these capabilities and find that MiMo-Audio-7B-Base achieves SOTA performance on both speech intelligence and audio understanding benchmarks among open-source models. Beyond standard metrics, MiMo-Audio-7B-Base generalizes to tasks absent from its training data, such as voice conversion, style transfer, and speech editing. MiMo-Audio-7B-Base also demonstrates powerful speech continuation capabilities, capable of generating highly realistic talk shows, recitations, livestreaming and debates. At the post-training stage, we curate a diverse instruction-tuning corpus and introduce thinking mechanisms into both audio understanding and generation. MiMo-Audio-7B-Instruct achieves open-source SOTA on audio understanding benchmarks, spoken dialogue benchmarks and instruct-TTS evaluations, approaching or surpassing closed-source models.
|
|
|
|
| 61 |
<img width="95%" src="https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/assets/Results.png?raw=true">
|
| 62 |
</p>
|
| 63 |
|
|
|
|
|
|
|
| 64 |
## Architecture
|
| 65 |
+
|
| 66 |
### MiMo-Audio-Tokenizer
|
| 67 |
+
|
| 68 |
MiMo-Audio-Tokenizer is a 1.2B-parameter Transformer operating at 25 Hz. It employs an eight-layer RVQ stack to generate 200 tokens per second. By jointly optimizing semantic and reconstruction objectives, we train MiMo-Audio-Tokenizer from scratch on a 10-million-hour corpus, achieving superior reconstruction quality and facilitating downstream language modeling.
|
| 69 |
|
| 70 |
<p align="center">
|
|
|
|
| 72 |
</p>
|
| 73 |
|
| 74 |
MiMo-Audio couples a patch encoder, an LLM, and a patch decoder to improve modeling efficiency for high-rate sequences and bridge the length mismatch between speech and text. The patch encoder aggregates four consecutive time steps of RVQ tokens into a single patch, downsampling the sequence to a 6.25 Hz representation for the LLM. The patch decoder autoregressively generates the full 25 Hz RVQ token sequence via a delayed-generation scheme.
|
| 75 |
+
|
| 76 |
### MiMo-Audio
|
| 77 |
+
|
| 78 |
<p align="center">
|
| 79 |
<img width="95%" src="https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/assets/architecture.png?raw=true">
|
| 80 |
</p>
|
| 81 |
|
| 82 |
+
## Explore MiMo-Audio Now! 🚀🚀🚀
|
| 83 |
+
|
| 84 |
- 🎧 **Try the Hugging Face demo:** [MiMo-Audio Demo](https://huggingface.co/spaces/XiaomiMiMo/mimo_audio_chat)
|
| 85 |
- 📰 **Read the Official Blog:** [MiMo-Audio Blog](https://xiaomimimo.github.io/MiMo-Audio-Demo)
|
| 86 |
- 📄 **Dive into the Technical Report:** [MiMo-Audio Technical Report](https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/MiMo-Audio-Technical-Report.pdf)
|
| 87 |
|
|
|
|
| 88 |
## Model Download
|
| 89 |
+
|
| 90 |
| Models | 🤗 Hugging Face |
|
| 91 |
|-------|-------|
|
| 92 |
| MiMo-Audio-Tokenizer | [XiaomiMiMo/MiMo-Audio-Tokenizer](https://huggingface.co/XiaomiMiMo/MiMo-Audio-Tokenizer) |
|
| 93 |
| MiMo-Audio-7B-Base | [XiaomiMiMo/MiMo-Audio-7B-Base](https://huggingface.co/XiaomiMiMo/MiMo-Audio-7B-Base) |
|
| 94 |
| MiMo-Audio-7B-Instruct | [XiaomiMiMo/MiMo-Audio-7B-Instruct](https://huggingface.co/XiaomiMiMo/MiMo-Audio-7B-Instruct) |
|
| 95 |
|
|
|
|
|
|
|
| 96 |
## Getting Started
|
| 97 |
|
| 98 |
Spin up the MiMo-Audio demo in minutes with the built-in Gradio app.
|
| 99 |
|
| 100 |
### Installation
|
| 101 |
+
|
| 102 |
+
```sh
|
| 103 |
git clone https://github.com/XiaomiMiMo/MiMo-Audio.git
|
| 104 |
cd MiMo-Audio
|
| 105 |
pip install -e .
|
| 106 |
```
|
| 107 |
+
|
| 108 |
### Run the demo
|
| 109 |
+
|
| 110 |
+
```sh
|
| 111 |
python run_mimo_audio.py
|
| 112 |
```
|
| 113 |
|
|
|
|
| 122 |
## Inference Scripts
|
| 123 |
|
| 124 |
### Base Model
|
| 125 |
+
|
| 126 |
We provide an example script to explore the **in-context learning** capabilities of `MiMo-Audio-7B-Base`.
|
| 127 |
See: [`inference_example_pretrain.py`](https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/inference_example_pretrain.py)
|
| 128 |
|
| 129 |
### Instruct Model
|
| 130 |
+
|
| 131 |
To try the instruction-tuned model `MiMo-Audio-7B-Instruct`, use the corresponding inference script.
|
| 132 |
See: [`inference_example_sft.py`](https://github.com/XiaomiMiMo/MiMo-Audio/blob/main/inference_example_sft.py)
|
| 133 |
|
|
|
|
|
|
|
| 134 |
## Evaluation Toolkit
|
|
|
|
| 135 |
|
| 136 |
+
Full evaluation suite are available at 🌐[MiMo-Audio-Eval](https://github.com/XiaomiMiMo/MiMo-Audio-Eval).
|
| 137 |
|
| 138 |
This toolkit is designed to evaluate MiMo-Audio and other recent audio LLMs as mentioned in the paper. It provides a flexible and extensible framework, supporting a wide range of datasets, tasks, and models.
|
| 139 |
|
| 140 |
+
## Validation
|
| 141 |
+
|
| 142 |
+
This MLX export was validated locally with `mlx-audio-swift` and `MiMo-V2.5-ASR-MLX`.
|
| 143 |
+
|
| 144 |
+
- Smoke samples: `intention.wav`, `conversational_a.wav`, `noisy_audio.wav`
|
| 145 |
+
- Release precision: `fp32`
|
| 146 |
+
- Lower-precision internal experiments were kept out of the Hub release to avoid frontend drift and naming ambiguity
|
| 147 |
+
|
| 148 |
## Citation
|
| 149 |
|
| 150 |
```bibtex
|
|
|
|
| 156 |
}
|
| 157 |
```
|
| 158 |
|
|
|
|
| 159 |
## Contact
|
| 160 |
|
| 161 |
+
Please contact us at [mimo@xiaomi.com](mailto:mimo@xiaomi.com) or open an issue if you have any questions.
|
config.json
CHANGED
|
@@ -69,4 +69,4 @@
|
|
| 69 |
40,
|
| 70 |
10
|
| 71 |
]
|
| 72 |
-
}
|
|
|
|
| 69 |
40,
|
| 70 |
10
|
| 71 |
]
|
| 72 |
+
}
|
mlx_manifest.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "mlx-compatible-safetensors",
|
| 3 |
+
"model": "MiMo-Audio-Tokenizer",
|
| 4 |
+
"precision": "float32",
|
| 5 |
+
"weight_pattern": "model*.safetensors",
|
| 6 |
+
"index_file": "model.safetensors.index.json",
|
| 7 |
+
"config_file": "config.json",
|
| 8 |
+
"source_model_dir": "../MiMo-Audio-Tokenizer"
|
| 9 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ce3493b01ac8b2c873256cdfe26ad049ea521b290cf65532afcfb1c9661a5c1
|
| 3 |
+
size 2575648345
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,518 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 2575595648,
|
| 4 |
+
"total_parameters": 643898912
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"conv1.bias": "model.safetensors",
|
| 8 |
+
"conv1.weight": "model.safetensors",
|
| 9 |
+
"conv2.bias": "model.safetensors",
|
| 10 |
+
"conv2.weight": "model.safetensors",
|
| 11 |
+
"down_sample.weight": "model.safetensors",
|
| 12 |
+
"down_sample_norm.bias": "model.safetensors",
|
| 13 |
+
"down_sample_norm.weight": "model.safetensors",
|
| 14 |
+
"layer_norm.bias": "model.safetensors",
|
| 15 |
+
"layer_norm.weight": "model.safetensors",
|
| 16 |
+
"layers.0.fc1.bias": "model.safetensors",
|
| 17 |
+
"layers.0.fc1.weight": "model.safetensors",
|
| 18 |
+
"layers.0.fc2.bias": "model.safetensors",
|
| 19 |
+
"layers.0.fc2.weight": "model.safetensors",
|
| 20 |
+
"layers.0.final_layer_norm.bias": "model.safetensors",
|
| 21 |
+
"layers.0.final_layer_norm.weight": "model.safetensors",
|
| 22 |
+
"layers.0.self_attn.k_proj.weight": "model.safetensors",
|
| 23 |
+
"layers.0.self_attn.out_proj.bias": "model.safetensors",
|
| 24 |
+
"layers.0.self_attn.out_proj.weight": "model.safetensors",
|
| 25 |
+
"layers.0.self_attn.q_proj.bias": "model.safetensors",
|
| 26 |
+
"layers.0.self_attn.q_proj.weight": "model.safetensors",
|
| 27 |
+
"layers.0.self_attn.v_proj.bias": "model.safetensors",
|
| 28 |
+
"layers.0.self_attn.v_proj.weight": "model.safetensors",
|
| 29 |
+
"layers.0.self_attn_layer_norm.bias": "model.safetensors",
|
| 30 |
+
"layers.0.self_attn_layer_norm.weight": "model.safetensors",
|
| 31 |
+
"layers.1.fc1.bias": "model.safetensors",
|
| 32 |
+
"layers.1.fc1.weight": "model.safetensors",
|
| 33 |
+
"layers.1.fc2.bias": "model.safetensors",
|
| 34 |
+
"layers.1.fc2.weight": "model.safetensors",
|
| 35 |
+
"layers.1.final_layer_norm.bias": "model.safetensors",
|
| 36 |
+
"layers.1.final_layer_norm.weight": "model.safetensors",
|
| 37 |
+
"layers.1.self_attn.k_proj.weight": "model.safetensors",
|
| 38 |
+
"layers.1.self_attn.out_proj.bias": "model.safetensors",
|
| 39 |
+
"layers.1.self_attn.out_proj.weight": "model.safetensors",
|
| 40 |
+
"layers.1.self_attn.q_proj.bias": "model.safetensors",
|
| 41 |
+
"layers.1.self_attn.q_proj.weight": "model.safetensors",
|
| 42 |
+
"layers.1.self_attn.v_proj.bias": "model.safetensors",
|
| 43 |
+
"layers.1.self_attn.v_proj.weight": "model.safetensors",
|
| 44 |
+
"layers.1.self_attn_layer_norm.bias": "model.safetensors",
|
| 45 |
+
"layers.1.self_attn_layer_norm.weight": "model.safetensors",
|
| 46 |
+
"layers.10.fc1.bias": "model.safetensors",
|
| 47 |
+
"layers.10.fc1.weight": "model.safetensors",
|
| 48 |
+
"layers.10.fc2.bias": "model.safetensors",
|
| 49 |
+
"layers.10.fc2.weight": "model.safetensors",
|
| 50 |
+
"layers.10.final_layer_norm.bias": "model.safetensors",
|
| 51 |
+
"layers.10.final_layer_norm.weight": "model.safetensors",
|
| 52 |
+
"layers.10.self_attn.k_proj.weight": "model.safetensors",
|
| 53 |
+
"layers.10.self_attn.out_proj.bias": "model.safetensors",
|
| 54 |
+
"layers.10.self_attn.out_proj.weight": "model.safetensors",
|
| 55 |
+
"layers.10.self_attn.q_proj.bias": "model.safetensors",
|
| 56 |
+
"layers.10.self_attn.q_proj.weight": "model.safetensors",
|
| 57 |
+
"layers.10.self_attn.v_proj.bias": "model.safetensors",
|
| 58 |
+
"layers.10.self_attn.v_proj.weight": "model.safetensors",
|
| 59 |
+
"layers.10.self_attn_layer_norm.bias": "model.safetensors",
|
| 60 |
+
"layers.10.self_attn_layer_norm.weight": "model.safetensors",
|
| 61 |
+
"layers.11.fc1.bias": "model.safetensors",
|
| 62 |
+
"layers.11.fc1.weight": "model.safetensors",
|
| 63 |
+
"layers.11.fc2.bias": "model.safetensors",
|
| 64 |
+
"layers.11.fc2.weight": "model.safetensors",
|
| 65 |
+
"layers.11.final_layer_norm.bias": "model.safetensors",
|
| 66 |
+
"layers.11.final_layer_norm.weight": "model.safetensors",
|
| 67 |
+
"layers.11.self_attn.k_proj.weight": "model.safetensors",
|
| 68 |
+
"layers.11.self_attn.out_proj.bias": "model.safetensors",
|
| 69 |
+
"layers.11.self_attn.out_proj.weight": "model.safetensors",
|
| 70 |
+
"layers.11.self_attn.q_proj.bias": "model.safetensors",
|
| 71 |
+
"layers.11.self_attn.q_proj.weight": "model.safetensors",
|
| 72 |
+
"layers.11.self_attn.v_proj.bias": "model.safetensors",
|
| 73 |
+
"layers.11.self_attn.v_proj.weight": "model.safetensors",
|
| 74 |
+
"layers.11.self_attn_layer_norm.bias": "model.safetensors",
|
| 75 |
+
"layers.11.self_attn_layer_norm.weight": "model.safetensors",
|
| 76 |
+
"layers.12.fc1.bias": "model.safetensors",
|
| 77 |
+
"layers.12.fc1.weight": "model.safetensors",
|
| 78 |
+
"layers.12.fc2.bias": "model.safetensors",
|
| 79 |
+
"layers.12.fc2.weight": "model.safetensors",
|
| 80 |
+
"layers.12.final_layer_norm.bias": "model.safetensors",
|
| 81 |
+
"layers.12.final_layer_norm.weight": "model.safetensors",
|
| 82 |
+
"layers.12.self_attn.k_proj.weight": "model.safetensors",
|
| 83 |
+
"layers.12.self_attn.out_proj.bias": "model.safetensors",
|
| 84 |
+
"layers.12.self_attn.out_proj.weight": "model.safetensors",
|
| 85 |
+
"layers.12.self_attn.q_proj.bias": "model.safetensors",
|
| 86 |
+
"layers.12.self_attn.q_proj.weight": "model.safetensors",
|
| 87 |
+
"layers.12.self_attn.v_proj.bias": "model.safetensors",
|
| 88 |
+
"layers.12.self_attn.v_proj.weight": "model.safetensors",
|
| 89 |
+
"layers.12.self_attn_layer_norm.bias": "model.safetensors",
|
| 90 |
+
"layers.12.self_attn_layer_norm.weight": "model.safetensors",
|
| 91 |
+
"layers.13.fc1.bias": "model.safetensors",
|
| 92 |
+
"layers.13.fc1.weight": "model.safetensors",
|
| 93 |
+
"layers.13.fc2.bias": "model.safetensors",
|
| 94 |
+
"layers.13.fc2.weight": "model.safetensors",
|
| 95 |
+
"layers.13.final_layer_norm.bias": "model.safetensors",
|
| 96 |
+
"layers.13.final_layer_norm.weight": "model.safetensors",
|
| 97 |
+
"layers.13.self_attn.k_proj.weight": "model.safetensors",
|
| 98 |
+
"layers.13.self_attn.out_proj.bias": "model.safetensors",
|
| 99 |
+
"layers.13.self_attn.out_proj.weight": "model.safetensors",
|
| 100 |
+
"layers.13.self_attn.q_proj.bias": "model.safetensors",
|
| 101 |
+
"layers.13.self_attn.q_proj.weight": "model.safetensors",
|
| 102 |
+
"layers.13.self_attn.v_proj.bias": "model.safetensors",
|
| 103 |
+
"layers.13.self_attn.v_proj.weight": "model.safetensors",
|
| 104 |
+
"layers.13.self_attn_layer_norm.bias": "model.safetensors",
|
| 105 |
+
"layers.13.self_attn_layer_norm.weight": "model.safetensors",
|
| 106 |
+
"layers.14.fc1.bias": "model.safetensors",
|
| 107 |
+
"layers.14.fc1.weight": "model.safetensors",
|
| 108 |
+
"layers.14.fc2.bias": "model.safetensors",
|
| 109 |
+
"layers.14.fc2.weight": "model.safetensors",
|
| 110 |
+
"layers.14.final_layer_norm.bias": "model.safetensors",
|
| 111 |
+
"layers.14.final_layer_norm.weight": "model.safetensors",
|
| 112 |
+
"layers.14.self_attn.k_proj.weight": "model.safetensors",
|
| 113 |
+
"layers.14.self_attn.out_proj.bias": "model.safetensors",
|
| 114 |
+
"layers.14.self_attn.out_proj.weight": "model.safetensors",
|
| 115 |
+
"layers.14.self_attn.q_proj.bias": "model.safetensors",
|
| 116 |
+
"layers.14.self_attn.q_proj.weight": "model.safetensors",
|
| 117 |
+
"layers.14.self_attn.v_proj.bias": "model.safetensors",
|
| 118 |
+
"layers.14.self_attn.v_proj.weight": "model.safetensors",
|
| 119 |
+
"layers.14.self_attn_layer_norm.bias": "model.safetensors",
|
| 120 |
+
"layers.14.self_attn_layer_norm.weight": "model.safetensors",
|
| 121 |
+
"layers.15.fc1.bias": "model.safetensors",
|
| 122 |
+
"layers.15.fc1.weight": "model.safetensors",
|
| 123 |
+
"layers.15.fc2.bias": "model.safetensors",
|
| 124 |
+
"layers.15.fc2.weight": "model.safetensors",
|
| 125 |
+
"layers.15.final_layer_norm.bias": "model.safetensors",
|
| 126 |
+
"layers.15.final_layer_norm.weight": "model.safetensors",
|
| 127 |
+
"layers.15.self_attn.k_proj.weight": "model.safetensors",
|
| 128 |
+
"layers.15.self_attn.out_proj.bias": "model.safetensors",
|
| 129 |
+
"layers.15.self_attn.out_proj.weight": "model.safetensors",
|
| 130 |
+
"layers.15.self_attn.q_proj.bias": "model.safetensors",
|
| 131 |
+
"layers.15.self_attn.q_proj.weight": "model.safetensors",
|
| 132 |
+
"layers.15.self_attn.v_proj.bias": "model.safetensors",
|
| 133 |
+
"layers.15.self_attn.v_proj.weight": "model.safetensors",
|
| 134 |
+
"layers.15.self_attn_layer_norm.bias": "model.safetensors",
|
| 135 |
+
"layers.15.self_attn_layer_norm.weight": "model.safetensors",
|
| 136 |
+
"layers.16.fc1.bias": "model.safetensors",
|
| 137 |
+
"layers.16.fc1.weight": "model.safetensors",
|
| 138 |
+
"layers.16.fc2.bias": "model.safetensors",
|
| 139 |
+
"layers.16.fc2.weight": "model.safetensors",
|
| 140 |
+
"layers.16.final_layer_norm.bias": "model.safetensors",
|
| 141 |
+
"layers.16.final_layer_norm.weight": "model.safetensors",
|
| 142 |
+
"layers.16.self_attn.k_proj.weight": "model.safetensors",
|
| 143 |
+
"layers.16.self_attn.out_proj.bias": "model.safetensors",
|
| 144 |
+
"layers.16.self_attn.out_proj.weight": "model.safetensors",
|
| 145 |
+
"layers.16.self_attn.q_proj.bias": "model.safetensors",
|
| 146 |
+
"layers.16.self_attn.q_proj.weight": "model.safetensors",
|
| 147 |
+
"layers.16.self_attn.v_proj.bias": "model.safetensors",
|
| 148 |
+
"layers.16.self_attn.v_proj.weight": "model.safetensors",
|
| 149 |
+
"layers.16.self_attn_layer_norm.bias": "model.safetensors",
|
| 150 |
+
"layers.16.self_attn_layer_norm.weight": "model.safetensors",
|
| 151 |
+
"layers.17.fc1.bias": "model.safetensors",
|
| 152 |
+
"layers.17.fc1.weight": "model.safetensors",
|
| 153 |
+
"layers.17.fc2.bias": "model.safetensors",
|
| 154 |
+
"layers.17.fc2.weight": "model.safetensors",
|
| 155 |
+
"layers.17.final_layer_norm.bias": "model.safetensors",
|
| 156 |
+
"layers.17.final_layer_norm.weight": "model.safetensors",
|
| 157 |
+
"layers.17.self_attn.k_proj.weight": "model.safetensors",
|
| 158 |
+
"layers.17.self_attn.out_proj.bias": "model.safetensors",
|
| 159 |
+
"layers.17.self_attn.out_proj.weight": "model.safetensors",
|
| 160 |
+
"layers.17.self_attn.q_proj.bias": "model.safetensors",
|
| 161 |
+
"layers.17.self_attn.q_proj.weight": "model.safetensors",
|
| 162 |
+
"layers.17.self_attn.v_proj.bias": "model.safetensors",
|
| 163 |
+
"layers.17.self_attn.v_proj.weight": "model.safetensors",
|
| 164 |
+
"layers.17.self_attn_layer_norm.bias": "model.safetensors",
|
| 165 |
+
"layers.17.self_attn_layer_norm.weight": "model.safetensors",
|
| 166 |
+
"layers.18.fc1.bias": "model.safetensors",
|
| 167 |
+
"layers.18.fc1.weight": "model.safetensors",
|
| 168 |
+
"layers.18.fc2.bias": "model.safetensors",
|
| 169 |
+
"layers.18.fc2.weight": "model.safetensors",
|
| 170 |
+
"layers.18.final_layer_norm.bias": "model.safetensors",
|
| 171 |
+
"layers.18.final_layer_norm.weight": "model.safetensors",
|
| 172 |
+
"layers.18.self_attn.k_proj.weight": "model.safetensors",
|
| 173 |
+
"layers.18.self_attn.out_proj.bias": "model.safetensors",
|
| 174 |
+
"layers.18.self_attn.out_proj.weight": "model.safetensors",
|
| 175 |
+
"layers.18.self_attn.q_proj.bias": "model.safetensors",
|
| 176 |
+
"layers.18.self_attn.q_proj.weight": "model.safetensors",
|
| 177 |
+
"layers.18.self_attn.v_proj.bias": "model.safetensors",
|
| 178 |
+
"layers.18.self_attn.v_proj.weight": "model.safetensors",
|
| 179 |
+
"layers.18.self_attn_layer_norm.bias": "model.safetensors",
|
| 180 |
+
"layers.18.self_attn_layer_norm.weight": "model.safetensors",
|
| 181 |
+
"layers.19.fc1.bias": "model.safetensors",
|
| 182 |
+
"layers.19.fc1.weight": "model.safetensors",
|
| 183 |
+
"layers.19.fc2.bias": "model.safetensors",
|
| 184 |
+
"layers.19.fc2.weight": "model.safetensors",
|
| 185 |
+
"layers.19.final_layer_norm.bias": "model.safetensors",
|
| 186 |
+
"layers.19.final_layer_norm.weight": "model.safetensors",
|
| 187 |
+
"layers.19.self_attn.k_proj.weight": "model.safetensors",
|
| 188 |
+
"layers.19.self_attn.out_proj.bias": "model.safetensors",
|
| 189 |
+
"layers.19.self_attn.out_proj.weight": "model.safetensors",
|
| 190 |
+
"layers.19.self_attn.q_proj.bias": "model.safetensors",
|
| 191 |
+
"layers.19.self_attn.q_proj.weight": "model.safetensors",
|
| 192 |
+
"layers.19.self_attn.v_proj.bias": "model.safetensors",
|
| 193 |
+
"layers.19.self_attn.v_proj.weight": "model.safetensors",
|
| 194 |
+
"layers.19.self_attn_layer_norm.bias": "model.safetensors",
|
| 195 |
+
"layers.19.self_attn_layer_norm.weight": "model.safetensors",
|
| 196 |
+
"layers.2.fc1.bias": "model.safetensors",
|
| 197 |
+
"layers.2.fc1.weight": "model.safetensors",
|
| 198 |
+
"layers.2.fc2.bias": "model.safetensors",
|
| 199 |
+
"layers.2.fc2.weight": "model.safetensors",
|
| 200 |
+
"layers.2.final_layer_norm.bias": "model.safetensors",
|
| 201 |
+
"layers.2.final_layer_norm.weight": "model.safetensors",
|
| 202 |
+
"layers.2.self_attn.k_proj.weight": "model.safetensors",
|
| 203 |
+
"layers.2.self_attn.out_proj.bias": "model.safetensors",
|
| 204 |
+
"layers.2.self_attn.out_proj.weight": "model.safetensors",
|
| 205 |
+
"layers.2.self_attn.q_proj.bias": "model.safetensors",
|
| 206 |
+
"layers.2.self_attn.q_proj.weight": "model.safetensors",
|
| 207 |
+
"layers.2.self_attn.v_proj.bias": "model.safetensors",
|
| 208 |
+
"layers.2.self_attn.v_proj.weight": "model.safetensors",
|
| 209 |
+
"layers.2.self_attn_layer_norm.bias": "model.safetensors",
|
| 210 |
+
"layers.2.self_attn_layer_norm.weight": "model.safetensors",
|
| 211 |
+
"layers.20.fc1.bias": "model.safetensors",
|
| 212 |
+
"layers.20.fc1.weight": "model.safetensors",
|
| 213 |
+
"layers.20.fc2.bias": "model.safetensors",
|
| 214 |
+
"layers.20.fc2.weight": "model.safetensors",
|
| 215 |
+
"layers.20.final_layer_norm.bias": "model.safetensors",
|
| 216 |
+
"layers.20.final_layer_norm.weight": "model.safetensors",
|
| 217 |
+
"layers.20.self_attn.k_proj.weight": "model.safetensors",
|
| 218 |
+
"layers.20.self_attn.out_proj.bias": "model.safetensors",
|
| 219 |
+
"layers.20.self_attn.out_proj.weight": "model.safetensors",
|
| 220 |
+
"layers.20.self_attn.q_proj.bias": "model.safetensors",
|
| 221 |
+
"layers.20.self_attn.q_proj.weight": "model.safetensors",
|
| 222 |
+
"layers.20.self_attn.v_proj.bias": "model.safetensors",
|
| 223 |
+
"layers.20.self_attn.v_proj.weight": "model.safetensors",
|
| 224 |
+
"layers.20.self_attn_layer_norm.bias": "model.safetensors",
|
| 225 |
+
"layers.20.self_attn_layer_norm.weight": "model.safetensors",
|
| 226 |
+
"layers.21.fc1.bias": "model.safetensors",
|
| 227 |
+
"layers.21.fc1.weight": "model.safetensors",
|
| 228 |
+
"layers.21.fc2.bias": "model.safetensors",
|
| 229 |
+
"layers.21.fc2.weight": "model.safetensors",
|
| 230 |
+
"layers.21.final_layer_norm.bias": "model.safetensors",
|
| 231 |
+
"layers.21.final_layer_norm.weight": "model.safetensors",
|
| 232 |
+
"layers.21.self_attn.k_proj.weight": "model.safetensors",
|
| 233 |
+
"layers.21.self_attn.out_proj.bias": "model.safetensors",
|
| 234 |
+
"layers.21.self_attn.out_proj.weight": "model.safetensors",
|
| 235 |
+
"layers.21.self_attn.q_proj.bias": "model.safetensors",
|
| 236 |
+
"layers.21.self_attn.q_proj.weight": "model.safetensors",
|
| 237 |
+
"layers.21.self_attn.v_proj.bias": "model.safetensors",
|
| 238 |
+
"layers.21.self_attn.v_proj.weight": "model.safetensors",
|
| 239 |
+
"layers.21.self_attn_layer_norm.bias": "model.safetensors",
|
| 240 |
+
"layers.21.self_attn_layer_norm.weight": "model.safetensors",
|
| 241 |
+
"layers.22.fc1.bias": "model.safetensors",
|
| 242 |
+
"layers.22.fc1.weight": "model.safetensors",
|
| 243 |
+
"layers.22.fc2.bias": "model.safetensors",
|
| 244 |
+
"layers.22.fc2.weight": "model.safetensors",
|
| 245 |
+
"layers.22.final_layer_norm.bias": "model.safetensors",
|
| 246 |
+
"layers.22.final_layer_norm.weight": "model.safetensors",
|
| 247 |
+
"layers.22.self_attn.k_proj.weight": "model.safetensors",
|
| 248 |
+
"layers.22.self_attn.out_proj.bias": "model.safetensors",
|
| 249 |
+
"layers.22.self_attn.out_proj.weight": "model.safetensors",
|
| 250 |
+
"layers.22.self_attn.q_proj.bias": "model.safetensors",
|
| 251 |
+
"layers.22.self_attn.q_proj.weight": "model.safetensors",
|
| 252 |
+
"layers.22.self_attn.v_proj.bias": "model.safetensors",
|
| 253 |
+
"layers.22.self_attn.v_proj.weight": "model.safetensors",
|
| 254 |
+
"layers.22.self_attn_layer_norm.bias": "model.safetensors",
|
| 255 |
+
"layers.22.self_attn_layer_norm.weight": "model.safetensors",
|
| 256 |
+
"layers.23.fc1.bias": "model.safetensors",
|
| 257 |
+
"layers.23.fc1.weight": "model.safetensors",
|
| 258 |
+
"layers.23.fc2.bias": "model.safetensors",
|
| 259 |
+
"layers.23.fc2.weight": "model.safetensors",
|
| 260 |
+
"layers.23.final_layer_norm.bias": "model.safetensors",
|
| 261 |
+
"layers.23.final_layer_norm.weight": "model.safetensors",
|
| 262 |
+
"layers.23.self_attn.k_proj.weight": "model.safetensors",
|
| 263 |
+
"layers.23.self_attn.out_proj.bias": "model.safetensors",
|
| 264 |
+
"layers.23.self_attn.out_proj.weight": "model.safetensors",
|
| 265 |
+
"layers.23.self_attn.q_proj.bias": "model.safetensors",
|
| 266 |
+
"layers.23.self_attn.q_proj.weight": "model.safetensors",
|
| 267 |
+
"layers.23.self_attn.v_proj.bias": "model.safetensors",
|
| 268 |
+
"layers.23.self_attn.v_proj.weight": "model.safetensors",
|
| 269 |
+
"layers.23.self_attn_layer_norm.bias": "model.safetensors",
|
| 270 |
+
"layers.23.self_attn_layer_norm.weight": "model.safetensors",
|
| 271 |
+
"layers.24.fc1.bias": "model.safetensors",
|
| 272 |
+
"layers.24.fc1.weight": "model.safetensors",
|
| 273 |
+
"layers.24.fc2.bias": "model.safetensors",
|
| 274 |
+
"layers.24.fc2.weight": "model.safetensors",
|
| 275 |
+
"layers.24.final_layer_norm.bias": "model.safetensors",
|
| 276 |
+
"layers.24.final_layer_norm.weight": "model.safetensors",
|
| 277 |
+
"layers.24.self_attn.k_proj.weight": "model.safetensors",
|
| 278 |
+
"layers.24.self_attn.out_proj.bias": "model.safetensors",
|
| 279 |
+
"layers.24.self_attn.out_proj.weight": "model.safetensors",
|
| 280 |
+
"layers.24.self_attn.q_proj.bias": "model.safetensors",
|
| 281 |
+
"layers.24.self_attn.q_proj.weight": "model.safetensors",
|
| 282 |
+
"layers.24.self_attn.v_proj.bias": "model.safetensors",
|
| 283 |
+
"layers.24.self_attn.v_proj.weight": "model.safetensors",
|
| 284 |
+
"layers.24.self_attn_layer_norm.bias": "model.safetensors",
|
| 285 |
+
"layers.24.self_attn_layer_norm.weight": "model.safetensors",
|
| 286 |
+
"layers.25.fc1.bias": "model.safetensors",
|
| 287 |
+
"layers.25.fc1.weight": "model.safetensors",
|
| 288 |
+
"layers.25.fc2.bias": "model.safetensors",
|
| 289 |
+
"layers.25.fc2.weight": "model.safetensors",
|
| 290 |
+
"layers.25.final_layer_norm.bias": "model.safetensors",
|
| 291 |
+
"layers.25.final_layer_norm.weight": "model.safetensors",
|
| 292 |
+
"layers.25.self_attn.k_proj.weight": "model.safetensors",
|
| 293 |
+
"layers.25.self_attn.out_proj.bias": "model.safetensors",
|
| 294 |
+
"layers.25.self_attn.out_proj.weight": "model.safetensors",
|
| 295 |
+
"layers.25.self_attn.q_proj.bias": "model.safetensors",
|
| 296 |
+
"layers.25.self_attn.q_proj.weight": "model.safetensors",
|
| 297 |
+
"layers.25.self_attn.v_proj.bias": "model.safetensors",
|
| 298 |
+
"layers.25.self_attn.v_proj.weight": "model.safetensors",
|
| 299 |
+
"layers.25.self_attn_layer_norm.bias": "model.safetensors",
|
| 300 |
+
"layers.25.self_attn_layer_norm.weight": "model.safetensors",
|
| 301 |
+
"layers.26.fc1.bias": "model.safetensors",
|
| 302 |
+
"layers.26.fc1.weight": "model.safetensors",
|
| 303 |
+
"layers.26.fc2.bias": "model.safetensors",
|
| 304 |
+
"layers.26.fc2.weight": "model.safetensors",
|
| 305 |
+
"layers.26.final_layer_norm.bias": "model.safetensors",
|
| 306 |
+
"layers.26.final_layer_norm.weight": "model.safetensors",
|
| 307 |
+
"layers.26.self_attn.k_proj.weight": "model.safetensors",
|
| 308 |
+
"layers.26.self_attn.out_proj.bias": "model.safetensors",
|
| 309 |
+
"layers.26.self_attn.out_proj.weight": "model.safetensors",
|
| 310 |
+
"layers.26.self_attn.q_proj.bias": "model.safetensors",
|
| 311 |
+
"layers.26.self_attn.q_proj.weight": "model.safetensors",
|
| 312 |
+
"layers.26.self_attn.v_proj.bias": "model.safetensors",
|
| 313 |
+
"layers.26.self_attn.v_proj.weight": "model.safetensors",
|
| 314 |
+
"layers.26.self_attn_layer_norm.bias": "model.safetensors",
|
| 315 |
+
"layers.26.self_attn_layer_norm.weight": "model.safetensors",
|
| 316 |
+
"layers.27.fc1.bias": "model.safetensors",
|
| 317 |
+
"layers.27.fc1.weight": "model.safetensors",
|
| 318 |
+
"layers.27.fc2.bias": "model.safetensors",
|
| 319 |
+
"layers.27.fc2.weight": "model.safetensors",
|
| 320 |
+
"layers.27.final_layer_norm.bias": "model.safetensors",
|
| 321 |
+
"layers.27.final_layer_norm.weight": "model.safetensors",
|
| 322 |
+
"layers.27.self_attn.k_proj.weight": "model.safetensors",
|
| 323 |
+
"layers.27.self_attn.out_proj.bias": "model.safetensors",
|
| 324 |
+
"layers.27.self_attn.out_proj.weight": "model.safetensors",
|
| 325 |
+
"layers.27.self_attn.q_proj.bias": "model.safetensors",
|
| 326 |
+
"layers.27.self_attn.q_proj.weight": "model.safetensors",
|
| 327 |
+
"layers.27.self_attn.v_proj.bias": "model.safetensors",
|
| 328 |
+
"layers.27.self_attn.v_proj.weight": "model.safetensors",
|
| 329 |
+
"layers.27.self_attn_layer_norm.bias": "model.safetensors",
|
| 330 |
+
"layers.27.self_attn_layer_norm.weight": "model.safetensors",
|
| 331 |
+
"layers.28.fc1.bias": "model.safetensors",
|
| 332 |
+
"layers.28.fc1.weight": "model.safetensors",
|
| 333 |
+
"layers.28.fc2.bias": "model.safetensors",
|
| 334 |
+
"layers.28.fc2.weight": "model.safetensors",
|
| 335 |
+
"layers.28.final_layer_norm.bias": "model.safetensors",
|
| 336 |
+
"layers.28.final_layer_norm.weight": "model.safetensors",
|
| 337 |
+
"layers.28.self_attn.k_proj.weight": "model.safetensors",
|
| 338 |
+
"layers.28.self_attn.out_proj.bias": "model.safetensors",
|
| 339 |
+
"layers.28.self_attn.out_proj.weight": "model.safetensors",
|
| 340 |
+
"layers.28.self_attn.q_proj.bias": "model.safetensors",
|
| 341 |
+
"layers.28.self_attn.q_proj.weight": "model.safetensors",
|
| 342 |
+
"layers.28.self_attn.v_proj.bias": "model.safetensors",
|
| 343 |
+
"layers.28.self_attn.v_proj.weight": "model.safetensors",
|
| 344 |
+
"layers.28.self_attn_layer_norm.bias": "model.safetensors",
|
| 345 |
+
"layers.28.self_attn_layer_norm.weight": "model.safetensors",
|
| 346 |
+
"layers.29.fc1.bias": "model.safetensors",
|
| 347 |
+
"layers.29.fc1.weight": "model.safetensors",
|
| 348 |
+
"layers.29.fc2.bias": "model.safetensors",
|
| 349 |
+
"layers.29.fc2.weight": "model.safetensors",
|
| 350 |
+
"layers.29.final_layer_norm.bias": "model.safetensors",
|
| 351 |
+
"layers.29.final_layer_norm.weight": "model.safetensors",
|
| 352 |
+
"layers.29.self_attn.k_proj.weight": "model.safetensors",
|
| 353 |
+
"layers.29.self_attn.out_proj.bias": "model.safetensors",
|
| 354 |
+
"layers.29.self_attn.out_proj.weight": "model.safetensors",
|
| 355 |
+
"layers.29.self_attn.q_proj.bias": "model.safetensors",
|
| 356 |
+
"layers.29.self_attn.q_proj.weight": "model.safetensors",
|
| 357 |
+
"layers.29.self_attn.v_proj.bias": "model.safetensors",
|
| 358 |
+
"layers.29.self_attn.v_proj.weight": "model.safetensors",
|
| 359 |
+
"layers.29.self_attn_layer_norm.bias": "model.safetensors",
|
| 360 |
+
"layers.29.self_attn_layer_norm.weight": "model.safetensors",
|
| 361 |
+
"layers.3.fc1.bias": "model.safetensors",
|
| 362 |
+
"layers.3.fc1.weight": "model.safetensors",
|
| 363 |
+
"layers.3.fc2.bias": "model.safetensors",
|
| 364 |
+
"layers.3.fc2.weight": "model.safetensors",
|
| 365 |
+
"layers.3.final_layer_norm.bias": "model.safetensors",
|
| 366 |
+
"layers.3.final_layer_norm.weight": "model.safetensors",
|
| 367 |
+
"layers.3.self_attn.k_proj.weight": "model.safetensors",
|
| 368 |
+
"layers.3.self_attn.out_proj.bias": "model.safetensors",
|
| 369 |
+
"layers.3.self_attn.out_proj.weight": "model.safetensors",
|
| 370 |
+
"layers.3.self_attn.q_proj.bias": "model.safetensors",
|
| 371 |
+
"layers.3.self_attn.q_proj.weight": "model.safetensors",
|
| 372 |
+
"layers.3.self_attn.v_proj.bias": "model.safetensors",
|
| 373 |
+
"layers.3.self_attn.v_proj.weight": "model.safetensors",
|
| 374 |
+
"layers.3.self_attn_layer_norm.bias": "model.safetensors",
|
| 375 |
+
"layers.3.self_attn_layer_norm.weight": "model.safetensors",
|
| 376 |
+
"layers.30.fc1.bias": "model.safetensors",
|
| 377 |
+
"layers.30.fc1.weight": "model.safetensors",
|
| 378 |
+
"layers.30.fc2.bias": "model.safetensors",
|
| 379 |
+
"layers.30.fc2.weight": "model.safetensors",
|
| 380 |
+
"layers.30.final_layer_norm.bias": "model.safetensors",
|
| 381 |
+
"layers.30.final_layer_norm.weight": "model.safetensors",
|
| 382 |
+
"layers.30.self_attn.k_proj.weight": "model.safetensors",
|
| 383 |
+
"layers.30.self_attn.out_proj.bias": "model.safetensors",
|
| 384 |
+
"layers.30.self_attn.out_proj.weight": "model.safetensors",
|
| 385 |
+
"layers.30.self_attn.q_proj.bias": "model.safetensors",
|
| 386 |
+
"layers.30.self_attn.q_proj.weight": "model.safetensors",
|
| 387 |
+
"layers.30.self_attn.v_proj.bias": "model.safetensors",
|
| 388 |
+
"layers.30.self_attn.v_proj.weight": "model.safetensors",
|
| 389 |
+
"layers.30.self_attn_layer_norm.bias": "model.safetensors",
|
| 390 |
+
"layers.30.self_attn_layer_norm.weight": "model.safetensors",
|
| 391 |
+
"layers.31.fc1.bias": "model.safetensors",
|
| 392 |
+
"layers.31.fc1.weight": "model.safetensors",
|
| 393 |
+
"layers.31.fc2.bias": "model.safetensors",
|
| 394 |
+
"layers.31.fc2.weight": "model.safetensors",
|
| 395 |
+
"layers.31.final_layer_norm.bias": "model.safetensors",
|
| 396 |
+
"layers.31.final_layer_norm.weight": "model.safetensors",
|
| 397 |
+
"layers.31.self_attn.k_proj.weight": "model.safetensors",
|
| 398 |
+
"layers.31.self_attn.out_proj.bias": "model.safetensors",
|
| 399 |
+
"layers.31.self_attn.out_proj.weight": "model.safetensors",
|
| 400 |
+
"layers.31.self_attn.q_proj.bias": "model.safetensors",
|
| 401 |
+
"layers.31.self_attn.q_proj.weight": "model.safetensors",
|
| 402 |
+
"layers.31.self_attn.v_proj.bias": "model.safetensors",
|
| 403 |
+
"layers.31.self_attn.v_proj.weight": "model.safetensors",
|
| 404 |
+
"layers.31.self_attn_layer_norm.bias": "model.safetensors",
|
| 405 |
+
"layers.31.self_attn_layer_norm.weight": "model.safetensors",
|
| 406 |
+
"layers.4.fc1.bias": "model.safetensors",
|
| 407 |
+
"layers.4.fc1.weight": "model.safetensors",
|
| 408 |
+
"layers.4.fc2.bias": "model.safetensors",
|
| 409 |
+
"layers.4.fc2.weight": "model.safetensors",
|
| 410 |
+
"layers.4.final_layer_norm.bias": "model.safetensors",
|
| 411 |
+
"layers.4.final_layer_norm.weight": "model.safetensors",
|
| 412 |
+
"layers.4.self_attn.k_proj.weight": "model.safetensors",
|
| 413 |
+
"layers.4.self_attn.out_proj.bias": "model.safetensors",
|
| 414 |
+
"layers.4.self_attn.out_proj.weight": "model.safetensors",
|
| 415 |
+
"layers.4.self_attn.q_proj.bias": "model.safetensors",
|
| 416 |
+
"layers.4.self_attn.q_proj.weight": "model.safetensors",
|
| 417 |
+
"layers.4.self_attn.v_proj.bias": "model.safetensors",
|
| 418 |
+
"layers.4.self_attn.v_proj.weight": "model.safetensors",
|
| 419 |
+
"layers.4.self_attn_layer_norm.bias": "model.safetensors",
|
| 420 |
+
"layers.4.self_attn_layer_norm.weight": "model.safetensors",
|
| 421 |
+
"layers.5.fc1.bias": "model.safetensors",
|
| 422 |
+
"layers.5.fc1.weight": "model.safetensors",
|
| 423 |
+
"layers.5.fc2.bias": "model.safetensors",
|
| 424 |
+
"layers.5.fc2.weight": "model.safetensors",
|
| 425 |
+
"layers.5.final_layer_norm.bias": "model.safetensors",
|
| 426 |
+
"layers.5.final_layer_norm.weight": "model.safetensors",
|
| 427 |
+
"layers.5.self_attn.k_proj.weight": "model.safetensors",
|
| 428 |
+
"layers.5.self_attn.out_proj.bias": "model.safetensors",
|
| 429 |
+
"layers.5.self_attn.out_proj.weight": "model.safetensors",
|
| 430 |
+
"layers.5.self_attn.q_proj.bias": "model.safetensors",
|
| 431 |
+
"layers.5.self_attn.q_proj.weight": "model.safetensors",
|
| 432 |
+
"layers.5.self_attn.v_proj.bias": "model.safetensors",
|
| 433 |
+
"layers.5.self_attn.v_proj.weight": "model.safetensors",
|
| 434 |
+
"layers.5.self_attn_layer_norm.bias": "model.safetensors",
|
| 435 |
+
"layers.5.self_attn_layer_norm.weight": "model.safetensors",
|
| 436 |
+
"layers.6.fc1.bias": "model.safetensors",
|
| 437 |
+
"layers.6.fc1.weight": "model.safetensors",
|
| 438 |
+
"layers.6.fc2.bias": "model.safetensors",
|
| 439 |
+
"layers.6.fc2.weight": "model.safetensors",
|
| 440 |
+
"layers.6.final_layer_norm.bias": "model.safetensors",
|
| 441 |
+
"layers.6.final_layer_norm.weight": "model.safetensors",
|
| 442 |
+
"layers.6.self_attn.k_proj.weight": "model.safetensors",
|
| 443 |
+
"layers.6.self_attn.out_proj.bias": "model.safetensors",
|
| 444 |
+
"layers.6.self_attn.out_proj.weight": "model.safetensors",
|
| 445 |
+
"layers.6.self_attn.q_proj.bias": "model.safetensors",
|
| 446 |
+
"layers.6.self_attn.q_proj.weight": "model.safetensors",
|
| 447 |
+
"layers.6.self_attn.v_proj.bias": "model.safetensors",
|
| 448 |
+
"layers.6.self_attn.v_proj.weight": "model.safetensors",
|
| 449 |
+
"layers.6.self_attn_layer_norm.bias": "model.safetensors",
|
| 450 |
+
"layers.6.self_attn_layer_norm.weight": "model.safetensors",
|
| 451 |
+
"layers.7.fc1.bias": "model.safetensors",
|
| 452 |
+
"layers.7.fc1.weight": "model.safetensors",
|
| 453 |
+
"layers.7.fc2.bias": "model.safetensors",
|
| 454 |
+
"layers.7.fc2.weight": "model.safetensors",
|
| 455 |
+
"layers.7.final_layer_norm.bias": "model.safetensors",
|
| 456 |
+
"layers.7.final_layer_norm.weight": "model.safetensors",
|
| 457 |
+
"layers.7.self_attn.k_proj.weight": "model.safetensors",
|
| 458 |
+
"layers.7.self_attn.out_proj.bias": "model.safetensors",
|
| 459 |
+
"layers.7.self_attn.out_proj.weight": "model.safetensors",
|
| 460 |
+
"layers.7.self_attn.q_proj.bias": "model.safetensors",
|
| 461 |
+
"layers.7.self_attn.q_proj.weight": "model.safetensors",
|
| 462 |
+
"layers.7.self_attn.v_proj.bias": "model.safetensors",
|
| 463 |
+
"layers.7.self_attn.v_proj.weight": "model.safetensors",
|
| 464 |
+
"layers.7.self_attn_layer_norm.bias": "model.safetensors",
|
| 465 |
+
"layers.7.self_attn_layer_norm.weight": "model.safetensors",
|
| 466 |
+
"layers.8.fc1.bias": "model.safetensors",
|
| 467 |
+
"layers.8.fc1.weight": "model.safetensors",
|
| 468 |
+
"layers.8.fc2.bias": "model.safetensors",
|
| 469 |
+
"layers.8.fc2.weight": "model.safetensors",
|
| 470 |
+
"layers.8.final_layer_norm.bias": "model.safetensors",
|
| 471 |
+
"layers.8.final_layer_norm.weight": "model.safetensors",
|
| 472 |
+
"layers.8.self_attn.k_proj.weight": "model.safetensors",
|
| 473 |
+
"layers.8.self_attn.out_proj.bias": "model.safetensors",
|
| 474 |
+
"layers.8.self_attn.out_proj.weight": "model.safetensors",
|
| 475 |
+
"layers.8.self_attn.q_proj.bias": "model.safetensors",
|
| 476 |
+
"layers.8.self_attn.q_proj.weight": "model.safetensors",
|
| 477 |
+
"layers.8.self_attn.v_proj.bias": "model.safetensors",
|
| 478 |
+
"layers.8.self_attn.v_proj.weight": "model.safetensors",
|
| 479 |
+
"layers.8.self_attn_layer_norm.bias": "model.safetensors",
|
| 480 |
+
"layers.8.self_attn_layer_norm.weight": "model.safetensors",
|
| 481 |
+
"layers.9.fc1.bias": "model.safetensors",
|
| 482 |
+
"layers.9.fc1.weight": "model.safetensors",
|
| 483 |
+
"layers.9.fc2.bias": "model.safetensors",
|
| 484 |
+
"layers.9.fc2.weight": "model.safetensors",
|
| 485 |
+
"layers.9.final_layer_norm.bias": "model.safetensors",
|
| 486 |
+
"layers.9.final_layer_norm.weight": "model.safetensors",
|
| 487 |
+
"layers.9.self_attn.k_proj.weight": "model.safetensors",
|
| 488 |
+
"layers.9.self_attn.out_proj.bias": "model.safetensors",
|
| 489 |
+
"layers.9.self_attn.out_proj.weight": "model.safetensors",
|
| 490 |
+
"layers.9.self_attn.q_proj.bias": "model.safetensors",
|
| 491 |
+
"layers.9.self_attn.q_proj.weight": "model.safetensors",
|
| 492 |
+
"layers.9.self_attn.v_proj.bias": "model.safetensors",
|
| 493 |
+
"layers.9.self_attn.v_proj.weight": "model.safetensors",
|
| 494 |
+
"layers.9.self_attn_layer_norm.bias": "model.safetensors",
|
| 495 |
+
"layers.9.self_attn_layer_norm.weight": "model.safetensors",
|
| 496 |
+
"position_embedding.inv_freq": "model.safetensors",
|
| 497 |
+
"quantizer.vq.layers.0.codebook.embed": "model.safetensors",
|
| 498 |
+
"quantizer.vq.layers.1.codebook.embed": "model.safetensors",
|
| 499 |
+
"quantizer.vq.layers.10.codebook.embed": "model.safetensors",
|
| 500 |
+
"quantizer.vq.layers.11.codebook.embed": "model.safetensors",
|
| 501 |
+
"quantizer.vq.layers.12.codebook.embed": "model.safetensors",
|
| 502 |
+
"quantizer.vq.layers.13.codebook.embed": "model.safetensors",
|
| 503 |
+
"quantizer.vq.layers.14.codebook.embed": "model.safetensors",
|
| 504 |
+
"quantizer.vq.layers.15.codebook.embed": "model.safetensors",
|
| 505 |
+
"quantizer.vq.layers.16.codebook.embed": "model.safetensors",
|
| 506 |
+
"quantizer.vq.layers.17.codebook.embed": "model.safetensors",
|
| 507 |
+
"quantizer.vq.layers.18.codebook.embed": "model.safetensors",
|
| 508 |
+
"quantizer.vq.layers.19.codebook.embed": "model.safetensors",
|
| 509 |
+
"quantizer.vq.layers.2.codebook.embed": "model.safetensors",
|
| 510 |
+
"quantizer.vq.layers.3.codebook.embed": "model.safetensors",
|
| 511 |
+
"quantizer.vq.layers.4.codebook.embed": "model.safetensors",
|
| 512 |
+
"quantizer.vq.layers.5.codebook.embed": "model.safetensors",
|
| 513 |
+
"quantizer.vq.layers.6.codebook.embed": "model.safetensors",
|
| 514 |
+
"quantizer.vq.layers.7.codebook.embed": "model.safetensors",
|
| 515 |
+
"quantizer.vq.layers.8.codebook.embed": "model.safetensors",
|
| 516 |
+
"quantizer.vq.layers.9.codebook.embed": "model.safetensors"
|
| 517 |
+
}
|
| 518 |
+
}
|