Add files using upload-large-folder tool
Browse files- .gitattributes +2 -0
- README.md +176 -0
- architecture.png +3 -0
- audio_vae/model.safetensors +3 -0
- audio_vae/model_config.json +125 -0
- model_index.json +51 -0
- sr/config.json +19 -0
- sr/model-00001-of-00013.safetensors +3 -0
- sr/model-00002-of-00013.safetensors +3 -0
- sr/model-00003-of-00013.safetensors +3 -0
- sr/model-00004-of-00013.safetensors +3 -0
- sr/model-00005-of-00013.safetensors +3 -0
- sr/model-00006-of-00013.safetensors +3 -0
- sr/model-00007-of-00013.safetensors +3 -0
- sr/model-00008-of-00013.safetensors +3 -0
- sr/model-00009-of-00013.safetensors +3 -0
- sr/model-00010-of-00013.safetensors +3 -0
- sr/model-00011-of-00013.safetensors +3 -0
- sr/model-00012-of-00013.safetensors +3 -0
- sr/model-00013-of-00013.safetensors +3 -0
- sr/model.safetensors.index.json +338 -0
- text_encoder/.gitattributes +36 -0
- text_encoder/README.md +260 -0
- text_encoder/config.json +158 -0
- text_encoder/generation_config.json +10 -0
- text_encoder/model-00006-of-00009.safetensors +3 -0
- text_encoder/model-00008-of-00009.safetensors +3 -0
- text_encoder/model.safetensors.index.json +0 -0
- text_encoder/special_tokens_map.json +34 -0
- text_encoder/tokenizer.json +3 -0
- text_encoder/tokenizer.model +3 -0
- text_encoder/tokenizer_config.json +2014 -0
- transformer/config.json +15 -0
- transformer/model-00001-of-00013.safetensors +3 -0
- transformer/model-00002-of-00013.safetensors +3 -0
- transformer/model-00003-of-00013.safetensors +3 -0
- transformer/model-00004-of-00013.safetensors +3 -0
- transformer/model-00005-of-00013.safetensors +3 -0
- transformer/model-00006-of-00013.safetensors +3 -0
- transformer/model-00007-of-00013.safetensors +3 -0
- transformer/model-00008-of-00013.safetensors +3 -0
- transformer/model-00009-of-00013.safetensors +3 -0
- transformer/model-00010-of-00013.safetensors +3 -0
- transformer/model-00011-of-00013.safetensors +3 -0
- transformer/model-00012-of-00013.safetensors +3 -0
- transformer/model-00013-of-00013.safetensors +3 -0
- transformer/model.safetensors.index.json +338 -0
- vae/Wan2.2_VAE.pth +3 -0
- vae/config.json +128 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* 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
|
|
|
|
|
|
|
|
|
| 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
|
| 36 |
+
architecture.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
text_encoder/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
<div align="center">
|
| 5 |
+
|
| 6 |
+
# daVinci-MagiHuman
|
| 7 |
+
|
| 8 |
+
### Speed by Simplicity: A Single-Stream Architecture for Fast Audio-Video Generative Foundation Model
|
| 9 |
+
|
| 10 |
+
<p align="center">
|
| 11 |
+
<a href="https://plms.ai">SII-GAIR</a> & <a href="https://sand.ai">Sand.ai</a>
|
| 12 |
+
</p>
|
| 13 |
+
|
| 14 |
+
[](https://github.com/GAIR-NLP/daVinci-MagiHuman/blob/main/assets/paper.pdf)
|
| 15 |
+
[](https://huggingface.co/spaces/SII-GAIR/daVinci-MagiHuman)
|
| 16 |
+
[](https://huggingface.co/GAIR/daVinci-MagiHuman)
|
| 17 |
+
[](https://opensource.org/licenses/Apache-2.0)
|
| 18 |
+
[](https://www.python.org/)
|
| 19 |
+
[](https://pytorch.org/)
|
| 20 |
+
|
| 21 |
+
</div>
|
| 22 |
+
|
| 23 |
+
## Highlights
|
| 24 |
+
|
| 25 |
+
- **Single-Stream Transformer** — A unified 15B-parameter, 40-layer Transformer that jointly processes text, video, and audio via self-attention only. No cross-attention, no multi-stream complexity.
|
| 26 |
+
- **Exceptional Human-Centric Quality** — Expressive facial performance, natural speech-expression coordination, realistic body motion, and accurate audio-video synchronization.
|
| 27 |
+
- **Multilingual** — Supports Chinese (Mandarin & Cantonese), English, Japanese, Korean, German, and French.
|
| 28 |
+
- **Blazing Fast Inference** — Generates a 5-second 256p video in **2 seconds** and a 5-second 1080p video in **38 seconds** on a single H100 GPU.
|
| 29 |
+
- **State-of-the-Art Results** — Achieves **80.0%** win rate vs Ovi 1.1 and **60.9%** vs LTX 2.3 in pairwise human evaluation over 2,000 comparisons.
|
| 30 |
+
- **Fully Open Source** — We release the complete model stack: base model, distilled model, super-resolution model, and inference code.
|
| 31 |
+
|
| 32 |
+
## Architecture
|
| 33 |
+
|
| 34 |
+
<div align="center">
|
| 35 |
+
<img src="architecture.png" width="90%">
|
| 36 |
+
</div>
|
| 37 |
+
|
| 38 |
+
daVinci-MagiHuman uses a single-stream Transformer that takes text tokens, a reference image latent, and noisy video and audio tokens as input, and jointly denoises the video and audio within a unified token sequence.
|
| 39 |
+
|
| 40 |
+
Key design choices:
|
| 41 |
+
|
| 42 |
+
| Component | Description |
|
| 43 |
+
|---|---|
|
| 44 |
+
| **Sandwich Architecture** | First and last 4 layers use modality-specific projections; middle 32 layers share parameters across modalities |
|
| 45 |
+
| **Timestep-Free Denoising** | No explicit timestep embeddings — the model infers the denoising state directly from input latents |
|
| 46 |
+
| **Per-Head Gating** | Learned scalar gates with sigmoid activation on each attention head for training stability |
|
| 47 |
+
| **Unified Conditioning** | Denoising and reference signals handled through a minimal unified interface — no dedicated conditioning branches |
|
| 48 |
+
|
| 49 |
+
## Performance
|
| 50 |
+
|
| 51 |
+
### Quantitative Quality Benchmark
|
| 52 |
+
|
| 53 |
+
| Model | Visual Quality ↑ | Text Alignment ↑ | Physical Consistency ↑ | WER ↓ |
|
| 54 |
+
|---|:---:|:---:|:---:|:---:|
|
| 55 |
+
| OVI 1.1 | 4.73 | 4.10 | 4.41 | 40.45% |
|
| 56 |
+
| LTX 2.3 | 4.76 | 4.12 | **4.56** | 19.23% |
|
| 57 |
+
| **daVinci-MagiHuman** | **4.80** | **4.18** | 4.52 | **14.60%** |
|
| 58 |
+
|
| 59 |
+
### Human Evaluation (2,000 Pairwise Comparisons)
|
| 60 |
+
|
| 61 |
+
| Matchup | daVinci-MagiHuman Win | Tie | Opponent Win |
|
| 62 |
+
|---|:---:|:---:|:---:|
|
| 63 |
+
| vs Ovi 1.1 | **80.0%** | 8.2% | 11.8% |
|
| 64 |
+
| vs LTX 2.3 | **60.9%** | 17.2% | 21.9% |
|
| 65 |
+
|
| 66 |
+
### Inference Speed (5-second video)
|
| 67 |
+
|
| 68 |
+
| Resolution | Base (s) | Super-Res (s) | Decode (s) | **Total (s)** |
|
| 69 |
+
|---|:---:|:---:|:---:|:---:|
|
| 70 |
+
| 256p | 1.6 | — | 0.4 | **2.0** |
|
| 71 |
+
| 540p | 1.6 | 5.1 | 1.3 | **8.0** |
|
| 72 |
+
| 1080p | 1.6 | 31.0 | 5.8 | **38.4** |
|
| 73 |
+
|
| 74 |
+
## Efficient Inference Techniques
|
| 75 |
+
|
| 76 |
+
- **Latent-Space Super-Resolution** — Two-stage pipeline: generate at low resolution, then refine in latent space (not pixel space), avoiding an extra VAE decode-encode round trip.
|
| 77 |
+
- **Turbo VAE Decoder** — A lightweight re-trained decoder that substantially reduces decoding overhead.
|
| 78 |
+
- **Full-Graph Compilation** — [MagiCompiler](https://github.com/sandai/MagiCompiler) fuses operators across Transformer layers for ~1.2x speedup.
|
| 79 |
+
- **Distillation** — DMD-2 distillation enables generation with only 8 denoising steps (no CFG), without sacrificing quality.
|
| 80 |
+
|
| 81 |
+
## Getting Started
|
| 82 |
+
|
| 83 |
+
### Option 1: Docker (Recommended)
|
| 84 |
+
|
| 85 |
+
```bash
|
| 86 |
+
# Pull the MagiCompiler Docker image
|
| 87 |
+
docker pull sandai/magi-compiler:latest
|
| 88 |
+
|
| 89 |
+
# Launch container
|
| 90 |
+
docker run -it --gpus all \
|
| 91 |
+
-v /path/to/models:/models \
|
| 92 |
+
sandai/magi-compiler:latest bash
|
| 93 |
+
|
| 94 |
+
# Install MagiCompiler
|
| 95 |
+
git clone https://github.com/sandai/MagiCompiler
|
| 96 |
+
cd MagiCompiler
|
| 97 |
+
pip install -e . --no-build-isolation --config-settings editable_mode=compat
|
| 98 |
+
cd ..
|
| 99 |
+
|
| 100 |
+
# Clone daVinci-MagiHuman
|
| 101 |
+
git clone https://github.com/GAIR-NLP/daVinci-MagiHuman
|
| 102 |
+
cd daVinci-MagiHuman
|
| 103 |
+
```
|
| 104 |
+
|
| 105 |
+
### Option 2: Conda
|
| 106 |
+
|
| 107 |
+
```bash
|
| 108 |
+
# Create environment
|
| 109 |
+
conda create -n davinci python=3.12
|
| 110 |
+
conda activate davinci
|
| 111 |
+
|
| 112 |
+
# Install PyTorch
|
| 113 |
+
pip install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0
|
| 114 |
+
|
| 115 |
+
# Install Flash Attention (Hopper)
|
| 116 |
+
git clone https://github.com/Dao-AILab/flash-attention
|
| 117 |
+
cd flash-attention/hopper && python setup.py install && cd ../..
|
| 118 |
+
|
| 119 |
+
# Install MagiCompiler
|
| 120 |
+
git clone https://github.com/sandai/MagiCompiler
|
| 121 |
+
cd MagiCompiler
|
| 122 |
+
pip install -e . --no-build-isolation --config-settings editable_mode=compat
|
| 123 |
+
cd ..
|
| 124 |
+
|
| 125 |
+
# Clone and install daVinci-MagiHuman
|
| 126 |
+
git clone https://github.com/GAIR-NLP/daVinci-MagiHuman
|
| 127 |
+
cd daVinci-MagiHuman
|
| 128 |
+
pip install -r requirements.txt
|
| 129 |
+
```
|
| 130 |
+
|
| 131 |
+
### Download Model Checkpoints
|
| 132 |
+
|
| 133 |
+
Download the complete model stack from [HuggingFace](https://huggingface.co/GAIR/daVinci-MagiHuman) and update the paths in the config files under `example/`.
|
| 134 |
+
|
| 135 |
+
## Usage
|
| 136 |
+
|
| 137 |
+
Before running, update the checkpoint paths in the config files (`example/*/config.json`) to point to your local model directory.
|
| 138 |
+
|
| 139 |
+
**Base Model (256p)**
|
| 140 |
+
```bash
|
| 141 |
+
bash example/base/run.sh
|
| 142 |
+
```
|
| 143 |
+
|
| 144 |
+
**Distilled Model (256p, 8 steps, no CFG)**
|
| 145 |
+
```bash
|
| 146 |
+
bash example/distill/run.sh
|
| 147 |
+
```
|
| 148 |
+
|
| 149 |
+
**Super-Resolution to 540p**
|
| 150 |
+
```bash
|
| 151 |
+
bash example/sr_540p/run.sh
|
| 152 |
+
```
|
| 153 |
+
|
| 154 |
+
**Super-Resolution to 1080p**
|
| 155 |
+
```bash
|
| 156 |
+
bash example/sr_1080p/run.sh
|
| 157 |
+
```
|
| 158 |
+
|
| 159 |
+
## Acknowledgements
|
| 160 |
+
|
| 161 |
+
We thank the open-source community, and in particular [Wan2.2](https://github.com/Wan-Video/Wan2.2) and [Turbo-VAED](https://github.com/hustvl/Turbo-VAED), for their valuable contributions.
|
| 162 |
+
|
| 163 |
+
## License
|
| 164 |
+
|
| 165 |
+
This project is released under the [Apache License 2.0](https://opensource.org/licenses/Apache-2.0).
|
| 166 |
+
|
| 167 |
+
## Citation
|
| 168 |
+
|
| 169 |
+
```bibtex
|
| 170 |
+
@misc{davinci-magihuman-2026,
|
| 171 |
+
title = {Speed by Simplicity: A Single-Stream Architecture for Fast Audio-Video Generative Foundation Model},
|
| 172 |
+
author = {SII-GAIR and Sand.ai},
|
| 173 |
+
year = {2026},
|
| 174 |
+
url = {https://github.com/GAIR-NLP/daVinci-MagiHuman}
|
| 175 |
+
}
|
| 176 |
+
```
|
architecture.png
ADDED
|
Git LFS Details
|
audio_vae/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b20458a071231aaf32613b6fbc7945f28f34dbba4f295bb49bad56f5f66b57e
|
| 3 |
+
size 4853889016
|
audio_vae/model_config.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "diffusion_cond",
|
| 3 |
+
"sample_size": 2097152,
|
| 4 |
+
"sample_rate": 44100,
|
| 5 |
+
"audio_channels": 2,
|
| 6 |
+
"model": {
|
| 7 |
+
"pretransform": {
|
| 8 |
+
"type": "autoencoder",
|
| 9 |
+
"iterate_batch": true,
|
| 10 |
+
"config": {
|
| 11 |
+
"encoder": {
|
| 12 |
+
"type": "oobleck",
|
| 13 |
+
"requires_grad": false,
|
| 14 |
+
"config": {
|
| 15 |
+
"in_channels": 2,
|
| 16 |
+
"channels": 128,
|
| 17 |
+
"c_mults": [1, 2, 4, 8, 16],
|
| 18 |
+
"strides": [2, 4, 4, 8, 8],
|
| 19 |
+
"latent_dim": 128,
|
| 20 |
+
"use_snake": true
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"decoder": {
|
| 24 |
+
"type": "oobleck",
|
| 25 |
+
"config": {
|
| 26 |
+
"out_channels": 2,
|
| 27 |
+
"channels": 128,
|
| 28 |
+
"c_mults": [1, 2, 4, 8, 16],
|
| 29 |
+
"strides": [2, 4, 4, 8, 8],
|
| 30 |
+
"latent_dim": 64,
|
| 31 |
+
"use_snake": true,
|
| 32 |
+
"final_tanh": false
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"bottleneck": {
|
| 36 |
+
"type": "vae"
|
| 37 |
+
},
|
| 38 |
+
"latent_dim": 64,
|
| 39 |
+
"downsampling_ratio": 2048,
|
| 40 |
+
"io_channels": 2
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"conditioning": {
|
| 44 |
+
"configs": [
|
| 45 |
+
{
|
| 46 |
+
"id": "prompt",
|
| 47 |
+
"type": "t5",
|
| 48 |
+
"config": {
|
| 49 |
+
"t5_model_name": "t5-base",
|
| 50 |
+
"max_length": 128
|
| 51 |
+
}
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"id": "seconds_start",
|
| 55 |
+
"type": "number",
|
| 56 |
+
"config": {
|
| 57 |
+
"min_val": 0,
|
| 58 |
+
"max_val": 512
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"id": "seconds_total",
|
| 63 |
+
"type": "number",
|
| 64 |
+
"config": {
|
| 65 |
+
"min_val": 0,
|
| 66 |
+
"max_val": 512
|
| 67 |
+
}
|
| 68 |
+
}
|
| 69 |
+
],
|
| 70 |
+
"cond_dim": 768
|
| 71 |
+
},
|
| 72 |
+
"diffusion": {
|
| 73 |
+
"cross_attention_cond_ids": ["prompt", "seconds_start", "seconds_total"],
|
| 74 |
+
"global_cond_ids": ["seconds_start", "seconds_total"],
|
| 75 |
+
"type": "dit",
|
| 76 |
+
"config": {
|
| 77 |
+
"io_channels": 64,
|
| 78 |
+
"embed_dim": 1536,
|
| 79 |
+
"depth": 24,
|
| 80 |
+
"num_heads": 24,
|
| 81 |
+
"cond_token_dim": 768,
|
| 82 |
+
"global_cond_dim": 1536,
|
| 83 |
+
"project_cond_tokens": false,
|
| 84 |
+
"transformer_type": "continuous_transformer"
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"io_channels": 64
|
| 88 |
+
},
|
| 89 |
+
"training": {
|
| 90 |
+
"use_ema": true,
|
| 91 |
+
"log_loss_info": false,
|
| 92 |
+
"optimizer_configs": {
|
| 93 |
+
"diffusion": {
|
| 94 |
+
"optimizer": {
|
| 95 |
+
"type": "AdamW",
|
| 96 |
+
"config": {
|
| 97 |
+
"lr": 5e-5,
|
| 98 |
+
"betas": [0.9, 0.999],
|
| 99 |
+
"weight_decay": 1e-3
|
| 100 |
+
}
|
| 101 |
+
},
|
| 102 |
+
"scheduler": {
|
| 103 |
+
"type": "InverseLR",
|
| 104 |
+
"config": {
|
| 105 |
+
"inv_gamma": 1000000,
|
| 106 |
+
"power": 0.5,
|
| 107 |
+
"warmup": 0.99
|
| 108 |
+
}
|
| 109 |
+
}
|
| 110 |
+
}
|
| 111 |
+
},
|
| 112 |
+
"demo": {
|
| 113 |
+
"demo_every": 2000,
|
| 114 |
+
"demo_steps": 250,
|
| 115 |
+
"num_demos": 4,
|
| 116 |
+
"demo_cond": [
|
| 117 |
+
{"prompt": "Amen break 174 BPM", "seconds_start": 0, "seconds_total": 12},
|
| 118 |
+
{"prompt": "A beautiful orchestral symphony, classical music", "seconds_start": 0, "seconds_total": 160},
|
| 119 |
+
{"prompt": "Chill hip-hop beat, chillhop", "seconds_start": 0, "seconds_total": 190},
|
| 120 |
+
{"prompt": "A pop song about love and loss", "seconds_start": 0, "seconds_total": 180}
|
| 121 |
+
],
|
| 122 |
+
"demo_cfg_scales": [3, 6, 9]
|
| 123 |
+
}
|
| 124 |
+
}
|
| 125 |
+
}
|
model_index.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "MagiHumanPipeline",
|
| 3 |
+
"_diffusers_version": "0.37.0.dev0",
|
| 4 |
+
"transformer": [
|
| 5 |
+
"magi_human",
|
| 6 |
+
"DiTModel"
|
| 7 |
+
],
|
| 8 |
+
"sr": [
|
| 9 |
+
"magi_human",
|
| 10 |
+
"DiTModel"
|
| 11 |
+
],
|
| 12 |
+
"audio_vae": [
|
| 13 |
+
"magi_human",
|
| 14 |
+
"SAAudioFeatureExtractor"
|
| 15 |
+
],
|
| 16 |
+
"text_encoder": [
|
| 17 |
+
"transformers",
|
| 18 |
+
"T5GemmaForCausalLM"
|
| 19 |
+
],
|
| 20 |
+
"vae": [
|
| 21 |
+
"diffusers",
|
| 22 |
+
"AutoencoderKLWan"
|
| 23 |
+
],
|
| 24 |
+
"fps": 25,
|
| 25 |
+
"num_inference_steps": 8,
|
| 26 |
+
"video_txt_guidance_scale": 5.0,
|
| 27 |
+
"audio_txt_guidance_scale": 5.0,
|
| 28 |
+
"sr_video_txt_guidance_scale": 3.5,
|
| 29 |
+
"shift": 5.0,
|
| 30 |
+
"cfg_number": 1,
|
| 31 |
+
"sr_cfg_number": 2,
|
| 32 |
+
"noise_value": 220,
|
| 33 |
+
"use_cfg_trick": true,
|
| 34 |
+
"cfg_trick_start_frame": 13,
|
| 35 |
+
"cfg_trick_value": 2.0,
|
| 36 |
+
"using_sde_flag": false,
|
| 37 |
+
"sr_audio_noise_scale": 0.7,
|
| 38 |
+
"t5_gemma_target_length": 640,
|
| 39 |
+
"vae_stride": [4, 16, 16],
|
| 40 |
+
"z_dim": 48,
|
| 41 |
+
"patch_size": [1, 2, 2],
|
| 42 |
+
"data_proxy": {
|
| 43 |
+
"t_patch_size": 1,
|
| 44 |
+
"patch_size": 2,
|
| 45 |
+
"frame_receptive_field": 11,
|
| 46 |
+
"spatial_rope_interpolation": "extra",
|
| 47 |
+
"ref_audio_offset": 1000,
|
| 48 |
+
"text_offset": 0,
|
| 49 |
+
"coords_style": "v2"
|
| 50 |
+
}
|
| 51 |
+
}
|
sr/config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_layers": 40,
|
| 3 |
+
"hidden_size": 5120,
|
| 4 |
+
"head_dim": 128,
|
| 5 |
+
"num_query_groups": 8,
|
| 6 |
+
"video_in_channels": 192,
|
| 7 |
+
"audio_in_channels": 64,
|
| 8 |
+
"text_in_channels": 3584,
|
| 9 |
+
"checkpoint_qk_layernorm_rope": false,
|
| 10 |
+
"mm_layers": [0, 1, 2, 3, 36, 37, 38, 39],
|
| 11 |
+
"local_attn_layers": [
|
| 12 |
+
0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14,
|
| 13 |
+
16, 17, 18, 20, 21, 22, 24, 25, 26, 28, 29, 30,
|
| 14 |
+
32, 33, 34, 35, 36, 37, 38, 39
|
| 15 |
+
],
|
| 16 |
+
"enable_attn_gating": true,
|
| 17 |
+
"gelu7_layers": [0, 1, 2, 3],
|
| 18 |
+
"post_norm_layers": []
|
| 19 |
+
}
|
sr/model-00001-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46bf7f311131721e9b21f3b17de0538231e155758d4de4f6df37eed3153fad1f
|
| 3 |
+
size 4874105568
|
sr/model-00002-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a37cecd2480708b6a426c471f3d7c1f5522fd54657ffcb2af00b3b0c198f2954
|
| 3 |
+
size 4870191376
|
sr/model-00003-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08faf375817d908bf6b0af970f644de4b9d6362d06ab4083c5c01d4988ccb017
|
| 3 |
+
size 4940089808
|
sr/model-00004-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b75ba25bc4b7340168d520cc171cb0b45d4da0df679becf9d628270069553aa
|
| 3 |
+
size 4678522392
|
sr/model-00005-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b21a730d8ffa59aaa720dbf0f8940b46e80c471217b872b424fd69b103341d1b
|
| 3 |
+
size 4481684512
|
sr/model-00006-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:468e59463d50d89ad9be933ae9933da53e4116131bc1b18cabb728d0dc42ab40
|
| 3 |
+
size 4986435656
|
sr/model-00007-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7859c51dd129f5e7bf1e9e0be1852fba6bb8662a4b3b2507e1a829c955159dcc
|
| 3 |
+
size 4450330144
|
sr/model-00008-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c994a1f25e26197ac50490b5688b3c1bb3e0c8045944296b73ac4c11378eac93
|
| 3 |
+
size 4687594528
|
sr/model-00009-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16b7f883831fa9c805551978b63339a95d69276caf79ca88cc73ba077708de11
|
| 3 |
+
size 4963662600
|
sr/model-00010-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2888ebef8e71aa2be1d464f946b3f9823f550cb7c81aa82767ee7ac04ccaab20
|
| 3 |
+
size 4870171744
|
sr/model-00011-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:291a816f2a7c535b454ca283e9c977bb19ed3fc695c809f7bdd00ef49d779572
|
| 3 |
+
size 4264313856
|
sr/model-00012-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c07696b1cec970e4a628b8b7cbbf9e463db516e333fb4585aa6cc27b13977797
|
| 3 |
+
size 4975132496
|
sr/model-00013-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df143097eae0ddc2e329d1bb266558a99b51624c70a5767c9d9aef5d7250635f
|
| 3 |
+
size 4155480000
|
sr/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 61197676608
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"adapter.audio_embedder.bias": "model-00001-of-00013.safetensors",
|
| 7 |
+
"adapter.audio_embedder.weight": "model-00004-of-00013.safetensors",
|
| 8 |
+
"adapter.rope.bands": "model-00007-of-00013.safetensors",
|
| 9 |
+
"adapter.text_embedder.bias": "model-00002-of-00013.safetensors",
|
| 10 |
+
"adapter.text_embedder.weight": "model-00007-of-00013.safetensors",
|
| 11 |
+
"adapter.video_embedder.bias": "model-00009-of-00013.safetensors",
|
| 12 |
+
"adapter.video_embedder.weight": "model-00011-of-00013.safetensors",
|
| 13 |
+
"block.layers.0.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 14 |
+
"block.layers.0.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 15 |
+
"block.layers.0.attention.linear_qkv.weight": "model-00003-of-00013.safetensors",
|
| 16 |
+
"block.layers.0.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 17 |
+
"block.layers.0.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 18 |
+
"block.layers.0.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 19 |
+
"block.layers.0.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 20 |
+
"block.layers.0.mlp.up_gate_proj.weight": "model-00007-of-00013.safetensors",
|
| 21 |
+
"block.layers.1.attention.k_norm.weight": "model-00001-of-00013.safetensors",
|
| 22 |
+
"block.layers.1.attention.linear_proj.weight": "model-00007-of-00013.safetensors",
|
| 23 |
+
"block.layers.1.attention.linear_qkv.weight": "model-00011-of-00013.safetensors",
|
| 24 |
+
"block.layers.1.attention.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 25 |
+
"block.layers.1.attention.q_norm.weight": "model-00001-of-00013.safetensors",
|
| 26 |
+
"block.layers.1.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 27 |
+
"block.layers.1.mlp.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 28 |
+
"block.layers.1.mlp.up_gate_proj.weight": "model-00001-of-00013.safetensors",
|
| 29 |
+
"block.layers.10.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 30 |
+
"block.layers.10.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 31 |
+
"block.layers.10.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 32 |
+
"block.layers.10.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 33 |
+
"block.layers.10.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 34 |
+
"block.layers.10.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 35 |
+
"block.layers.10.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 36 |
+
"block.layers.10.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 37 |
+
"block.layers.11.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 38 |
+
"block.layers.11.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 39 |
+
"block.layers.11.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 40 |
+
"block.layers.11.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 41 |
+
"block.layers.11.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 42 |
+
"block.layers.11.mlp.down_proj.weight": "model-00012-of-00013.safetensors",
|
| 43 |
+
"block.layers.11.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 44 |
+
"block.layers.11.mlp.up_gate_proj.weight": "model-00005-of-00013.safetensors",
|
| 45 |
+
"block.layers.12.attention.k_norm.weight": "model-00003-of-00013.safetensors",
|
| 46 |
+
"block.layers.12.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 47 |
+
"block.layers.12.attention.linear_qkv.weight": "model-00001-of-00013.safetensors",
|
| 48 |
+
"block.layers.12.attention.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 49 |
+
"block.layers.12.attention.q_norm.weight": "model-00003-of-00013.safetensors",
|
| 50 |
+
"block.layers.12.mlp.down_proj.weight": "model-00001-of-00013.safetensors",
|
| 51 |
+
"block.layers.12.mlp.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 52 |
+
"block.layers.12.mlp.up_gate_proj.weight": "model-00003-of-00013.safetensors",
|
| 53 |
+
"block.layers.13.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 54 |
+
"block.layers.13.attention.linear_proj.weight": "model-00012-of-00013.safetensors",
|
| 55 |
+
"block.layers.13.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 56 |
+
"block.layers.13.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 57 |
+
"block.layers.13.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 58 |
+
"block.layers.13.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 59 |
+
"block.layers.13.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 60 |
+
"block.layers.13.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 61 |
+
"block.layers.14.attention.k_norm.weight": "model-00012-of-00013.safetensors",
|
| 62 |
+
"block.layers.14.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 63 |
+
"block.layers.14.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 64 |
+
"block.layers.14.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 65 |
+
"block.layers.14.attention.q_norm.weight": "model-00012-of-00013.safetensors",
|
| 66 |
+
"block.layers.14.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 67 |
+
"block.layers.14.mlp.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 68 |
+
"block.layers.14.mlp.up_gate_proj.weight": "model-00012-of-00013.safetensors",
|
| 69 |
+
"block.layers.15.attention.k_norm.weight": "model-00003-of-00013.safetensors",
|
| 70 |
+
"block.layers.15.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 71 |
+
"block.layers.15.attention.linear_qkv.weight": "model-00001-of-00013.safetensors",
|
| 72 |
+
"block.layers.15.attention.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 73 |
+
"block.layers.15.attention.q_norm.weight": "model-00003-of-00013.safetensors",
|
| 74 |
+
"block.layers.15.mlp.down_proj.weight": "model-00001-of-00013.safetensors",
|
| 75 |
+
"block.layers.15.mlp.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 76 |
+
"block.layers.15.mlp.up_gate_proj.weight": "model-00003-of-00013.safetensors",
|
| 77 |
+
"block.layers.16.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 78 |
+
"block.layers.16.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 79 |
+
"block.layers.16.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 80 |
+
"block.layers.16.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 81 |
+
"block.layers.16.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 82 |
+
"block.layers.16.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 83 |
+
"block.layers.16.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 84 |
+
"block.layers.16.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 85 |
+
"block.layers.17.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 86 |
+
"block.layers.17.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 87 |
+
"block.layers.17.attention.linear_qkv.weight": "model-00005-of-00013.safetensors",
|
| 88 |
+
"block.layers.17.attention.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 89 |
+
"block.layers.17.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 90 |
+
"block.layers.17.mlp.down_proj.weight": "model-00001-of-00013.safetensors",
|
| 91 |
+
"block.layers.17.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 92 |
+
"block.layers.17.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 93 |
+
"block.layers.18.attention.k_norm.weight": "model-00012-of-00013.safetensors",
|
| 94 |
+
"block.layers.18.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 95 |
+
"block.layers.18.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 96 |
+
"block.layers.18.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 97 |
+
"block.layers.18.attention.q_norm.weight": "model-00012-of-00013.safetensors",
|
| 98 |
+
"block.layers.18.mlp.down_proj.weight": "model-00003-of-00013.safetensors",
|
| 99 |
+
"block.layers.18.mlp.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 100 |
+
"block.layers.18.mlp.up_gate_proj.weight": "model-00012-of-00013.safetensors",
|
| 101 |
+
"block.layers.19.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 102 |
+
"block.layers.19.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 103 |
+
"block.layers.19.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 104 |
+
"block.layers.19.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 105 |
+
"block.layers.19.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 106 |
+
"block.layers.19.mlp.down_proj.weight": "model-00002-of-00013.safetensors",
|
| 107 |
+
"block.layers.19.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 108 |
+
"block.layers.19.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 109 |
+
"block.layers.2.attention.k_norm.weight": "model-00011-of-00013.safetensors",
|
| 110 |
+
"block.layers.2.attention.linear_proj.weight": "model-00011-of-00013.safetensors",
|
| 111 |
+
"block.layers.2.attention.linear_qkv.weight": "model-00003-of-00013.safetensors",
|
| 112 |
+
"block.layers.2.attention.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 113 |
+
"block.layers.2.attention.q_norm.weight": "model-00011-of-00013.safetensors",
|
| 114 |
+
"block.layers.2.mlp.down_proj.weight": "model-00003-of-00013.safetensors",
|
| 115 |
+
"block.layers.2.mlp.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 116 |
+
"block.layers.2.mlp.up_gate_proj.weight": "model-00012-of-00013.safetensors",
|
| 117 |
+
"block.layers.20.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 118 |
+
"block.layers.20.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 119 |
+
"block.layers.20.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 120 |
+
"block.layers.20.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 121 |
+
"block.layers.20.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 122 |
+
"block.layers.20.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 123 |
+
"block.layers.20.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 124 |
+
"block.layers.20.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 125 |
+
"block.layers.21.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 126 |
+
"block.layers.21.attention.linear_proj.weight": "model-00002-of-00013.safetensors",
|
| 127 |
+
"block.layers.21.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 128 |
+
"block.layers.21.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 129 |
+
"block.layers.21.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 130 |
+
"block.layers.21.mlp.down_proj.weight": "model-00012-of-00013.safetensors",
|
| 131 |
+
"block.layers.21.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 132 |
+
"block.layers.21.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 133 |
+
"block.layers.22.attention.k_norm.weight": "model-00002-of-00013.safetensors",
|
| 134 |
+
"block.layers.22.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 135 |
+
"block.layers.22.attention.linear_qkv.weight": "model-00002-of-00013.safetensors",
|
| 136 |
+
"block.layers.22.attention.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 137 |
+
"block.layers.22.attention.q_norm.weight": "model-00002-of-00013.safetensors",
|
| 138 |
+
"block.layers.22.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 139 |
+
"block.layers.22.mlp.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 140 |
+
"block.layers.22.mlp.up_gate_proj.weight": "model-00002-of-00013.safetensors",
|
| 141 |
+
"block.layers.23.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 142 |
+
"block.layers.23.attention.linear_proj.weight": "model-00012-of-00013.safetensors",
|
| 143 |
+
"block.layers.23.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 144 |
+
"block.layers.23.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 145 |
+
"block.layers.23.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 146 |
+
"block.layers.23.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 147 |
+
"block.layers.23.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 148 |
+
"block.layers.23.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 149 |
+
"block.layers.24.attention.k_norm.weight": "model-00012-of-00013.safetensors",
|
| 150 |
+
"block.layers.24.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 151 |
+
"block.layers.24.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 152 |
+
"block.layers.24.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 153 |
+
"block.layers.24.attention.q_norm.weight": "model-00012-of-00013.safetensors",
|
| 154 |
+
"block.layers.24.mlp.down_proj.weight": "model-00004-of-00013.safetensors",
|
| 155 |
+
"block.layers.24.mlp.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 156 |
+
"block.layers.24.mlp.up_gate_proj.weight": "model-00013-of-00013.safetensors",
|
| 157 |
+
"block.layers.25.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 158 |
+
"block.layers.25.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 159 |
+
"block.layers.25.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 160 |
+
"block.layers.25.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 161 |
+
"block.layers.25.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 162 |
+
"block.layers.25.mlp.down_proj.weight": "model-00002-of-00013.safetensors",
|
| 163 |
+
"block.layers.25.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 164 |
+
"block.layers.25.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 165 |
+
"block.layers.26.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 166 |
+
"block.layers.26.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 167 |
+
"block.layers.26.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 168 |
+
"block.layers.26.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 169 |
+
"block.layers.26.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 170 |
+
"block.layers.26.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 171 |
+
"block.layers.26.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 172 |
+
"block.layers.26.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 173 |
+
"block.layers.27.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 174 |
+
"block.layers.27.attention.linear_proj.weight": "model-00002-of-00013.safetensors",
|
| 175 |
+
"block.layers.27.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 176 |
+
"block.layers.27.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 177 |
+
"block.layers.27.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 178 |
+
"block.layers.27.mlp.down_proj.weight": "model-00013-of-00013.safetensors",
|
| 179 |
+
"block.layers.27.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 180 |
+
"block.layers.27.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 181 |
+
"block.layers.28.attention.k_norm.weight": "model-00002-of-00013.safetensors",
|
| 182 |
+
"block.layers.28.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 183 |
+
"block.layers.28.attention.linear_qkv.weight": "model-00002-of-00013.safetensors",
|
| 184 |
+
"block.layers.28.attention.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 185 |
+
"block.layers.28.attention.q_norm.weight": "model-00002-of-00013.safetensors",
|
| 186 |
+
"block.layers.28.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 187 |
+
"block.layers.28.mlp.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 188 |
+
"block.layers.28.mlp.up_gate_proj.weight": "model-00002-of-00013.safetensors",
|
| 189 |
+
"block.layers.29.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 190 |
+
"block.layers.29.attention.linear_proj.weight": "model-00013-of-00013.safetensors",
|
| 191 |
+
"block.layers.29.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 192 |
+
"block.layers.29.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 193 |
+
"block.layers.29.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 194 |
+
"block.layers.29.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 195 |
+
"block.layers.29.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 196 |
+
"block.layers.29.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 197 |
+
"block.layers.3.attention.k_norm.weight": "model-00001-of-00013.safetensors",
|
| 198 |
+
"block.layers.3.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 199 |
+
"block.layers.3.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 200 |
+
"block.layers.3.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 201 |
+
"block.layers.3.attention.q_norm.weight": "model-00001-of-00013.safetensors",
|
| 202 |
+
"block.layers.3.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 203 |
+
"block.layers.3.mlp.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 204 |
+
"block.layers.3.mlp.up_gate_proj.weight": "model-00001-of-00013.safetensors",
|
| 205 |
+
"block.layers.30.attention.k_norm.weight": "model-00013-of-00013.safetensors",
|
| 206 |
+
"block.layers.30.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 207 |
+
"block.layers.30.attention.linear_qkv.weight": "model-00013-of-00013.safetensors",
|
| 208 |
+
"block.layers.30.attention.pre_norm.weight": "model-00013-of-00013.safetensors",
|
| 209 |
+
"block.layers.30.attention.q_norm.weight": "model-00013-of-00013.safetensors",
|
| 210 |
+
"block.layers.30.mlp.down_proj.weight": "model-00004-of-00013.safetensors",
|
| 211 |
+
"block.layers.30.mlp.pre_norm.weight": "model-00013-of-00013.safetensors",
|
| 212 |
+
"block.layers.30.mlp.up_gate_proj.weight": "model-00013-of-00013.safetensors",
|
| 213 |
+
"block.layers.31.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 214 |
+
"block.layers.31.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 215 |
+
"block.layers.31.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 216 |
+
"block.layers.31.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 217 |
+
"block.layers.31.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 218 |
+
"block.layers.31.mlp.down_proj.weight": "model-00002-of-00013.safetensors",
|
| 219 |
+
"block.layers.31.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 220 |
+
"block.layers.31.mlp.up_gate_proj.weight": "model-00009-of-00013.safetensors",
|
| 221 |
+
"block.layers.32.attention.k_norm.weight": "model-00011-of-00013.safetensors",
|
| 222 |
+
"block.layers.32.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 223 |
+
"block.layers.32.attention.linear_qkv.weight": "model-00011-of-00013.safetensors",
|
| 224 |
+
"block.layers.32.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 225 |
+
"block.layers.32.attention.q_norm.weight": "model-00011-of-00013.safetensors",
|
| 226 |
+
"block.layers.32.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 227 |
+
"block.layers.32.mlp.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 228 |
+
"block.layers.32.mlp.up_gate_proj.weight": "model-00011-of-00013.safetensors",
|
| 229 |
+
"block.layers.33.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 230 |
+
"block.layers.33.attention.linear_proj.weight": "model-00002-of-00013.safetensors",
|
| 231 |
+
"block.layers.33.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 232 |
+
"block.layers.33.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 233 |
+
"block.layers.33.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 234 |
+
"block.layers.33.mlp.down_proj.weight": "model-00013-of-00013.safetensors",
|
| 235 |
+
"block.layers.33.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 236 |
+
"block.layers.33.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 237 |
+
"block.layers.34.attention.k_norm.weight": "model-00002-of-00013.safetensors",
|
| 238 |
+
"block.layers.34.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 239 |
+
"block.layers.34.attention.linear_qkv.weight": "model-00002-of-00013.safetensors",
|
| 240 |
+
"block.layers.34.attention.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 241 |
+
"block.layers.34.attention.q_norm.weight": "model-00002-of-00013.safetensors",
|
| 242 |
+
"block.layers.34.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 243 |
+
"block.layers.34.mlp.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 244 |
+
"block.layers.34.mlp.up_gate_proj.weight": "model-00002-of-00013.safetensors",
|
| 245 |
+
"block.layers.35.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 246 |
+
"block.layers.35.attention.linear_proj.weight": "model-00013-of-00013.safetensors",
|
| 247 |
+
"block.layers.35.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 248 |
+
"block.layers.35.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 249 |
+
"block.layers.35.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 250 |
+
"block.layers.35.mlp.down_proj.weight": "model-00011-of-00013.safetensors",
|
| 251 |
+
"block.layers.35.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 252 |
+
"block.layers.35.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 253 |
+
"block.layers.36.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 254 |
+
"block.layers.36.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 255 |
+
"block.layers.36.attention.linear_qkv.weight": "model-00013-of-00013.safetensors",
|
| 256 |
+
"block.layers.36.attention.pre_norm.weight": "model-00013-of-00013.safetensors",
|
| 257 |
+
"block.layers.36.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 258 |
+
"block.layers.36.mlp.down_proj.weight": "model-00011-of-00013.safetensors",
|
| 259 |
+
"block.layers.36.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 260 |
+
"block.layers.36.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 261 |
+
"block.layers.37.attention.k_norm.weight": "model-00013-of-00013.safetensors",
|
| 262 |
+
"block.layers.37.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 263 |
+
"block.layers.37.attention.linear_qkv.weight": "model-00002-of-00013.safetensors",
|
| 264 |
+
"block.layers.37.attention.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 265 |
+
"block.layers.37.attention.q_norm.weight": "model-00013-of-00013.safetensors",
|
| 266 |
+
"block.layers.37.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 267 |
+
"block.layers.37.mlp.pre_norm.weight": "model-00013-of-00013.safetensors",
|
| 268 |
+
"block.layers.37.mlp.up_gate_proj.weight": "model-00013-of-00013.safetensors",
|
| 269 |
+
"block.layers.38.attention.k_norm.weight": "model-00011-of-00013.safetensors",
|
| 270 |
+
"block.layers.38.attention.linear_proj.weight": "model-00002-of-00013.safetensors",
|
| 271 |
+
"block.layers.38.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 272 |
+
"block.layers.38.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 273 |
+
"block.layers.38.attention.q_norm.weight": "model-00011-of-00013.safetensors",
|
| 274 |
+
"block.layers.38.mlp.down_proj.weight": "model-00002-of-00013.safetensors",
|
| 275 |
+
"block.layers.38.mlp.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 276 |
+
"block.layers.38.mlp.up_gate_proj.weight": "model-00011-of-00013.safetensors",
|
| 277 |
+
"block.layers.39.attention.k_norm.weight": "model-00009-of-00013.safetensors",
|
| 278 |
+
"block.layers.39.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 279 |
+
"block.layers.39.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 280 |
+
"block.layers.39.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 281 |
+
"block.layers.39.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 282 |
+
"block.layers.39.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 283 |
+
"block.layers.39.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 284 |
+
"block.layers.39.mlp.up_gate_proj.weight": "model-00009-of-00013.safetensors",
|
| 285 |
+
"block.layers.4.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 286 |
+
"block.layers.4.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 287 |
+
"block.layers.4.attention.linear_qkv.weight": "model-00007-of-00013.safetensors",
|
| 288 |
+
"block.layers.4.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 289 |
+
"block.layers.4.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 290 |
+
"block.layers.4.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 291 |
+
"block.layers.4.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 292 |
+
"block.layers.4.mlp.up_gate_proj.weight": "model-00007-of-00013.safetensors",
|
| 293 |
+
"block.layers.5.attention.k_norm.weight": "model-00003-of-00013.safetensors",
|
| 294 |
+
"block.layers.5.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 295 |
+
"block.layers.5.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 296 |
+
"block.layers.5.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 297 |
+
"block.layers.5.attention.q_norm.weight": "model-00003-of-00013.safetensors",
|
| 298 |
+
"block.layers.5.mlp.down_proj.weight": "model-00012-of-00013.safetensors",
|
| 299 |
+
"block.layers.5.mlp.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 300 |
+
"block.layers.5.mlp.up_gate_proj.weight": "model-00003-of-00013.safetensors",
|
| 301 |
+
"block.layers.6.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 302 |
+
"block.layers.6.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 303 |
+
"block.layers.6.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 304 |
+
"block.layers.6.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 305 |
+
"block.layers.6.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 306 |
+
"block.layers.6.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 307 |
+
"block.layers.6.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 308 |
+
"block.layers.6.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 309 |
+
"block.layers.7.attention.k_norm.weight": "model-00012-of-00013.safetensors",
|
| 310 |
+
"block.layers.7.attention.linear_proj.weight": "model-00012-of-00013.safetensors",
|
| 311 |
+
"block.layers.7.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 312 |
+
"block.layers.7.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 313 |
+
"block.layers.7.attention.q_norm.weight": "model-00012-of-00013.safetensors",
|
| 314 |
+
"block.layers.7.mlp.down_proj.weight": "model-00003-of-00013.safetensors",
|
| 315 |
+
"block.layers.7.mlp.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 316 |
+
"block.layers.7.mlp.up_gate_proj.weight": "model-00012-of-00013.safetensors",
|
| 317 |
+
"block.layers.8.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 318 |
+
"block.layers.8.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 319 |
+
"block.layers.8.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 320 |
+
"block.layers.8.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 321 |
+
"block.layers.8.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 322 |
+
"block.layers.8.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 323 |
+
"block.layers.8.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 324 |
+
"block.layers.8.mlp.up_gate_proj.weight": "model-00005-of-00013.safetensors",
|
| 325 |
+
"block.layers.9.attention.k_norm.weight": "model-00003-of-00013.safetensors",
|
| 326 |
+
"block.layers.9.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 327 |
+
"block.layers.9.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 328 |
+
"block.layers.9.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 329 |
+
"block.layers.9.attention.q_norm.weight": "model-00003-of-00013.safetensors",
|
| 330 |
+
"block.layers.9.mlp.down_proj.weight": "model-00001-of-00013.safetensors",
|
| 331 |
+
"block.layers.9.mlp.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 332 |
+
"block.layers.9.mlp.up_gate_proj.weight": "model-00003-of-00013.safetensors",
|
| 333 |
+
"final_linear_audio.weight": "model-00004-of-00013.safetensors",
|
| 334 |
+
"final_linear_video.weight": "model-00004-of-00013.safetensors",
|
| 335 |
+
"final_norm_audio.weight": "model-00004-of-00013.safetensors",
|
| 336 |
+
"final_norm_video.weight": "model-00004-of-00013.safetensors"
|
| 337 |
+
}
|
| 338 |
+
}
|
text_encoder/.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
text_encoder/README.md
ADDED
|
@@ -0,0 +1,260 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gemma
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text2text-generation
|
| 5 |
+
extra_gated_heading: Access Gemma on Hugging Face
|
| 6 |
+
extra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and
|
| 7 |
+
agree to Google’s usage license. To do this, please ensure you’re logged in to Hugging
|
| 8 |
+
Face and click below. Requests are processed immediately.
|
| 9 |
+
extra_gated_button_content: Acknowledge license
|
| 10 |
+
base_model: google/t5gemma-9b-9b-ul2
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
> [!Note]
|
| 14 |
+
> This repository corresponds to T5Gemma (pretrained) with 9B encoder and 9B decoder (adapted using UL2)
|
| 15 |
+
|
| 16 |
+
# T5Gemma model card
|
| 17 |
+
|
| 18 |
+
**Model Page**: [T5Gemma](https://ai.google.dev/gemma/docs/t5gemma)
|
| 19 |
+
|
| 20 |
+
**Resources and Technical Documentation**:
|
| 21 |
+
|
| 22 |
+
- [T5Gemma Technical Report](https://arxiv.org/abs/2504.06225)
|
| 23 |
+
- [Responsible Generative AI Toolkit](https://ai.google.dev/responsible)
|
| 24 |
+
- [T5Gemma on Kaggle](https://www.kaggle.com/models/google/t5gemma)
|
| 25 |
+
- [T5Gemma on Vertex Model Garden](https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/t5gemma)
|
| 26 |
+
|
| 27 |
+
**Terms of Use**: [Terms](https://ai.google.dev/gemma/terms)
|
| 28 |
+
|
| 29 |
+
**Authors**: Google DeepMind
|
| 30 |
+
|
| 31 |
+
## Model Information
|
| 32 |
+
|
| 33 |
+
Summary description and brief definition of inputs and outputs.
|
| 34 |
+
|
| 35 |
+
### Description
|
| 36 |
+
|
| 37 |
+
T5Gemma is a family of lightweight yet powerful encoder-decoder research models from Google. These models are created by adapting pretrained decoder-only models into a encoder-decoder. This adaptation allows T5Gemma to inherit the foundational capabilities of the decoder-only models while also offering a more favorable quality-efficiency trade-off. A key feature is the flexibility to pair encoders and decoders of different sizes(e.g., a 9B encoder with a 2B decoder).
|
| 38 |
+
T5Gemma is released in two different series:
|
| 39 |
+
|
| 40 |
+
- **Gemma 2 Series**:, Models directly adapted from the official Gemma 2 2B and 9B checkpoints. It includes 2B-2B, 9B-9B, and 9B-2B variants.
|
| 41 |
+
- **T5-compatible Series**: Models pretrained from scratch using the Gemma 2 recipe but with architectures and parameter counts that align with traditional T5 models (Small, Base, Large, XL). This series also includes an ML (Medium-Large, ~2B) model to bridge the gap between Large and XL.
|
| 42 |
+
|
| 43 |
+
These models are text-to-text, available in English, with open weights for pre-trained variants (adapted via objectives like PrefixLM or UL2) and instruction-tuned variants. T5Gemma models are well-suited for a variety of generative tasks, including question answering, summarization, and reasoning. Meanwhile, their encoders can be leveraged for discriminative tasks, providing strong performance on classification and understanding benchmarks. Their relatively small size makes it possible to deploy them in environments with limited resources such as laptops, desktops or your own cloud infrastructure, democratizing access to state of the art AI models and helping foster innovation for everyone.
|
| 44 |
+
|
| 45 |
+
### Usage
|
| 46 |
+
|
| 47 |
+
Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
|
| 48 |
+
```sh
|
| 49 |
+
pip install -U transformers
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
Then, copy the snippet from the section that is relevant for your usecase.
|
| 53 |
+
|
| 54 |
+
#### Running with the `pipeline` API
|
| 55 |
+
|
| 56 |
+
```python
|
| 57 |
+
import torch
|
| 58 |
+
from transformers import pipeline
|
| 59 |
+
|
| 60 |
+
pipe = pipeline(
|
| 61 |
+
"text2text-generation",
|
| 62 |
+
model="google/t5gemma-9b-9b-ul2",
|
| 63 |
+
device="cuda", # replace with "mps" to run on a Mac device
|
| 64 |
+
)
|
| 65 |
+
|
| 66 |
+
text = "Once upon a time,"
|
| 67 |
+
outputs = pipe(text, max_new_tokens=32)
|
| 68 |
+
response = outputs[0]["generated_text"]
|
| 69 |
+
print(response)
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
#### Running the model on a single / multi GPU
|
| 73 |
+
|
| 74 |
+
```python
|
| 75 |
+
# pip install accelerate
|
| 76 |
+
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 77 |
+
import torch
|
| 78 |
+
|
| 79 |
+
tokenizer = AutoTokenizer.from_pretrained("google/t5gemma-9b-9b-ul2")
|
| 80 |
+
model = AutoModelForSeq2SeqLM.from_pretrained(
|
| 81 |
+
"google/t5gemma-9b-9b-ul2",
|
| 82 |
+
device_map="auto",
|
| 83 |
+
)
|
| 84 |
+
|
| 85 |
+
input_text = "Write me a poem about Machine Learning. Answer:"
|
| 86 |
+
input_ids = tokenizer(input_text, return_tensors="pt").to("cuda")
|
| 87 |
+
|
| 88 |
+
outputs = model.generate(**input_ids, max_new_tokens=32)
|
| 89 |
+
print(tokenizer.decode(outputs[0]))
|
| 90 |
+
```
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
|
| 94 |
+
### Inputs and outputs
|
| 95 |
+
|
| 96 |
+
- **Input:**
|
| 97 |
+
- Text string, such as a question, a prompt, or a document to be summarized
|
| 98 |
+
|
| 99 |
+
- **Output:**
|
| 100 |
+
- Generated English-language text in response to the input, such as an answer to a question, or a summary of a document.
|
| 101 |
+
|
| 102 |
+
### Citation
|
| 103 |
+
|
| 104 |
+
```none
|
| 105 |
+
@article{t5gemma_2025,
|
| 106 |
+
title={Encoder-Decoder Gemma: Improving the Quality-Efficiency Trade-Off via Adaptation},
|
| 107 |
+
author={Zhang, Biao and Moiseev, Fedor and Ainslie, Joshua and Suganthan, Paul and Ma, Min and Bhupatiraju, Surya and Lebron, Fede and Firat, Orhan and Joulin, Armand and Dong, Zhe},
|
| 108 |
+
year={2025}
|
| 109 |
+
}
|
| 110 |
+
```
|
| 111 |
+
|
| 112 |
+
## Model Data
|
| 113 |
+
|
| 114 |
+
Data used for model training and how the data was processed.
|
| 115 |
+
|
| 116 |
+
### Training Dataset
|
| 117 |
+
|
| 118 |
+
These models were trained on a dataset of text data that includes a wide variety of sources. The 9B-9B, 9B-2B, and 2B-2B models were adapted with 2 trillion tokens, and the T5-sized models (Small, Base, Large, ML and XL) were first pretrained with 2 trillion tokens (decoder-only) and then adapted with 2 trillion tokens (encoder-decoder). Here are the key components:
|
| 119 |
+
|
| 120 |
+
- Web Documents: A diverse collection of web text ensures the model is exposed to a broad range of linguistic styles, topics, and vocabulary. Primarily English-language content.
|
| 121 |
+
- Code: Exposing the model to code helps it to learn the syntax and patterns of programming languages, which improves its ability to generate code or understand code-related questions.
|
| 122 |
+
- Mathematics: Training on mathematical text helps the model learn logical reasoning, symbolic representation, and to address mathematical queries.
|
| 123 |
+
|
| 124 |
+
The combination of these diverse data sources is crucial for training a powerful language model that can handle a wide variety of different tasks and text formats.
|
| 125 |
+
|
| 126 |
+
### Data Preprocessing
|
| 127 |
+
|
| 128 |
+
Here are the key data cleaning and filtering methods applied to the training data:
|
| 129 |
+
|
| 130 |
+
- CSAM Filtering: Rigorous CSAM (Child Sexual Abuse Material) filtering was applied at multiple stages in the data preparation process to ensure the exclusion of harmful and illegal content.
|
| 131 |
+
- Sensitive Data Filtering: As part of making Gemma pre-trained models safe and reliable, automated techniques were used to filter out certain personal information and other sensitive data from training sets.
|
| 132 |
+
- Additional methods: Filtering based on content quality and safety in line with [our policies](https://ai.google/static/documents/ai-responsibility-update-published-february-2025.pdf).
|
| 133 |
+
|
| 134 |
+
## Implementation Information
|
| 135 |
+
|
| 136 |
+
Details about the model internals.
|
| 137 |
+
|
| 138 |
+
### Hardware
|
| 139 |
+
|
| 140 |
+
T5Gemma was trained using [Tensor Processing Unit (TPU)](https://cloud.google.com/tpu/docs/intro-to-tpu) hardware (TPUv4p, TPUv5p and TPUv5e). Training large language models requires significant computational power. TPUs, designed specifically for matrix operations common in machine learning, offer several advantages in this domain:
|
| 141 |
+
|
| 142 |
+
- Performance: TPUs are specifically designed to handle the massive computations involved in training LLMs. They can speed up training considerably compared to CPUs.
|
| 143 |
+
- Memory: TPUs often come with large amounts of high-bandwidth memory, allowing for the handling of large models and batch sizes during training. This can lead to better model quality.
|
| 144 |
+
- Scalability: TPU Pods (large clusters of TPUs) provide a scalable solution for handling the growing complexity of large foundation models. You can distribute training across multiple TPU devices for faster and more efficient processing.
|
| 145 |
+
- Cost-effectiveness: In many scenarios, TPUs can provide a more cost-effective solution for training large models compared to CPU-based infrastructure, especially when considering the time and resources saved due to faster training.
|
| 146 |
+
- These advantages are aligned with [Google's commitments to operate sustainably](https://sustainability.google/operating-sustainably/).
|
| 147 |
+
|
| 148 |
+
### Software
|
| 149 |
+
|
| 150 |
+
Training was done using [JAX](https://github.com/jax-ml/jax) and [ML Pathways](https://blog.google/technology/ai/introducing-pathways-next-generation-ai-architecture/). JAX allows researchers to take advantage of the latest generation of hardware, including TPUs, for faster and more efficient training of large models. ML Pathways is Google's latest effort to build artificially intelligent systems capable of generalizing across multiple tasks. This is specially suitable for foundation models, including large language models like these ones.
|
| 151 |
+
Together, JAX and ML Pathways are used as described in the [paper about the Gemini family of models](https://goo.gle/gemma2report); _"the 'single controller' programming model of Jax and Pathways allows a single Python process to orchestrate the entire training run, dramatically simplifying the development workflow."_
|
| 152 |
+
|
| 153 |
+
## Evaluation
|
| 154 |
+
|
| 155 |
+
Model evaluation metrics and results.
|
| 156 |
+
|
| 157 |
+
### Benchmark Results
|
| 158 |
+
|
| 159 |
+
These models were evaluated against a large collection of different datasets and metrics to cover different aspects of text generation.
|
| 160 |
+
|
| 161 |
+
_PT models. XX/YY: results for PrefixLM/UL2 checkpoints._
|
| 162 |
+
|
| 163 |
+
| Benchmark | Metric | 2B-2B | 9B-2B | 9B-9B | S-S | B-B | L-L | ML-ML | XL-XL |
|
| 164 |
+
| :--- | :--- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
|
| 165 |
+
| [MMLU](https://arxiv.org/abs/2009.03300) | 5-shot, top-1 | 46.8/50.4 | 60.3/64.8 | 71.3/72.1 | 24.7/25.2 | 24.8/25.7 | 27.3/27.5 | 27.3/29.1 | 34.8/36.6 |
|
| 166 |
+
| [HellaSwag](https://arxiv.org/abs/1905.07830) | 10-shot | 74.9/74.0 | 75.7/74.3 | 81.0/82.5 | 30.9/30.5 | 40.5/38.6 | 57.3/54.9 | 65.4/64.5 | 68.9/69.0 |
|
| 167 |
+
| [PIQA](https://arxiv.org/abs/1911.11641) | 0-shot | 79.0/78.8 | 78.3/78.2 | 81.1/82.4 | 62.8/61.5 | 67.0/66.2 | 71.2/70.9 | 74.3/75.5 | 76.2/78.0 |
|
| 168 |
+
| [BoolQ](https://arxiv.org/abs/1905.10044) | 0-shot | 75.6/77.5 | 84.6/85.1 | 85.6/87.0 | 53.1/61.1 | 52.3/49.6 | 62.2/62.3 | 62.6/61.7 | 69.9/68.0 |
|
| 169 |
+
| [WinoGrande](https://arxiv.org/abs/1907.10641) | partial score | 69.5/69.8 | 68.1/58.8 | 78.7/78.2 | 52.0/50.0 | 53.9/51.6 | 58.1/56.7 | 64.6/62.4 | 64.7/65.1 |
|
| 170 |
+
| [ARC-e](https://arxiv.org/abs/1911.01547) | 0-shot | 77.1/76.5 | 82.9/81.1 | 85.3/86.0 | 42.3/43.8 | 48.5/47.9 | 59.5/56.9 | 65.8/63.5 | 71.2/69.2 |
|
| 171 |
+
| [ARC-c](https://arxiv.org/abs/1911.01547) | 25-shot | 52.0/53.5 | 59.9/59.6 | 65.0/66.5 | 23.0/23.4 | 25.1/25.7 | 32.7/31.5 | 41.4/40.4 | 46.5/45.9 |
|
| 172 |
+
| [TriviaQA](https://arxiv.org/abs/1705.03551) | 5-shot | 51.2/51.1 | 66.2/58.3 | 75.2/73.3 | 3.2/3.3 | 7.2/5.9 | 19.4/15.9 | 33.2/25.4 | 41.0/34.3 |
|
| 173 |
+
| [Natural Questions](https://github.com/google-research-datasets/natural-questions) | 5-shot | 28.4/28.3 | 37.1/33.9 | 43.1/44.0 | 7.1/7.7 | 10.8/10.9 | 15.6/15.3 | 21.5/19.6 | 23.7/21.8 |
|
| 174 |
+
| [HumanEval](https://arxiv.org/abs/2107.03374) | pass@1 | 27.4/28.0 | 33.5/22.0 | 40.2/37.2 | 0.6/0.0 | 3.7/1.8 | 12.8/8.5 | 17.1/15.9 | 23.2/19.5 |
|
| 175 |
+
| [MBPP](https://arxiv.org/abs/2108.07732) | 3-shot | 37.4/36.4 | 43.4/38.6 | 55.6/55.2 | 1.4/0.0 | 4.6/3.4 | 15.0/11.8 | 27/24.6 | 30.0/28.0 |
|
| 176 |
+
| [GSM8K](https://arxiv.org/abs/2110.14168) | 5-shot, maj@1 | 41.7/35.8 | 48.7/39.7 | 72.8/74.0 | 2.0/0.8 | 2.2/1.5 | 6.6/4.1 | 13.7/17.5 | 25.8/22.4 |
|
| 177 |
+
| [MATH-500](https://arxiv.org/abs/2103.03874) | 4-shot | 24.2/20.4 | 23.6/18.4 | 37.8/39.2 | 1.0/1.2 | 1.8/2.4 | 5.0/4.8 | 11.0/12 | 15.6/12.4 |
|
| 178 |
+
| [AGIEval](https://arxiv.org/abs/2304.06364) | 3-5-shot | 35.0/37.0 | 43.6/45.7 | 53.1/56.4 | 20.8/21.4 | 21.8/21.3 | 22.5/23.0 | 23.4/24.5 | 28.0/27.4 |
|
| 179 |
+
| [BIG-Bench](https://arxiv.org/abs/2206.04615) | 3-shot, CoT | 51.9/50.5 | 51.6/52.1 | 74.7/76.3 | 24.7/22.7 | 23.0/24.8 | 29.9/31.3 | 37.3/35.9 | 44.5/43.1 |
|
| 180 |
+
|
| 181 |
+
## Ethics and Safety
|
| 182 |
+
|
| 183 |
+
Ethics and safety evaluation approach and results.
|
| 184 |
+
|
| 185 |
+
### Evaluation Approach
|
| 186 |
+
|
| 187 |
+
Our evaluation methods include structured evaluations and internal red-teaming testing of relevant content policies. Red-teaming was conducted by a number of different teams, each with different goals and human evaluation metrics. These models were evaluated against a number of different categories relevant to ethics and safety, including:
|
| 188 |
+
|
| 189 |
+
- **Child Safety**: Evaluation of text-to-text prompts covering child safety policies, including child sexual abuse and exploitation.
|
| 190 |
+
- **Content Safety:** Evaluation of text-to-text prompts covering safety policies including, harassment, violence and gore, and hate speech.
|
| 191 |
+
- **Representational Harms**: Evaluation of text-to-text prompts covering safety policies including bias, stereotyping, and harmful associations or inaccuracies.
|
| 192 |
+
|
| 193 |
+
In addition to development level evaluations, we conduct "assurance evaluations" which are our ‘arms-length' internal evaluations for responsibility governance decision making. They are conducted separately from the model development team, to inform decision making about release. High level findings are fed back to the model team, but prompt sets are held-out to prevent overfitting and preserve the results' ability to inform decision making. Assurance evaluation results are reported to our Responsibility & Safety Council as part of release review.
|
| 194 |
+
|
| 195 |
+
### Evaluation Results
|
| 196 |
+
|
| 197 |
+
For all areas of safety testing, we saw major improvements in the categories of child safety, content safety, and representational harms relative to previous Gemma models. All testing was conducted without safety filters to evaluate the model capabilities and behaviors. For both text-to-text and image-to-text, and across all model sizes, the model produced minimal policy violations, and showed significant improvements over previous Gemma models' performance with respect to ungrounded inferences. A limitation of our evaluations was they included only English language prompts.
|
| 198 |
+
|
| 199 |
+
## Usage and Limitations
|
| 200 |
+
|
| 201 |
+
These models have certain limitations that users should be aware of.
|
| 202 |
+
|
| 203 |
+
### Intended Usage
|
| 204 |
+
|
| 205 |
+
Open large language models (LLMs) models have a wide range of applications across various industries and domains. The following list of potential uses is not comprehensive. The purpose of this list is to provide contextual information about the possible use-cases that the model creators considered as part of model training and development.
|
| 206 |
+
|
| 207 |
+
- Content Creation and Communication
|
| 208 |
+
- Text Generation: These models can be used to generate creative text formats such as poems, scripts, code, marketing copy, and email drafts.
|
| 209 |
+
- Text Summarization: Generate concise summaries of a text corpus, research papers, or reports.
|
| 210 |
+
|
| 211 |
+
- Research and Education
|
| 212 |
+
- Natural Language Processing (NLP) Research: These models can serve as a foundation for researchers to experiment with NLP techniques, develop algorithms, and contribute to the advancement of the field.
|
| 213 |
+
|
| 214 |
+
### Limitations
|
| 215 |
+
|
| 216 |
+
- Training Data
|
| 217 |
+
- The quality and diversity of the training data significantly influence the model's capabilities. Biases or gaps in the training data can lead to limitations in the model's responses.
|
| 218 |
+
- The scope of the training dataset determines the subject areas the model can handle effectively.
|
| 219 |
+
|
| 220 |
+
- Context and Task Complexity
|
| 221 |
+
- Models are better at tasks that can be framed with clear prompts and instructions. Open-ended or highly complex tasks might be challenging.
|
| 222 |
+
- A model's performance can be influenced by the amount of context provided (longer context generally leads to better outputs, up to a certain point).
|
| 223 |
+
|
| 224 |
+
- Language Ambiguity and Nuance
|
| 225 |
+
- Natural language is inherently complex. Models might struggle to grasp subtle nuances, sarcasm, or figurative language.
|
| 226 |
+
|
| 227 |
+
- Factual Accuracy
|
| 228 |
+
- Models generate responses based on information they learned from their training datasets, but they are not knowledge bases. They may generate incorrect or outdated factual statements.
|
| 229 |
+
|
| 230 |
+
- Common Sense
|
| 231 |
+
- Models rely on statistical patterns in language. They might lack the ability to apply common sense reasoning in certain situations.
|
| 232 |
+
|
| 233 |
+
### Ethical Considerations and Risks
|
| 234 |
+
|
| 235 |
+
The development of large language models (LLMs) raises several ethical concerns. In creating an open model, we have carefully considered the following:
|
| 236 |
+
|
| 237 |
+
- Bias and Fairness
|
| 238 |
+
- LLMs trained on large-scale, real-world text data can reflect socio-cultural biases embedded in the training material. These models underwent careful scrutiny, input data pre-processing described and posterior evaluations reported in this card.
|
| 239 |
+
|
| 240 |
+
- Misinformation and Misuse
|
| 241 |
+
- LLMs can be misused to generate text that is false, misleading, or harmful.
|
| 242 |
+
- Guidelines are provided for responsible use with the model, see the [Responsible Generative AI Toolkit](https://ai.google.dev/responsible).
|
| 243 |
+
|
| 244 |
+
- Transparency and Accountability:
|
| 245 |
+
- This model card summarizes details on the models' architecture, capabilities, limitations, and evaluation processes.
|
| 246 |
+
- A responsibly developed open model offers the opportunity to share innovation by making LLM technology accessible to developers and researchers across the AI ecosystem.
|
| 247 |
+
|
| 248 |
+
Risks identified and mitigations:
|
| 249 |
+
|
| 250 |
+
- **Perpetuation of biases**: It's encouraged to perform continuous monitoring (using evaluation metrics, human review) and the exploration of de-biasing techniques during model training, fine-tuning, and other use cases.
|
| 251 |
+
- **Generation of harmful content**: Mechanisms and guidelines for content safety are essential. Developers are encouraged to exercise caution and implement appropriate content safety safeguards based on their specific product policies and application use cases.
|
| 252 |
+
- **Misuse for malicious purposes**: Technical limitations and developer and end-user education can help mitigate against malicious applications of LLMs. Educational resources and reporting mechanisms for users to flag misuse are provided. Prohibited uses of Gemma models are outlined in the [Gemma Prohibited Use Policy](https://ai.google.dev/gemma/prohibited_use_policy).
|
| 253 |
+
- **Privacy violations**: Models were trained on data filtered for removal of certain personal information and other sensitive data. Developers are encouraged to adhere to privacy regulations with privacy-preserving techniques.
|
| 254 |
+
|
| 255 |
+
### Benefits
|
| 256 |
+
|
| 257 |
+
At the time of release, this family of models provides high-performance open encoder-decoder large language model implementations designed from the ground up for Responsible AI development compared to similarly sized models.
|
| 258 |
+
|
| 259 |
+
Using the benchmark evaluation metrics described in this document, these models have shown to provide superior performance to other, comparably-sized open model alternatives.
|
| 260 |
+
|
text_encoder/config.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"T5GemmaForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"classifier_dropout_rate": 0.0,
|
| 6 |
+
"decoder": {
|
| 7 |
+
"attention_bias": false,
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"attn_logit_softcapping": 50.0,
|
| 10 |
+
"classifier_dropout_rate": 0.0,
|
| 11 |
+
"cross_attention_hidden_size": 3584,
|
| 12 |
+
"dropout_rate": 0.0,
|
| 13 |
+
"final_logit_softcapping": 30.0,
|
| 14 |
+
"head_dim": 256,
|
| 15 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
| 16 |
+
"hidden_size": 3584,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 14336,
|
| 19 |
+
"is_decoder": true,
|
| 20 |
+
"layer_types": [
|
| 21 |
+
"sliding_attention",
|
| 22 |
+
"full_attention",
|
| 23 |
+
"sliding_attention",
|
| 24 |
+
"full_attention",
|
| 25 |
+
"sliding_attention",
|
| 26 |
+
"full_attention",
|
| 27 |
+
"sliding_attention",
|
| 28 |
+
"full_attention",
|
| 29 |
+
"sliding_attention",
|
| 30 |
+
"full_attention",
|
| 31 |
+
"sliding_attention",
|
| 32 |
+
"full_attention",
|
| 33 |
+
"sliding_attention",
|
| 34 |
+
"full_attention",
|
| 35 |
+
"sliding_attention",
|
| 36 |
+
"full_attention",
|
| 37 |
+
"sliding_attention",
|
| 38 |
+
"full_attention",
|
| 39 |
+
"sliding_attention",
|
| 40 |
+
"full_attention",
|
| 41 |
+
"sliding_attention",
|
| 42 |
+
"full_attention",
|
| 43 |
+
"sliding_attention",
|
| 44 |
+
"full_attention",
|
| 45 |
+
"sliding_attention",
|
| 46 |
+
"full_attention",
|
| 47 |
+
"sliding_attention",
|
| 48 |
+
"full_attention",
|
| 49 |
+
"sliding_attention",
|
| 50 |
+
"full_attention",
|
| 51 |
+
"sliding_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"sliding_attention",
|
| 54 |
+
"full_attention",
|
| 55 |
+
"sliding_attention",
|
| 56 |
+
"full_attention",
|
| 57 |
+
"sliding_attention",
|
| 58 |
+
"full_attention",
|
| 59 |
+
"sliding_attention",
|
| 60 |
+
"full_attention",
|
| 61 |
+
"sliding_attention",
|
| 62 |
+
"full_attention"
|
| 63 |
+
],
|
| 64 |
+
"max_position_embeddings": 8192,
|
| 65 |
+
"model_type": "t5_gemma_module",
|
| 66 |
+
"num_attention_heads": 16,
|
| 67 |
+
"num_hidden_layers": 42,
|
| 68 |
+
"num_key_value_heads": 8,
|
| 69 |
+
"query_pre_attn_scalar": 256,
|
| 70 |
+
"rms_norm_eps": 1e-06,
|
| 71 |
+
"rope_theta": 10000.0,
|
| 72 |
+
"sliding_window": 4096,
|
| 73 |
+
"torch_dtype": "bfloat16",
|
| 74 |
+
"use_cache": true,
|
| 75 |
+
"vocab_size": 256000
|
| 76 |
+
},
|
| 77 |
+
"dropout_rate": 0.0,
|
| 78 |
+
"encoder": {
|
| 79 |
+
"attention_bias": false,
|
| 80 |
+
"attention_dropout": 0.0,
|
| 81 |
+
"attn_logit_softcapping": 50.0,
|
| 82 |
+
"classifier_dropout_rate": 0.0,
|
| 83 |
+
"dropout_rate": 0.0,
|
| 84 |
+
"final_logit_softcapping": 30.0,
|
| 85 |
+
"head_dim": 256,
|
| 86 |
+
"hidden_activation": "gelu_pytorch_tanh",
|
| 87 |
+
"hidden_size": 3584,
|
| 88 |
+
"initializer_range": 0.02,
|
| 89 |
+
"intermediate_size": 14336,
|
| 90 |
+
"layer_types": [
|
| 91 |
+
"sliding_attention",
|
| 92 |
+
"full_attention",
|
| 93 |
+
"sliding_attention",
|
| 94 |
+
"full_attention",
|
| 95 |
+
"sliding_attention",
|
| 96 |
+
"full_attention",
|
| 97 |
+
"sliding_attention",
|
| 98 |
+
"full_attention",
|
| 99 |
+
"sliding_attention",
|
| 100 |
+
"full_attention",
|
| 101 |
+
"sliding_attention",
|
| 102 |
+
"full_attention",
|
| 103 |
+
"sliding_attention",
|
| 104 |
+
"full_attention",
|
| 105 |
+
"sliding_attention",
|
| 106 |
+
"full_attention",
|
| 107 |
+
"sliding_attention",
|
| 108 |
+
"full_attention",
|
| 109 |
+
"sliding_attention",
|
| 110 |
+
"full_attention",
|
| 111 |
+
"sliding_attention",
|
| 112 |
+
"full_attention",
|
| 113 |
+
"sliding_attention",
|
| 114 |
+
"full_attention",
|
| 115 |
+
"sliding_attention",
|
| 116 |
+
"full_attention",
|
| 117 |
+
"sliding_attention",
|
| 118 |
+
"full_attention",
|
| 119 |
+
"sliding_attention",
|
| 120 |
+
"full_attention",
|
| 121 |
+
"sliding_attention",
|
| 122 |
+
"full_attention",
|
| 123 |
+
"sliding_attention",
|
| 124 |
+
"full_attention",
|
| 125 |
+
"sliding_attention",
|
| 126 |
+
"full_attention",
|
| 127 |
+
"sliding_attention",
|
| 128 |
+
"full_attention",
|
| 129 |
+
"sliding_attention",
|
| 130 |
+
"full_attention",
|
| 131 |
+
"sliding_attention",
|
| 132 |
+
"full_attention"
|
| 133 |
+
],
|
| 134 |
+
"max_position_embeddings": 8192,
|
| 135 |
+
"model_type": "t5_gemma_module",
|
| 136 |
+
"num_attention_heads": 16,
|
| 137 |
+
"num_hidden_layers": 42,
|
| 138 |
+
"num_key_value_heads": 8,
|
| 139 |
+
"query_pre_attn_scalar": 256,
|
| 140 |
+
"rms_norm_eps": 1e-06,
|
| 141 |
+
"rope_theta": 10000.0,
|
| 142 |
+
"sliding_window": 4096,
|
| 143 |
+
"torch_dtype": "bfloat16",
|
| 144 |
+
"use_cache": true,
|
| 145 |
+
"vocab_size": 256000
|
| 146 |
+
},
|
| 147 |
+
"eos_token_id": [
|
| 148 |
+
1,
|
| 149 |
+
107
|
| 150 |
+
],
|
| 151 |
+
"initializer_range": 0.02,
|
| 152 |
+
"is_encoder_decoder": true,
|
| 153 |
+
"model_type": "t5gemma",
|
| 154 |
+
"pad_token_id": 0,
|
| 155 |
+
"torch_dtype": "bfloat16",
|
| 156 |
+
"transformers_version": "4.53.0.dev0",
|
| 157 |
+
"use_cache": true
|
| 158 |
+
}
|
text_encoder/generation_config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
1,
|
| 6 |
+
107
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 0,
|
| 9 |
+
"transformers_version": "4.53.0.dev0"
|
| 10 |
+
}
|
text_encoder/model-00006-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7696f65ea3d99beaa50e12e5a2ee1d6cfdcca098af992fc473990368f0e39466
|
| 3 |
+
size 4947633256
|
text_encoder/model-00008-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2697686f6984b15a9ab60dd52ae5ea61af18b9d7d81a0d52491862465ce71725
|
| 3 |
+
size 4977023264
|
text_encoder/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
text_encoder/special_tokens_map.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<start_of_turn>",
|
| 4 |
+
"<end_of_turn>"
|
| 5 |
+
],
|
| 6 |
+
"bos_token": {
|
| 7 |
+
"content": "<bos>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"content": "<eos>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
},
|
| 20 |
+
"pad_token": {
|
| 21 |
+
"content": "<pad>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false
|
| 26 |
+
},
|
| 27 |
+
"unk_token": {
|
| 28 |
+
"content": "<unk>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false
|
| 33 |
+
}
|
| 34 |
+
}
|
text_encoder/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7794135caa3ea73918949c902a781cc61dab674a4b59c17d85931c77c1114cbd
|
| 3 |
+
size 34362429
|
text_encoder/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
|
| 3 |
+
size 4241003
|
text_encoder/tokenizer_config.json
ADDED
|
@@ -0,0 +1,2014 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<pad>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<eos>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "<bos>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"3": {
|
| 30 |
+
"content": "<unk>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"4": {
|
| 38 |
+
"content": "<mask>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": false
|
| 44 |
+
},
|
| 45 |
+
"5": {
|
| 46 |
+
"content": "<2mass>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": false
|
| 52 |
+
},
|
| 53 |
+
"6": {
|
| 54 |
+
"content": "[@BOS@]",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": false
|
| 60 |
+
},
|
| 61 |
+
"7": {
|
| 62 |
+
"content": "<unused0>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": false
|
| 68 |
+
},
|
| 69 |
+
"8": {
|
| 70 |
+
"content": "<unused1>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": false
|
| 76 |
+
},
|
| 77 |
+
"9": {
|
| 78 |
+
"content": "<unused2>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": false
|
| 84 |
+
},
|
| 85 |
+
"10": {
|
| 86 |
+
"content": "<unused3>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": false
|
| 92 |
+
},
|
| 93 |
+
"11": {
|
| 94 |
+
"content": "<unused4>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": false
|
| 100 |
+
},
|
| 101 |
+
"12": {
|
| 102 |
+
"content": "<unused5>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": false
|
| 108 |
+
},
|
| 109 |
+
"13": {
|
| 110 |
+
"content": "<unused6>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": false
|
| 116 |
+
},
|
| 117 |
+
"14": {
|
| 118 |
+
"content": "<unused7>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"15": {
|
| 126 |
+
"content": "<unused8>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"16": {
|
| 134 |
+
"content": "<unused9>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"17": {
|
| 142 |
+
"content": "<unused10>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"18": {
|
| 150 |
+
"content": "<unused11>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"19": {
|
| 158 |
+
"content": "<unused12>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"20": {
|
| 166 |
+
"content": "<unused13>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"21": {
|
| 174 |
+
"content": "<unused14>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"22": {
|
| 182 |
+
"content": "<unused15>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"23": {
|
| 190 |
+
"content": "<unused16>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"24": {
|
| 198 |
+
"content": "<unused17>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"25": {
|
| 206 |
+
"content": "<unused18>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
},
|
| 213 |
+
"26": {
|
| 214 |
+
"content": "<unused19>",
|
| 215 |
+
"lstrip": false,
|
| 216 |
+
"normalized": false,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false,
|
| 219 |
+
"special": false
|
| 220 |
+
},
|
| 221 |
+
"27": {
|
| 222 |
+
"content": "<unused20>",
|
| 223 |
+
"lstrip": false,
|
| 224 |
+
"normalized": false,
|
| 225 |
+
"rstrip": false,
|
| 226 |
+
"single_word": false,
|
| 227 |
+
"special": false
|
| 228 |
+
},
|
| 229 |
+
"28": {
|
| 230 |
+
"content": "<unused21>",
|
| 231 |
+
"lstrip": false,
|
| 232 |
+
"normalized": false,
|
| 233 |
+
"rstrip": false,
|
| 234 |
+
"single_word": false,
|
| 235 |
+
"special": false
|
| 236 |
+
},
|
| 237 |
+
"29": {
|
| 238 |
+
"content": "<unused22>",
|
| 239 |
+
"lstrip": false,
|
| 240 |
+
"normalized": false,
|
| 241 |
+
"rstrip": false,
|
| 242 |
+
"single_word": false,
|
| 243 |
+
"special": false
|
| 244 |
+
},
|
| 245 |
+
"30": {
|
| 246 |
+
"content": "<unused23>",
|
| 247 |
+
"lstrip": false,
|
| 248 |
+
"normalized": false,
|
| 249 |
+
"rstrip": false,
|
| 250 |
+
"single_word": false,
|
| 251 |
+
"special": false
|
| 252 |
+
},
|
| 253 |
+
"31": {
|
| 254 |
+
"content": "<unused24>",
|
| 255 |
+
"lstrip": false,
|
| 256 |
+
"normalized": false,
|
| 257 |
+
"rstrip": false,
|
| 258 |
+
"single_word": false,
|
| 259 |
+
"special": false
|
| 260 |
+
},
|
| 261 |
+
"32": {
|
| 262 |
+
"content": "<unused25>",
|
| 263 |
+
"lstrip": false,
|
| 264 |
+
"normalized": false,
|
| 265 |
+
"rstrip": false,
|
| 266 |
+
"single_word": false,
|
| 267 |
+
"special": false
|
| 268 |
+
},
|
| 269 |
+
"33": {
|
| 270 |
+
"content": "<unused26>",
|
| 271 |
+
"lstrip": false,
|
| 272 |
+
"normalized": false,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false,
|
| 275 |
+
"special": false
|
| 276 |
+
},
|
| 277 |
+
"34": {
|
| 278 |
+
"content": "<unused27>",
|
| 279 |
+
"lstrip": false,
|
| 280 |
+
"normalized": false,
|
| 281 |
+
"rstrip": false,
|
| 282 |
+
"single_word": false,
|
| 283 |
+
"special": false
|
| 284 |
+
},
|
| 285 |
+
"35": {
|
| 286 |
+
"content": "<unused28>",
|
| 287 |
+
"lstrip": false,
|
| 288 |
+
"normalized": false,
|
| 289 |
+
"rstrip": false,
|
| 290 |
+
"single_word": false,
|
| 291 |
+
"special": false
|
| 292 |
+
},
|
| 293 |
+
"36": {
|
| 294 |
+
"content": "<unused29>",
|
| 295 |
+
"lstrip": false,
|
| 296 |
+
"normalized": false,
|
| 297 |
+
"rstrip": false,
|
| 298 |
+
"single_word": false,
|
| 299 |
+
"special": false
|
| 300 |
+
},
|
| 301 |
+
"37": {
|
| 302 |
+
"content": "<unused30>",
|
| 303 |
+
"lstrip": false,
|
| 304 |
+
"normalized": false,
|
| 305 |
+
"rstrip": false,
|
| 306 |
+
"single_word": false,
|
| 307 |
+
"special": false
|
| 308 |
+
},
|
| 309 |
+
"38": {
|
| 310 |
+
"content": "<unused31>",
|
| 311 |
+
"lstrip": false,
|
| 312 |
+
"normalized": false,
|
| 313 |
+
"rstrip": false,
|
| 314 |
+
"single_word": false,
|
| 315 |
+
"special": false
|
| 316 |
+
},
|
| 317 |
+
"39": {
|
| 318 |
+
"content": "<unused32>",
|
| 319 |
+
"lstrip": false,
|
| 320 |
+
"normalized": false,
|
| 321 |
+
"rstrip": false,
|
| 322 |
+
"single_word": false,
|
| 323 |
+
"special": false
|
| 324 |
+
},
|
| 325 |
+
"40": {
|
| 326 |
+
"content": "<unused33>",
|
| 327 |
+
"lstrip": false,
|
| 328 |
+
"normalized": false,
|
| 329 |
+
"rstrip": false,
|
| 330 |
+
"single_word": false,
|
| 331 |
+
"special": false
|
| 332 |
+
},
|
| 333 |
+
"41": {
|
| 334 |
+
"content": "<unused34>",
|
| 335 |
+
"lstrip": false,
|
| 336 |
+
"normalized": false,
|
| 337 |
+
"rstrip": false,
|
| 338 |
+
"single_word": false,
|
| 339 |
+
"special": false
|
| 340 |
+
},
|
| 341 |
+
"42": {
|
| 342 |
+
"content": "<unused35>",
|
| 343 |
+
"lstrip": false,
|
| 344 |
+
"normalized": false,
|
| 345 |
+
"rstrip": false,
|
| 346 |
+
"single_word": false,
|
| 347 |
+
"special": false
|
| 348 |
+
},
|
| 349 |
+
"43": {
|
| 350 |
+
"content": "<unused36>",
|
| 351 |
+
"lstrip": false,
|
| 352 |
+
"normalized": false,
|
| 353 |
+
"rstrip": false,
|
| 354 |
+
"single_word": false,
|
| 355 |
+
"special": false
|
| 356 |
+
},
|
| 357 |
+
"44": {
|
| 358 |
+
"content": "<unused37>",
|
| 359 |
+
"lstrip": false,
|
| 360 |
+
"normalized": false,
|
| 361 |
+
"rstrip": false,
|
| 362 |
+
"single_word": false,
|
| 363 |
+
"special": false
|
| 364 |
+
},
|
| 365 |
+
"45": {
|
| 366 |
+
"content": "<unused38>",
|
| 367 |
+
"lstrip": false,
|
| 368 |
+
"normalized": false,
|
| 369 |
+
"rstrip": false,
|
| 370 |
+
"single_word": false,
|
| 371 |
+
"special": false
|
| 372 |
+
},
|
| 373 |
+
"46": {
|
| 374 |
+
"content": "<unused39>",
|
| 375 |
+
"lstrip": false,
|
| 376 |
+
"normalized": false,
|
| 377 |
+
"rstrip": false,
|
| 378 |
+
"single_word": false,
|
| 379 |
+
"special": false
|
| 380 |
+
},
|
| 381 |
+
"47": {
|
| 382 |
+
"content": "<unused40>",
|
| 383 |
+
"lstrip": false,
|
| 384 |
+
"normalized": false,
|
| 385 |
+
"rstrip": false,
|
| 386 |
+
"single_word": false,
|
| 387 |
+
"special": false
|
| 388 |
+
},
|
| 389 |
+
"48": {
|
| 390 |
+
"content": "<unused41>",
|
| 391 |
+
"lstrip": false,
|
| 392 |
+
"normalized": false,
|
| 393 |
+
"rstrip": false,
|
| 394 |
+
"single_word": false,
|
| 395 |
+
"special": false
|
| 396 |
+
},
|
| 397 |
+
"49": {
|
| 398 |
+
"content": "<unused42>",
|
| 399 |
+
"lstrip": false,
|
| 400 |
+
"normalized": false,
|
| 401 |
+
"rstrip": false,
|
| 402 |
+
"single_word": false,
|
| 403 |
+
"special": false
|
| 404 |
+
},
|
| 405 |
+
"50": {
|
| 406 |
+
"content": "<unused43>",
|
| 407 |
+
"lstrip": false,
|
| 408 |
+
"normalized": false,
|
| 409 |
+
"rstrip": false,
|
| 410 |
+
"single_word": false,
|
| 411 |
+
"special": false
|
| 412 |
+
},
|
| 413 |
+
"51": {
|
| 414 |
+
"content": "<unused44>",
|
| 415 |
+
"lstrip": false,
|
| 416 |
+
"normalized": false,
|
| 417 |
+
"rstrip": false,
|
| 418 |
+
"single_word": false,
|
| 419 |
+
"special": false
|
| 420 |
+
},
|
| 421 |
+
"52": {
|
| 422 |
+
"content": "<unused45>",
|
| 423 |
+
"lstrip": false,
|
| 424 |
+
"normalized": false,
|
| 425 |
+
"rstrip": false,
|
| 426 |
+
"single_word": false,
|
| 427 |
+
"special": false
|
| 428 |
+
},
|
| 429 |
+
"53": {
|
| 430 |
+
"content": "<unused46>",
|
| 431 |
+
"lstrip": false,
|
| 432 |
+
"normalized": false,
|
| 433 |
+
"rstrip": false,
|
| 434 |
+
"single_word": false,
|
| 435 |
+
"special": false
|
| 436 |
+
},
|
| 437 |
+
"54": {
|
| 438 |
+
"content": "<unused47>",
|
| 439 |
+
"lstrip": false,
|
| 440 |
+
"normalized": false,
|
| 441 |
+
"rstrip": false,
|
| 442 |
+
"single_word": false,
|
| 443 |
+
"special": false
|
| 444 |
+
},
|
| 445 |
+
"55": {
|
| 446 |
+
"content": "<unused48>",
|
| 447 |
+
"lstrip": false,
|
| 448 |
+
"normalized": false,
|
| 449 |
+
"rstrip": false,
|
| 450 |
+
"single_word": false,
|
| 451 |
+
"special": false
|
| 452 |
+
},
|
| 453 |
+
"56": {
|
| 454 |
+
"content": "<unused49>",
|
| 455 |
+
"lstrip": false,
|
| 456 |
+
"normalized": false,
|
| 457 |
+
"rstrip": false,
|
| 458 |
+
"single_word": false,
|
| 459 |
+
"special": false
|
| 460 |
+
},
|
| 461 |
+
"57": {
|
| 462 |
+
"content": "<unused50>",
|
| 463 |
+
"lstrip": false,
|
| 464 |
+
"normalized": false,
|
| 465 |
+
"rstrip": false,
|
| 466 |
+
"single_word": false,
|
| 467 |
+
"special": false
|
| 468 |
+
},
|
| 469 |
+
"58": {
|
| 470 |
+
"content": "<unused51>",
|
| 471 |
+
"lstrip": false,
|
| 472 |
+
"normalized": false,
|
| 473 |
+
"rstrip": false,
|
| 474 |
+
"single_word": false,
|
| 475 |
+
"special": false
|
| 476 |
+
},
|
| 477 |
+
"59": {
|
| 478 |
+
"content": "<unused52>",
|
| 479 |
+
"lstrip": false,
|
| 480 |
+
"normalized": false,
|
| 481 |
+
"rstrip": false,
|
| 482 |
+
"single_word": false,
|
| 483 |
+
"special": false
|
| 484 |
+
},
|
| 485 |
+
"60": {
|
| 486 |
+
"content": "<unused53>",
|
| 487 |
+
"lstrip": false,
|
| 488 |
+
"normalized": false,
|
| 489 |
+
"rstrip": false,
|
| 490 |
+
"single_word": false,
|
| 491 |
+
"special": false
|
| 492 |
+
},
|
| 493 |
+
"61": {
|
| 494 |
+
"content": "<unused54>",
|
| 495 |
+
"lstrip": false,
|
| 496 |
+
"normalized": false,
|
| 497 |
+
"rstrip": false,
|
| 498 |
+
"single_word": false,
|
| 499 |
+
"special": false
|
| 500 |
+
},
|
| 501 |
+
"62": {
|
| 502 |
+
"content": "<unused55>",
|
| 503 |
+
"lstrip": false,
|
| 504 |
+
"normalized": false,
|
| 505 |
+
"rstrip": false,
|
| 506 |
+
"single_word": false,
|
| 507 |
+
"special": false
|
| 508 |
+
},
|
| 509 |
+
"63": {
|
| 510 |
+
"content": "<unused56>",
|
| 511 |
+
"lstrip": false,
|
| 512 |
+
"normalized": false,
|
| 513 |
+
"rstrip": false,
|
| 514 |
+
"single_word": false,
|
| 515 |
+
"special": false
|
| 516 |
+
},
|
| 517 |
+
"64": {
|
| 518 |
+
"content": "<unused57>",
|
| 519 |
+
"lstrip": false,
|
| 520 |
+
"normalized": false,
|
| 521 |
+
"rstrip": false,
|
| 522 |
+
"single_word": false,
|
| 523 |
+
"special": false
|
| 524 |
+
},
|
| 525 |
+
"65": {
|
| 526 |
+
"content": "<unused58>",
|
| 527 |
+
"lstrip": false,
|
| 528 |
+
"normalized": false,
|
| 529 |
+
"rstrip": false,
|
| 530 |
+
"single_word": false,
|
| 531 |
+
"special": false
|
| 532 |
+
},
|
| 533 |
+
"66": {
|
| 534 |
+
"content": "<unused59>",
|
| 535 |
+
"lstrip": false,
|
| 536 |
+
"normalized": false,
|
| 537 |
+
"rstrip": false,
|
| 538 |
+
"single_word": false,
|
| 539 |
+
"special": false
|
| 540 |
+
},
|
| 541 |
+
"67": {
|
| 542 |
+
"content": "<unused60>",
|
| 543 |
+
"lstrip": false,
|
| 544 |
+
"normalized": false,
|
| 545 |
+
"rstrip": false,
|
| 546 |
+
"single_word": false,
|
| 547 |
+
"special": false
|
| 548 |
+
},
|
| 549 |
+
"68": {
|
| 550 |
+
"content": "<unused61>",
|
| 551 |
+
"lstrip": false,
|
| 552 |
+
"normalized": false,
|
| 553 |
+
"rstrip": false,
|
| 554 |
+
"single_word": false,
|
| 555 |
+
"special": false
|
| 556 |
+
},
|
| 557 |
+
"69": {
|
| 558 |
+
"content": "<unused62>",
|
| 559 |
+
"lstrip": false,
|
| 560 |
+
"normalized": false,
|
| 561 |
+
"rstrip": false,
|
| 562 |
+
"single_word": false,
|
| 563 |
+
"special": false
|
| 564 |
+
},
|
| 565 |
+
"70": {
|
| 566 |
+
"content": "<unused63>",
|
| 567 |
+
"lstrip": false,
|
| 568 |
+
"normalized": false,
|
| 569 |
+
"rstrip": false,
|
| 570 |
+
"single_word": false,
|
| 571 |
+
"special": false
|
| 572 |
+
},
|
| 573 |
+
"71": {
|
| 574 |
+
"content": "<unused64>",
|
| 575 |
+
"lstrip": false,
|
| 576 |
+
"normalized": false,
|
| 577 |
+
"rstrip": false,
|
| 578 |
+
"single_word": false,
|
| 579 |
+
"special": false
|
| 580 |
+
},
|
| 581 |
+
"72": {
|
| 582 |
+
"content": "<unused65>",
|
| 583 |
+
"lstrip": false,
|
| 584 |
+
"normalized": false,
|
| 585 |
+
"rstrip": false,
|
| 586 |
+
"single_word": false,
|
| 587 |
+
"special": false
|
| 588 |
+
},
|
| 589 |
+
"73": {
|
| 590 |
+
"content": "<unused66>",
|
| 591 |
+
"lstrip": false,
|
| 592 |
+
"normalized": false,
|
| 593 |
+
"rstrip": false,
|
| 594 |
+
"single_word": false,
|
| 595 |
+
"special": false
|
| 596 |
+
},
|
| 597 |
+
"74": {
|
| 598 |
+
"content": "<unused67>",
|
| 599 |
+
"lstrip": false,
|
| 600 |
+
"normalized": false,
|
| 601 |
+
"rstrip": false,
|
| 602 |
+
"single_word": false,
|
| 603 |
+
"special": false
|
| 604 |
+
},
|
| 605 |
+
"75": {
|
| 606 |
+
"content": "<unused68>",
|
| 607 |
+
"lstrip": false,
|
| 608 |
+
"normalized": false,
|
| 609 |
+
"rstrip": false,
|
| 610 |
+
"single_word": false,
|
| 611 |
+
"special": false
|
| 612 |
+
},
|
| 613 |
+
"76": {
|
| 614 |
+
"content": "<unused69>",
|
| 615 |
+
"lstrip": false,
|
| 616 |
+
"normalized": false,
|
| 617 |
+
"rstrip": false,
|
| 618 |
+
"single_word": false,
|
| 619 |
+
"special": false
|
| 620 |
+
},
|
| 621 |
+
"77": {
|
| 622 |
+
"content": "<unused70>",
|
| 623 |
+
"lstrip": false,
|
| 624 |
+
"normalized": false,
|
| 625 |
+
"rstrip": false,
|
| 626 |
+
"single_word": false,
|
| 627 |
+
"special": false
|
| 628 |
+
},
|
| 629 |
+
"78": {
|
| 630 |
+
"content": "<unused71>",
|
| 631 |
+
"lstrip": false,
|
| 632 |
+
"normalized": false,
|
| 633 |
+
"rstrip": false,
|
| 634 |
+
"single_word": false,
|
| 635 |
+
"special": false
|
| 636 |
+
},
|
| 637 |
+
"79": {
|
| 638 |
+
"content": "<unused72>",
|
| 639 |
+
"lstrip": false,
|
| 640 |
+
"normalized": false,
|
| 641 |
+
"rstrip": false,
|
| 642 |
+
"single_word": false,
|
| 643 |
+
"special": false
|
| 644 |
+
},
|
| 645 |
+
"80": {
|
| 646 |
+
"content": "<unused73>",
|
| 647 |
+
"lstrip": false,
|
| 648 |
+
"normalized": false,
|
| 649 |
+
"rstrip": false,
|
| 650 |
+
"single_word": false,
|
| 651 |
+
"special": false
|
| 652 |
+
},
|
| 653 |
+
"81": {
|
| 654 |
+
"content": "<unused74>",
|
| 655 |
+
"lstrip": false,
|
| 656 |
+
"normalized": false,
|
| 657 |
+
"rstrip": false,
|
| 658 |
+
"single_word": false,
|
| 659 |
+
"special": false
|
| 660 |
+
},
|
| 661 |
+
"82": {
|
| 662 |
+
"content": "<unused75>",
|
| 663 |
+
"lstrip": false,
|
| 664 |
+
"normalized": false,
|
| 665 |
+
"rstrip": false,
|
| 666 |
+
"single_word": false,
|
| 667 |
+
"special": false
|
| 668 |
+
},
|
| 669 |
+
"83": {
|
| 670 |
+
"content": "<unused76>",
|
| 671 |
+
"lstrip": false,
|
| 672 |
+
"normalized": false,
|
| 673 |
+
"rstrip": false,
|
| 674 |
+
"single_word": false,
|
| 675 |
+
"special": false
|
| 676 |
+
},
|
| 677 |
+
"84": {
|
| 678 |
+
"content": "<unused77>",
|
| 679 |
+
"lstrip": false,
|
| 680 |
+
"normalized": false,
|
| 681 |
+
"rstrip": false,
|
| 682 |
+
"single_word": false,
|
| 683 |
+
"special": false
|
| 684 |
+
},
|
| 685 |
+
"85": {
|
| 686 |
+
"content": "<unused78>",
|
| 687 |
+
"lstrip": false,
|
| 688 |
+
"normalized": false,
|
| 689 |
+
"rstrip": false,
|
| 690 |
+
"single_word": false,
|
| 691 |
+
"special": false
|
| 692 |
+
},
|
| 693 |
+
"86": {
|
| 694 |
+
"content": "<unused79>",
|
| 695 |
+
"lstrip": false,
|
| 696 |
+
"normalized": false,
|
| 697 |
+
"rstrip": false,
|
| 698 |
+
"single_word": false,
|
| 699 |
+
"special": false
|
| 700 |
+
},
|
| 701 |
+
"87": {
|
| 702 |
+
"content": "<unused80>",
|
| 703 |
+
"lstrip": false,
|
| 704 |
+
"normalized": false,
|
| 705 |
+
"rstrip": false,
|
| 706 |
+
"single_word": false,
|
| 707 |
+
"special": false
|
| 708 |
+
},
|
| 709 |
+
"88": {
|
| 710 |
+
"content": "<unused81>",
|
| 711 |
+
"lstrip": false,
|
| 712 |
+
"normalized": false,
|
| 713 |
+
"rstrip": false,
|
| 714 |
+
"single_word": false,
|
| 715 |
+
"special": false
|
| 716 |
+
},
|
| 717 |
+
"89": {
|
| 718 |
+
"content": "<unused82>",
|
| 719 |
+
"lstrip": false,
|
| 720 |
+
"normalized": false,
|
| 721 |
+
"rstrip": false,
|
| 722 |
+
"single_word": false,
|
| 723 |
+
"special": false
|
| 724 |
+
},
|
| 725 |
+
"90": {
|
| 726 |
+
"content": "<unused83>",
|
| 727 |
+
"lstrip": false,
|
| 728 |
+
"normalized": false,
|
| 729 |
+
"rstrip": false,
|
| 730 |
+
"single_word": false,
|
| 731 |
+
"special": false
|
| 732 |
+
},
|
| 733 |
+
"91": {
|
| 734 |
+
"content": "<unused84>",
|
| 735 |
+
"lstrip": false,
|
| 736 |
+
"normalized": false,
|
| 737 |
+
"rstrip": false,
|
| 738 |
+
"single_word": false,
|
| 739 |
+
"special": false
|
| 740 |
+
},
|
| 741 |
+
"92": {
|
| 742 |
+
"content": "<unused85>",
|
| 743 |
+
"lstrip": false,
|
| 744 |
+
"normalized": false,
|
| 745 |
+
"rstrip": false,
|
| 746 |
+
"single_word": false,
|
| 747 |
+
"special": false
|
| 748 |
+
},
|
| 749 |
+
"93": {
|
| 750 |
+
"content": "<unused86>",
|
| 751 |
+
"lstrip": false,
|
| 752 |
+
"normalized": false,
|
| 753 |
+
"rstrip": false,
|
| 754 |
+
"single_word": false,
|
| 755 |
+
"special": false
|
| 756 |
+
},
|
| 757 |
+
"94": {
|
| 758 |
+
"content": "<unused87>",
|
| 759 |
+
"lstrip": false,
|
| 760 |
+
"normalized": false,
|
| 761 |
+
"rstrip": false,
|
| 762 |
+
"single_word": false,
|
| 763 |
+
"special": false
|
| 764 |
+
},
|
| 765 |
+
"95": {
|
| 766 |
+
"content": "<unused88>",
|
| 767 |
+
"lstrip": false,
|
| 768 |
+
"normalized": false,
|
| 769 |
+
"rstrip": false,
|
| 770 |
+
"single_word": false,
|
| 771 |
+
"special": false
|
| 772 |
+
},
|
| 773 |
+
"96": {
|
| 774 |
+
"content": "<unused89>",
|
| 775 |
+
"lstrip": false,
|
| 776 |
+
"normalized": false,
|
| 777 |
+
"rstrip": false,
|
| 778 |
+
"single_word": false,
|
| 779 |
+
"special": false
|
| 780 |
+
},
|
| 781 |
+
"97": {
|
| 782 |
+
"content": "<unused90>",
|
| 783 |
+
"lstrip": false,
|
| 784 |
+
"normalized": false,
|
| 785 |
+
"rstrip": false,
|
| 786 |
+
"single_word": false,
|
| 787 |
+
"special": false
|
| 788 |
+
},
|
| 789 |
+
"98": {
|
| 790 |
+
"content": "<unused91>",
|
| 791 |
+
"lstrip": false,
|
| 792 |
+
"normalized": false,
|
| 793 |
+
"rstrip": false,
|
| 794 |
+
"single_word": false,
|
| 795 |
+
"special": false
|
| 796 |
+
},
|
| 797 |
+
"99": {
|
| 798 |
+
"content": "<unused92>",
|
| 799 |
+
"lstrip": false,
|
| 800 |
+
"normalized": false,
|
| 801 |
+
"rstrip": false,
|
| 802 |
+
"single_word": false,
|
| 803 |
+
"special": false
|
| 804 |
+
},
|
| 805 |
+
"100": {
|
| 806 |
+
"content": "<unused93>",
|
| 807 |
+
"lstrip": false,
|
| 808 |
+
"normalized": false,
|
| 809 |
+
"rstrip": false,
|
| 810 |
+
"single_word": false,
|
| 811 |
+
"special": false
|
| 812 |
+
},
|
| 813 |
+
"101": {
|
| 814 |
+
"content": "<unused94>",
|
| 815 |
+
"lstrip": false,
|
| 816 |
+
"normalized": false,
|
| 817 |
+
"rstrip": false,
|
| 818 |
+
"single_word": false,
|
| 819 |
+
"special": false
|
| 820 |
+
},
|
| 821 |
+
"102": {
|
| 822 |
+
"content": "<unused95>",
|
| 823 |
+
"lstrip": false,
|
| 824 |
+
"normalized": false,
|
| 825 |
+
"rstrip": false,
|
| 826 |
+
"single_word": false,
|
| 827 |
+
"special": false
|
| 828 |
+
},
|
| 829 |
+
"103": {
|
| 830 |
+
"content": "<unused96>",
|
| 831 |
+
"lstrip": false,
|
| 832 |
+
"normalized": false,
|
| 833 |
+
"rstrip": false,
|
| 834 |
+
"single_word": false,
|
| 835 |
+
"special": false
|
| 836 |
+
},
|
| 837 |
+
"104": {
|
| 838 |
+
"content": "<unused97>",
|
| 839 |
+
"lstrip": false,
|
| 840 |
+
"normalized": false,
|
| 841 |
+
"rstrip": false,
|
| 842 |
+
"single_word": false,
|
| 843 |
+
"special": false
|
| 844 |
+
},
|
| 845 |
+
"105": {
|
| 846 |
+
"content": "<unused98>",
|
| 847 |
+
"lstrip": false,
|
| 848 |
+
"normalized": false,
|
| 849 |
+
"rstrip": false,
|
| 850 |
+
"single_word": false,
|
| 851 |
+
"special": false
|
| 852 |
+
},
|
| 853 |
+
"106": {
|
| 854 |
+
"content": "<start_of_turn>",
|
| 855 |
+
"lstrip": false,
|
| 856 |
+
"normalized": false,
|
| 857 |
+
"rstrip": false,
|
| 858 |
+
"single_word": false,
|
| 859 |
+
"special": true
|
| 860 |
+
},
|
| 861 |
+
"107": {
|
| 862 |
+
"content": "<end_of_turn>",
|
| 863 |
+
"lstrip": false,
|
| 864 |
+
"normalized": false,
|
| 865 |
+
"rstrip": false,
|
| 866 |
+
"single_word": false,
|
| 867 |
+
"special": true
|
| 868 |
+
},
|
| 869 |
+
"108": {
|
| 870 |
+
"content": "\n",
|
| 871 |
+
"lstrip": false,
|
| 872 |
+
"normalized": false,
|
| 873 |
+
"rstrip": false,
|
| 874 |
+
"single_word": false,
|
| 875 |
+
"special": false
|
| 876 |
+
},
|
| 877 |
+
"109": {
|
| 878 |
+
"content": "\n\n",
|
| 879 |
+
"lstrip": false,
|
| 880 |
+
"normalized": false,
|
| 881 |
+
"rstrip": false,
|
| 882 |
+
"single_word": false,
|
| 883 |
+
"special": false
|
| 884 |
+
},
|
| 885 |
+
"110": {
|
| 886 |
+
"content": "\n\n\n",
|
| 887 |
+
"lstrip": false,
|
| 888 |
+
"normalized": false,
|
| 889 |
+
"rstrip": false,
|
| 890 |
+
"single_word": false,
|
| 891 |
+
"special": false
|
| 892 |
+
},
|
| 893 |
+
"111": {
|
| 894 |
+
"content": "\n\n\n\n",
|
| 895 |
+
"lstrip": false,
|
| 896 |
+
"normalized": false,
|
| 897 |
+
"rstrip": false,
|
| 898 |
+
"single_word": false,
|
| 899 |
+
"special": false
|
| 900 |
+
},
|
| 901 |
+
"112": {
|
| 902 |
+
"content": "\n\n\n\n\n",
|
| 903 |
+
"lstrip": false,
|
| 904 |
+
"normalized": false,
|
| 905 |
+
"rstrip": false,
|
| 906 |
+
"single_word": false,
|
| 907 |
+
"special": false
|
| 908 |
+
},
|
| 909 |
+
"113": {
|
| 910 |
+
"content": "\n\n\n\n\n\n",
|
| 911 |
+
"lstrip": false,
|
| 912 |
+
"normalized": false,
|
| 913 |
+
"rstrip": false,
|
| 914 |
+
"single_word": false,
|
| 915 |
+
"special": false
|
| 916 |
+
},
|
| 917 |
+
"114": {
|
| 918 |
+
"content": "\n\n\n\n\n\n\n",
|
| 919 |
+
"lstrip": false,
|
| 920 |
+
"normalized": false,
|
| 921 |
+
"rstrip": false,
|
| 922 |
+
"single_word": false,
|
| 923 |
+
"special": false
|
| 924 |
+
},
|
| 925 |
+
"115": {
|
| 926 |
+
"content": "\n\n\n\n\n\n\n\n",
|
| 927 |
+
"lstrip": false,
|
| 928 |
+
"normalized": false,
|
| 929 |
+
"rstrip": false,
|
| 930 |
+
"single_word": false,
|
| 931 |
+
"special": false
|
| 932 |
+
},
|
| 933 |
+
"116": {
|
| 934 |
+
"content": "\n\n\n\n\n\n\n\n\n",
|
| 935 |
+
"lstrip": false,
|
| 936 |
+
"normalized": false,
|
| 937 |
+
"rstrip": false,
|
| 938 |
+
"single_word": false,
|
| 939 |
+
"special": false
|
| 940 |
+
},
|
| 941 |
+
"117": {
|
| 942 |
+
"content": "\n\n\n\n\n\n\n\n\n\n",
|
| 943 |
+
"lstrip": false,
|
| 944 |
+
"normalized": false,
|
| 945 |
+
"rstrip": false,
|
| 946 |
+
"single_word": false,
|
| 947 |
+
"special": false
|
| 948 |
+
},
|
| 949 |
+
"118": {
|
| 950 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n",
|
| 951 |
+
"lstrip": false,
|
| 952 |
+
"normalized": false,
|
| 953 |
+
"rstrip": false,
|
| 954 |
+
"single_word": false,
|
| 955 |
+
"special": false
|
| 956 |
+
},
|
| 957 |
+
"119": {
|
| 958 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 959 |
+
"lstrip": false,
|
| 960 |
+
"normalized": false,
|
| 961 |
+
"rstrip": false,
|
| 962 |
+
"single_word": false,
|
| 963 |
+
"special": false
|
| 964 |
+
},
|
| 965 |
+
"120": {
|
| 966 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 967 |
+
"lstrip": false,
|
| 968 |
+
"normalized": false,
|
| 969 |
+
"rstrip": false,
|
| 970 |
+
"single_word": false,
|
| 971 |
+
"special": false
|
| 972 |
+
},
|
| 973 |
+
"121": {
|
| 974 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 975 |
+
"lstrip": false,
|
| 976 |
+
"normalized": false,
|
| 977 |
+
"rstrip": false,
|
| 978 |
+
"single_word": false,
|
| 979 |
+
"special": false
|
| 980 |
+
},
|
| 981 |
+
"122": {
|
| 982 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 983 |
+
"lstrip": false,
|
| 984 |
+
"normalized": false,
|
| 985 |
+
"rstrip": false,
|
| 986 |
+
"single_word": false,
|
| 987 |
+
"special": false
|
| 988 |
+
},
|
| 989 |
+
"123": {
|
| 990 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 991 |
+
"lstrip": false,
|
| 992 |
+
"normalized": false,
|
| 993 |
+
"rstrip": false,
|
| 994 |
+
"single_word": false,
|
| 995 |
+
"special": false
|
| 996 |
+
},
|
| 997 |
+
"124": {
|
| 998 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 999 |
+
"lstrip": false,
|
| 1000 |
+
"normalized": false,
|
| 1001 |
+
"rstrip": false,
|
| 1002 |
+
"single_word": false,
|
| 1003 |
+
"special": false
|
| 1004 |
+
},
|
| 1005 |
+
"125": {
|
| 1006 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1007 |
+
"lstrip": false,
|
| 1008 |
+
"normalized": false,
|
| 1009 |
+
"rstrip": false,
|
| 1010 |
+
"single_word": false,
|
| 1011 |
+
"special": false
|
| 1012 |
+
},
|
| 1013 |
+
"126": {
|
| 1014 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1015 |
+
"lstrip": false,
|
| 1016 |
+
"normalized": false,
|
| 1017 |
+
"rstrip": false,
|
| 1018 |
+
"single_word": false,
|
| 1019 |
+
"special": false
|
| 1020 |
+
},
|
| 1021 |
+
"127": {
|
| 1022 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1023 |
+
"lstrip": false,
|
| 1024 |
+
"normalized": false,
|
| 1025 |
+
"rstrip": false,
|
| 1026 |
+
"single_word": false,
|
| 1027 |
+
"special": false
|
| 1028 |
+
},
|
| 1029 |
+
"128": {
|
| 1030 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1031 |
+
"lstrip": false,
|
| 1032 |
+
"normalized": false,
|
| 1033 |
+
"rstrip": false,
|
| 1034 |
+
"single_word": false,
|
| 1035 |
+
"special": false
|
| 1036 |
+
},
|
| 1037 |
+
"129": {
|
| 1038 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1039 |
+
"lstrip": false,
|
| 1040 |
+
"normalized": false,
|
| 1041 |
+
"rstrip": false,
|
| 1042 |
+
"single_word": false,
|
| 1043 |
+
"special": false
|
| 1044 |
+
},
|
| 1045 |
+
"130": {
|
| 1046 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1047 |
+
"lstrip": false,
|
| 1048 |
+
"normalized": false,
|
| 1049 |
+
"rstrip": false,
|
| 1050 |
+
"single_word": false,
|
| 1051 |
+
"special": false
|
| 1052 |
+
},
|
| 1053 |
+
"131": {
|
| 1054 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1055 |
+
"lstrip": false,
|
| 1056 |
+
"normalized": false,
|
| 1057 |
+
"rstrip": false,
|
| 1058 |
+
"single_word": false,
|
| 1059 |
+
"special": false
|
| 1060 |
+
},
|
| 1061 |
+
"132": {
|
| 1062 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1063 |
+
"lstrip": false,
|
| 1064 |
+
"normalized": false,
|
| 1065 |
+
"rstrip": false,
|
| 1066 |
+
"single_word": false,
|
| 1067 |
+
"special": false
|
| 1068 |
+
},
|
| 1069 |
+
"133": {
|
| 1070 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1071 |
+
"lstrip": false,
|
| 1072 |
+
"normalized": false,
|
| 1073 |
+
"rstrip": false,
|
| 1074 |
+
"single_word": false,
|
| 1075 |
+
"special": false
|
| 1076 |
+
},
|
| 1077 |
+
"134": {
|
| 1078 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1079 |
+
"lstrip": false,
|
| 1080 |
+
"normalized": false,
|
| 1081 |
+
"rstrip": false,
|
| 1082 |
+
"single_word": false,
|
| 1083 |
+
"special": false
|
| 1084 |
+
},
|
| 1085 |
+
"135": {
|
| 1086 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1087 |
+
"lstrip": false,
|
| 1088 |
+
"normalized": false,
|
| 1089 |
+
"rstrip": false,
|
| 1090 |
+
"single_word": false,
|
| 1091 |
+
"special": false
|
| 1092 |
+
},
|
| 1093 |
+
"136": {
|
| 1094 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1095 |
+
"lstrip": false,
|
| 1096 |
+
"normalized": false,
|
| 1097 |
+
"rstrip": false,
|
| 1098 |
+
"single_word": false,
|
| 1099 |
+
"special": false
|
| 1100 |
+
},
|
| 1101 |
+
"137": {
|
| 1102 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1103 |
+
"lstrip": false,
|
| 1104 |
+
"normalized": false,
|
| 1105 |
+
"rstrip": false,
|
| 1106 |
+
"single_word": false,
|
| 1107 |
+
"special": false
|
| 1108 |
+
},
|
| 1109 |
+
"138": {
|
| 1110 |
+
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
|
| 1111 |
+
"lstrip": false,
|
| 1112 |
+
"normalized": false,
|
| 1113 |
+
"rstrip": false,
|
| 1114 |
+
"single_word": false,
|
| 1115 |
+
"special": false
|
| 1116 |
+
},
|
| 1117 |
+
"139": {
|
| 1118 |
+
"content": "▁▁",
|
| 1119 |
+
"lstrip": false,
|
| 1120 |
+
"normalized": false,
|
| 1121 |
+
"rstrip": false,
|
| 1122 |
+
"single_word": false,
|
| 1123 |
+
"special": false
|
| 1124 |
+
},
|
| 1125 |
+
"140": {
|
| 1126 |
+
"content": "▁▁▁",
|
| 1127 |
+
"lstrip": false,
|
| 1128 |
+
"normalized": false,
|
| 1129 |
+
"rstrip": false,
|
| 1130 |
+
"single_word": false,
|
| 1131 |
+
"special": false
|
| 1132 |
+
},
|
| 1133 |
+
"141": {
|
| 1134 |
+
"content": "▁▁▁▁",
|
| 1135 |
+
"lstrip": false,
|
| 1136 |
+
"normalized": false,
|
| 1137 |
+
"rstrip": false,
|
| 1138 |
+
"single_word": false,
|
| 1139 |
+
"special": false
|
| 1140 |
+
},
|
| 1141 |
+
"142": {
|
| 1142 |
+
"content": "▁▁▁▁▁",
|
| 1143 |
+
"lstrip": false,
|
| 1144 |
+
"normalized": false,
|
| 1145 |
+
"rstrip": false,
|
| 1146 |
+
"single_word": false,
|
| 1147 |
+
"special": false
|
| 1148 |
+
},
|
| 1149 |
+
"143": {
|
| 1150 |
+
"content": "▁▁▁▁▁▁",
|
| 1151 |
+
"lstrip": false,
|
| 1152 |
+
"normalized": false,
|
| 1153 |
+
"rstrip": false,
|
| 1154 |
+
"single_word": false,
|
| 1155 |
+
"special": false
|
| 1156 |
+
},
|
| 1157 |
+
"144": {
|
| 1158 |
+
"content": "▁▁▁▁▁▁▁",
|
| 1159 |
+
"lstrip": false,
|
| 1160 |
+
"normalized": false,
|
| 1161 |
+
"rstrip": false,
|
| 1162 |
+
"single_word": false,
|
| 1163 |
+
"special": false
|
| 1164 |
+
},
|
| 1165 |
+
"145": {
|
| 1166 |
+
"content": "▁▁▁▁▁▁▁▁",
|
| 1167 |
+
"lstrip": false,
|
| 1168 |
+
"normalized": false,
|
| 1169 |
+
"rstrip": false,
|
| 1170 |
+
"single_word": false,
|
| 1171 |
+
"special": false
|
| 1172 |
+
},
|
| 1173 |
+
"146": {
|
| 1174 |
+
"content": "▁▁▁▁▁▁▁▁▁",
|
| 1175 |
+
"lstrip": false,
|
| 1176 |
+
"normalized": false,
|
| 1177 |
+
"rstrip": false,
|
| 1178 |
+
"single_word": false,
|
| 1179 |
+
"special": false
|
| 1180 |
+
},
|
| 1181 |
+
"147": {
|
| 1182 |
+
"content": "▁▁▁▁▁▁▁▁▁▁",
|
| 1183 |
+
"lstrip": false,
|
| 1184 |
+
"normalized": false,
|
| 1185 |
+
"rstrip": false,
|
| 1186 |
+
"single_word": false,
|
| 1187 |
+
"special": false
|
| 1188 |
+
},
|
| 1189 |
+
"148": {
|
| 1190 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁",
|
| 1191 |
+
"lstrip": false,
|
| 1192 |
+
"normalized": false,
|
| 1193 |
+
"rstrip": false,
|
| 1194 |
+
"single_word": false,
|
| 1195 |
+
"special": false
|
| 1196 |
+
},
|
| 1197 |
+
"149": {
|
| 1198 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1199 |
+
"lstrip": false,
|
| 1200 |
+
"normalized": false,
|
| 1201 |
+
"rstrip": false,
|
| 1202 |
+
"single_word": false,
|
| 1203 |
+
"special": false
|
| 1204 |
+
},
|
| 1205 |
+
"150": {
|
| 1206 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1207 |
+
"lstrip": false,
|
| 1208 |
+
"normalized": false,
|
| 1209 |
+
"rstrip": false,
|
| 1210 |
+
"single_word": false,
|
| 1211 |
+
"special": false
|
| 1212 |
+
},
|
| 1213 |
+
"151": {
|
| 1214 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1215 |
+
"lstrip": false,
|
| 1216 |
+
"normalized": false,
|
| 1217 |
+
"rstrip": false,
|
| 1218 |
+
"single_word": false,
|
| 1219 |
+
"special": false
|
| 1220 |
+
},
|
| 1221 |
+
"152": {
|
| 1222 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1223 |
+
"lstrip": false,
|
| 1224 |
+
"normalized": false,
|
| 1225 |
+
"rstrip": false,
|
| 1226 |
+
"single_word": false,
|
| 1227 |
+
"special": false
|
| 1228 |
+
},
|
| 1229 |
+
"153": {
|
| 1230 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1231 |
+
"lstrip": false,
|
| 1232 |
+
"normalized": false,
|
| 1233 |
+
"rstrip": false,
|
| 1234 |
+
"single_word": false,
|
| 1235 |
+
"special": false
|
| 1236 |
+
},
|
| 1237 |
+
"154": {
|
| 1238 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1239 |
+
"lstrip": false,
|
| 1240 |
+
"normalized": false,
|
| 1241 |
+
"rstrip": false,
|
| 1242 |
+
"single_word": false,
|
| 1243 |
+
"special": false
|
| 1244 |
+
},
|
| 1245 |
+
"155": {
|
| 1246 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1247 |
+
"lstrip": false,
|
| 1248 |
+
"normalized": false,
|
| 1249 |
+
"rstrip": false,
|
| 1250 |
+
"single_word": false,
|
| 1251 |
+
"special": false
|
| 1252 |
+
},
|
| 1253 |
+
"156": {
|
| 1254 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1255 |
+
"lstrip": false,
|
| 1256 |
+
"normalized": false,
|
| 1257 |
+
"rstrip": false,
|
| 1258 |
+
"single_word": false,
|
| 1259 |
+
"special": false
|
| 1260 |
+
},
|
| 1261 |
+
"157": {
|
| 1262 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1263 |
+
"lstrip": false,
|
| 1264 |
+
"normalized": false,
|
| 1265 |
+
"rstrip": false,
|
| 1266 |
+
"single_word": false,
|
| 1267 |
+
"special": false
|
| 1268 |
+
},
|
| 1269 |
+
"158": {
|
| 1270 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1271 |
+
"lstrip": false,
|
| 1272 |
+
"normalized": false,
|
| 1273 |
+
"rstrip": false,
|
| 1274 |
+
"single_word": false,
|
| 1275 |
+
"special": false
|
| 1276 |
+
},
|
| 1277 |
+
"159": {
|
| 1278 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1279 |
+
"lstrip": false,
|
| 1280 |
+
"normalized": false,
|
| 1281 |
+
"rstrip": false,
|
| 1282 |
+
"single_word": false,
|
| 1283 |
+
"special": false
|
| 1284 |
+
},
|
| 1285 |
+
"160": {
|
| 1286 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1287 |
+
"lstrip": false,
|
| 1288 |
+
"normalized": false,
|
| 1289 |
+
"rstrip": false,
|
| 1290 |
+
"single_word": false,
|
| 1291 |
+
"special": false
|
| 1292 |
+
},
|
| 1293 |
+
"161": {
|
| 1294 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1295 |
+
"lstrip": false,
|
| 1296 |
+
"normalized": false,
|
| 1297 |
+
"rstrip": false,
|
| 1298 |
+
"single_word": false,
|
| 1299 |
+
"special": false
|
| 1300 |
+
},
|
| 1301 |
+
"162": {
|
| 1302 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1303 |
+
"lstrip": false,
|
| 1304 |
+
"normalized": false,
|
| 1305 |
+
"rstrip": false,
|
| 1306 |
+
"single_word": false,
|
| 1307 |
+
"special": false
|
| 1308 |
+
},
|
| 1309 |
+
"163": {
|
| 1310 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1311 |
+
"lstrip": false,
|
| 1312 |
+
"normalized": false,
|
| 1313 |
+
"rstrip": false,
|
| 1314 |
+
"single_word": false,
|
| 1315 |
+
"special": false
|
| 1316 |
+
},
|
| 1317 |
+
"164": {
|
| 1318 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1319 |
+
"lstrip": false,
|
| 1320 |
+
"normalized": false,
|
| 1321 |
+
"rstrip": false,
|
| 1322 |
+
"single_word": false,
|
| 1323 |
+
"special": false
|
| 1324 |
+
},
|
| 1325 |
+
"165": {
|
| 1326 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1327 |
+
"lstrip": false,
|
| 1328 |
+
"normalized": false,
|
| 1329 |
+
"rstrip": false,
|
| 1330 |
+
"single_word": false,
|
| 1331 |
+
"special": false
|
| 1332 |
+
},
|
| 1333 |
+
"166": {
|
| 1334 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1335 |
+
"lstrip": false,
|
| 1336 |
+
"normalized": false,
|
| 1337 |
+
"rstrip": false,
|
| 1338 |
+
"single_word": false,
|
| 1339 |
+
"special": false
|
| 1340 |
+
},
|
| 1341 |
+
"167": {
|
| 1342 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1343 |
+
"lstrip": false,
|
| 1344 |
+
"normalized": false,
|
| 1345 |
+
"rstrip": false,
|
| 1346 |
+
"single_word": false,
|
| 1347 |
+
"special": false
|
| 1348 |
+
},
|
| 1349 |
+
"168": {
|
| 1350 |
+
"content": "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
|
| 1351 |
+
"lstrip": false,
|
| 1352 |
+
"normalized": false,
|
| 1353 |
+
"rstrip": false,
|
| 1354 |
+
"single_word": false,
|
| 1355 |
+
"special": false
|
| 1356 |
+
},
|
| 1357 |
+
"169": {
|
| 1358 |
+
"content": "<table>",
|
| 1359 |
+
"lstrip": false,
|
| 1360 |
+
"normalized": false,
|
| 1361 |
+
"rstrip": false,
|
| 1362 |
+
"single_word": false,
|
| 1363 |
+
"special": false
|
| 1364 |
+
},
|
| 1365 |
+
"170": {
|
| 1366 |
+
"content": "<caption>",
|
| 1367 |
+
"lstrip": false,
|
| 1368 |
+
"normalized": false,
|
| 1369 |
+
"rstrip": false,
|
| 1370 |
+
"single_word": false,
|
| 1371 |
+
"special": false
|
| 1372 |
+
},
|
| 1373 |
+
"171": {
|
| 1374 |
+
"content": "<thead>",
|
| 1375 |
+
"lstrip": false,
|
| 1376 |
+
"normalized": false,
|
| 1377 |
+
"rstrip": false,
|
| 1378 |
+
"single_word": false,
|
| 1379 |
+
"special": false
|
| 1380 |
+
},
|
| 1381 |
+
"172": {
|
| 1382 |
+
"content": "<tbody>",
|
| 1383 |
+
"lstrip": false,
|
| 1384 |
+
"normalized": false,
|
| 1385 |
+
"rstrip": false,
|
| 1386 |
+
"single_word": false,
|
| 1387 |
+
"special": false
|
| 1388 |
+
},
|
| 1389 |
+
"173": {
|
| 1390 |
+
"content": "<tfoot>",
|
| 1391 |
+
"lstrip": false,
|
| 1392 |
+
"normalized": false,
|
| 1393 |
+
"rstrip": false,
|
| 1394 |
+
"single_word": false,
|
| 1395 |
+
"special": false
|
| 1396 |
+
},
|
| 1397 |
+
"174": {
|
| 1398 |
+
"content": "<tr>",
|
| 1399 |
+
"lstrip": false,
|
| 1400 |
+
"normalized": false,
|
| 1401 |
+
"rstrip": false,
|
| 1402 |
+
"single_word": false,
|
| 1403 |
+
"special": false
|
| 1404 |
+
},
|
| 1405 |
+
"175": {
|
| 1406 |
+
"content": "<th>",
|
| 1407 |
+
"lstrip": false,
|
| 1408 |
+
"normalized": false,
|
| 1409 |
+
"rstrip": false,
|
| 1410 |
+
"single_word": false,
|
| 1411 |
+
"special": false
|
| 1412 |
+
},
|
| 1413 |
+
"176": {
|
| 1414 |
+
"content": "<td>",
|
| 1415 |
+
"lstrip": false,
|
| 1416 |
+
"normalized": false,
|
| 1417 |
+
"rstrip": false,
|
| 1418 |
+
"single_word": false,
|
| 1419 |
+
"special": false
|
| 1420 |
+
},
|
| 1421 |
+
"177": {
|
| 1422 |
+
"content": "</table>",
|
| 1423 |
+
"lstrip": false,
|
| 1424 |
+
"normalized": false,
|
| 1425 |
+
"rstrip": false,
|
| 1426 |
+
"single_word": false,
|
| 1427 |
+
"special": false
|
| 1428 |
+
},
|
| 1429 |
+
"178": {
|
| 1430 |
+
"content": "</caption>",
|
| 1431 |
+
"lstrip": false,
|
| 1432 |
+
"normalized": false,
|
| 1433 |
+
"rstrip": false,
|
| 1434 |
+
"single_word": false,
|
| 1435 |
+
"special": false
|
| 1436 |
+
},
|
| 1437 |
+
"179": {
|
| 1438 |
+
"content": "</thead>",
|
| 1439 |
+
"lstrip": false,
|
| 1440 |
+
"normalized": false,
|
| 1441 |
+
"rstrip": false,
|
| 1442 |
+
"single_word": false,
|
| 1443 |
+
"special": false
|
| 1444 |
+
},
|
| 1445 |
+
"180": {
|
| 1446 |
+
"content": "</tbody>",
|
| 1447 |
+
"lstrip": false,
|
| 1448 |
+
"normalized": false,
|
| 1449 |
+
"rstrip": false,
|
| 1450 |
+
"single_word": false,
|
| 1451 |
+
"special": false
|
| 1452 |
+
},
|
| 1453 |
+
"181": {
|
| 1454 |
+
"content": "</tfoot>",
|
| 1455 |
+
"lstrip": false,
|
| 1456 |
+
"normalized": false,
|
| 1457 |
+
"rstrip": false,
|
| 1458 |
+
"single_word": false,
|
| 1459 |
+
"special": false
|
| 1460 |
+
},
|
| 1461 |
+
"182": {
|
| 1462 |
+
"content": "</tr>",
|
| 1463 |
+
"lstrip": false,
|
| 1464 |
+
"normalized": false,
|
| 1465 |
+
"rstrip": false,
|
| 1466 |
+
"single_word": false,
|
| 1467 |
+
"special": false
|
| 1468 |
+
},
|
| 1469 |
+
"183": {
|
| 1470 |
+
"content": "</th>",
|
| 1471 |
+
"lstrip": false,
|
| 1472 |
+
"normalized": false,
|
| 1473 |
+
"rstrip": false,
|
| 1474 |
+
"single_word": false,
|
| 1475 |
+
"special": false
|
| 1476 |
+
},
|
| 1477 |
+
"184": {
|
| 1478 |
+
"content": "</td>",
|
| 1479 |
+
"lstrip": false,
|
| 1480 |
+
"normalized": false,
|
| 1481 |
+
"rstrip": false,
|
| 1482 |
+
"single_word": false,
|
| 1483 |
+
"special": false
|
| 1484 |
+
},
|
| 1485 |
+
"185": {
|
| 1486 |
+
"content": "<h1>",
|
| 1487 |
+
"lstrip": false,
|
| 1488 |
+
"normalized": false,
|
| 1489 |
+
"rstrip": false,
|
| 1490 |
+
"single_word": false,
|
| 1491 |
+
"special": false
|
| 1492 |
+
},
|
| 1493 |
+
"186": {
|
| 1494 |
+
"content": "<h2>",
|
| 1495 |
+
"lstrip": false,
|
| 1496 |
+
"normalized": false,
|
| 1497 |
+
"rstrip": false,
|
| 1498 |
+
"single_word": false,
|
| 1499 |
+
"special": false
|
| 1500 |
+
},
|
| 1501 |
+
"187": {
|
| 1502 |
+
"content": "<h3>",
|
| 1503 |
+
"lstrip": false,
|
| 1504 |
+
"normalized": false,
|
| 1505 |
+
"rstrip": false,
|
| 1506 |
+
"single_word": false,
|
| 1507 |
+
"special": false
|
| 1508 |
+
},
|
| 1509 |
+
"188": {
|
| 1510 |
+
"content": "<h4>",
|
| 1511 |
+
"lstrip": false,
|
| 1512 |
+
"normalized": false,
|
| 1513 |
+
"rstrip": false,
|
| 1514 |
+
"single_word": false,
|
| 1515 |
+
"special": false
|
| 1516 |
+
},
|
| 1517 |
+
"189": {
|
| 1518 |
+
"content": "<h5>",
|
| 1519 |
+
"lstrip": false,
|
| 1520 |
+
"normalized": false,
|
| 1521 |
+
"rstrip": false,
|
| 1522 |
+
"single_word": false,
|
| 1523 |
+
"special": false
|
| 1524 |
+
},
|
| 1525 |
+
"190": {
|
| 1526 |
+
"content": "<h6>",
|
| 1527 |
+
"lstrip": false,
|
| 1528 |
+
"normalized": false,
|
| 1529 |
+
"rstrip": false,
|
| 1530 |
+
"single_word": false,
|
| 1531 |
+
"special": false
|
| 1532 |
+
},
|
| 1533 |
+
"191": {
|
| 1534 |
+
"content": "<blockquote>",
|
| 1535 |
+
"lstrip": false,
|
| 1536 |
+
"normalized": false,
|
| 1537 |
+
"rstrip": false,
|
| 1538 |
+
"single_word": false,
|
| 1539 |
+
"special": false
|
| 1540 |
+
},
|
| 1541 |
+
"192": {
|
| 1542 |
+
"content": "</h1>",
|
| 1543 |
+
"lstrip": false,
|
| 1544 |
+
"normalized": false,
|
| 1545 |
+
"rstrip": false,
|
| 1546 |
+
"single_word": false,
|
| 1547 |
+
"special": false
|
| 1548 |
+
},
|
| 1549 |
+
"193": {
|
| 1550 |
+
"content": "</h2>",
|
| 1551 |
+
"lstrip": false,
|
| 1552 |
+
"normalized": false,
|
| 1553 |
+
"rstrip": false,
|
| 1554 |
+
"single_word": false,
|
| 1555 |
+
"special": false
|
| 1556 |
+
},
|
| 1557 |
+
"194": {
|
| 1558 |
+
"content": "</h3>",
|
| 1559 |
+
"lstrip": false,
|
| 1560 |
+
"normalized": false,
|
| 1561 |
+
"rstrip": false,
|
| 1562 |
+
"single_word": false,
|
| 1563 |
+
"special": false
|
| 1564 |
+
},
|
| 1565 |
+
"195": {
|
| 1566 |
+
"content": "</h4>",
|
| 1567 |
+
"lstrip": false,
|
| 1568 |
+
"normalized": false,
|
| 1569 |
+
"rstrip": false,
|
| 1570 |
+
"single_word": false,
|
| 1571 |
+
"special": false
|
| 1572 |
+
},
|
| 1573 |
+
"196": {
|
| 1574 |
+
"content": "</h5>",
|
| 1575 |
+
"lstrip": false,
|
| 1576 |
+
"normalized": false,
|
| 1577 |
+
"rstrip": false,
|
| 1578 |
+
"single_word": false,
|
| 1579 |
+
"special": false
|
| 1580 |
+
},
|
| 1581 |
+
"197": {
|
| 1582 |
+
"content": "</h6>",
|
| 1583 |
+
"lstrip": false,
|
| 1584 |
+
"normalized": false,
|
| 1585 |
+
"rstrip": false,
|
| 1586 |
+
"single_word": false,
|
| 1587 |
+
"special": false
|
| 1588 |
+
},
|
| 1589 |
+
"198": {
|
| 1590 |
+
"content": "</blockquote>",
|
| 1591 |
+
"lstrip": false,
|
| 1592 |
+
"normalized": false,
|
| 1593 |
+
"rstrip": false,
|
| 1594 |
+
"single_word": false,
|
| 1595 |
+
"special": false
|
| 1596 |
+
},
|
| 1597 |
+
"199": {
|
| 1598 |
+
"content": "<strong>",
|
| 1599 |
+
"lstrip": false,
|
| 1600 |
+
"normalized": false,
|
| 1601 |
+
"rstrip": false,
|
| 1602 |
+
"single_word": false,
|
| 1603 |
+
"special": false
|
| 1604 |
+
},
|
| 1605 |
+
"200": {
|
| 1606 |
+
"content": "<em>",
|
| 1607 |
+
"lstrip": false,
|
| 1608 |
+
"normalized": false,
|
| 1609 |
+
"rstrip": false,
|
| 1610 |
+
"single_word": false,
|
| 1611 |
+
"special": false
|
| 1612 |
+
},
|
| 1613 |
+
"201": {
|
| 1614 |
+
"content": "<b>",
|
| 1615 |
+
"lstrip": false,
|
| 1616 |
+
"normalized": false,
|
| 1617 |
+
"rstrip": false,
|
| 1618 |
+
"single_word": false,
|
| 1619 |
+
"special": false
|
| 1620 |
+
},
|
| 1621 |
+
"202": {
|
| 1622 |
+
"content": "<i>",
|
| 1623 |
+
"lstrip": false,
|
| 1624 |
+
"normalized": false,
|
| 1625 |
+
"rstrip": false,
|
| 1626 |
+
"single_word": false,
|
| 1627 |
+
"special": false
|
| 1628 |
+
},
|
| 1629 |
+
"203": {
|
| 1630 |
+
"content": "<u>",
|
| 1631 |
+
"lstrip": false,
|
| 1632 |
+
"normalized": false,
|
| 1633 |
+
"rstrip": false,
|
| 1634 |
+
"single_word": false,
|
| 1635 |
+
"special": false
|
| 1636 |
+
},
|
| 1637 |
+
"204": {
|
| 1638 |
+
"content": "<s>",
|
| 1639 |
+
"lstrip": false,
|
| 1640 |
+
"normalized": false,
|
| 1641 |
+
"rstrip": false,
|
| 1642 |
+
"single_word": false,
|
| 1643 |
+
"special": false
|
| 1644 |
+
},
|
| 1645 |
+
"205": {
|
| 1646 |
+
"content": "<sub>",
|
| 1647 |
+
"lstrip": false,
|
| 1648 |
+
"normalized": false,
|
| 1649 |
+
"rstrip": false,
|
| 1650 |
+
"single_word": false,
|
| 1651 |
+
"special": false
|
| 1652 |
+
},
|
| 1653 |
+
"206": {
|
| 1654 |
+
"content": "<sup>",
|
| 1655 |
+
"lstrip": false,
|
| 1656 |
+
"normalized": false,
|
| 1657 |
+
"rstrip": false,
|
| 1658 |
+
"single_word": false,
|
| 1659 |
+
"special": false
|
| 1660 |
+
},
|
| 1661 |
+
"207": {
|
| 1662 |
+
"content": "<code>",
|
| 1663 |
+
"lstrip": false,
|
| 1664 |
+
"normalized": false,
|
| 1665 |
+
"rstrip": false,
|
| 1666 |
+
"single_word": false,
|
| 1667 |
+
"special": false
|
| 1668 |
+
},
|
| 1669 |
+
"208": {
|
| 1670 |
+
"content": "</strong>",
|
| 1671 |
+
"lstrip": false,
|
| 1672 |
+
"normalized": false,
|
| 1673 |
+
"rstrip": false,
|
| 1674 |
+
"single_word": false,
|
| 1675 |
+
"special": false
|
| 1676 |
+
},
|
| 1677 |
+
"209": {
|
| 1678 |
+
"content": "</em>",
|
| 1679 |
+
"lstrip": false,
|
| 1680 |
+
"normalized": false,
|
| 1681 |
+
"rstrip": false,
|
| 1682 |
+
"single_word": false,
|
| 1683 |
+
"special": false
|
| 1684 |
+
},
|
| 1685 |
+
"210": {
|
| 1686 |
+
"content": "</b>",
|
| 1687 |
+
"lstrip": false,
|
| 1688 |
+
"normalized": false,
|
| 1689 |
+
"rstrip": false,
|
| 1690 |
+
"single_word": false,
|
| 1691 |
+
"special": false
|
| 1692 |
+
},
|
| 1693 |
+
"211": {
|
| 1694 |
+
"content": "</i>",
|
| 1695 |
+
"lstrip": false,
|
| 1696 |
+
"normalized": false,
|
| 1697 |
+
"rstrip": false,
|
| 1698 |
+
"single_word": false,
|
| 1699 |
+
"special": false
|
| 1700 |
+
},
|
| 1701 |
+
"212": {
|
| 1702 |
+
"content": "</u>",
|
| 1703 |
+
"lstrip": false,
|
| 1704 |
+
"normalized": false,
|
| 1705 |
+
"rstrip": false,
|
| 1706 |
+
"single_word": false,
|
| 1707 |
+
"special": false
|
| 1708 |
+
},
|
| 1709 |
+
"213": {
|
| 1710 |
+
"content": "</s>",
|
| 1711 |
+
"lstrip": false,
|
| 1712 |
+
"normalized": false,
|
| 1713 |
+
"rstrip": false,
|
| 1714 |
+
"single_word": false,
|
| 1715 |
+
"special": false
|
| 1716 |
+
},
|
| 1717 |
+
"214": {
|
| 1718 |
+
"content": "</sub>",
|
| 1719 |
+
"lstrip": false,
|
| 1720 |
+
"normalized": false,
|
| 1721 |
+
"rstrip": false,
|
| 1722 |
+
"single_word": false,
|
| 1723 |
+
"special": false
|
| 1724 |
+
},
|
| 1725 |
+
"215": {
|
| 1726 |
+
"content": "</sup>",
|
| 1727 |
+
"lstrip": false,
|
| 1728 |
+
"normalized": false,
|
| 1729 |
+
"rstrip": false,
|
| 1730 |
+
"single_word": false,
|
| 1731 |
+
"special": false
|
| 1732 |
+
},
|
| 1733 |
+
"216": {
|
| 1734 |
+
"content": "</code>",
|
| 1735 |
+
"lstrip": false,
|
| 1736 |
+
"normalized": false,
|
| 1737 |
+
"rstrip": false,
|
| 1738 |
+
"single_word": false,
|
| 1739 |
+
"special": false
|
| 1740 |
+
},
|
| 1741 |
+
"255968": {
|
| 1742 |
+
"content": "[toxicity=0]",
|
| 1743 |
+
"lstrip": false,
|
| 1744 |
+
"normalized": false,
|
| 1745 |
+
"rstrip": false,
|
| 1746 |
+
"single_word": false,
|
| 1747 |
+
"special": false
|
| 1748 |
+
},
|
| 1749 |
+
"255969": {
|
| 1750 |
+
"content": "\t\t",
|
| 1751 |
+
"lstrip": false,
|
| 1752 |
+
"normalized": false,
|
| 1753 |
+
"rstrip": false,
|
| 1754 |
+
"single_word": false,
|
| 1755 |
+
"special": false
|
| 1756 |
+
},
|
| 1757 |
+
"255970": {
|
| 1758 |
+
"content": "\t\t\t",
|
| 1759 |
+
"lstrip": false,
|
| 1760 |
+
"normalized": false,
|
| 1761 |
+
"rstrip": false,
|
| 1762 |
+
"single_word": false,
|
| 1763 |
+
"special": false
|
| 1764 |
+
},
|
| 1765 |
+
"255971": {
|
| 1766 |
+
"content": "\t\t\t\t",
|
| 1767 |
+
"lstrip": false,
|
| 1768 |
+
"normalized": false,
|
| 1769 |
+
"rstrip": false,
|
| 1770 |
+
"single_word": false,
|
| 1771 |
+
"special": false
|
| 1772 |
+
},
|
| 1773 |
+
"255972": {
|
| 1774 |
+
"content": "\t\t\t\t\t",
|
| 1775 |
+
"lstrip": false,
|
| 1776 |
+
"normalized": false,
|
| 1777 |
+
"rstrip": false,
|
| 1778 |
+
"single_word": false,
|
| 1779 |
+
"special": false
|
| 1780 |
+
},
|
| 1781 |
+
"255973": {
|
| 1782 |
+
"content": "\t\t\t\t\t\t",
|
| 1783 |
+
"lstrip": false,
|
| 1784 |
+
"normalized": false,
|
| 1785 |
+
"rstrip": false,
|
| 1786 |
+
"single_word": false,
|
| 1787 |
+
"special": false
|
| 1788 |
+
},
|
| 1789 |
+
"255974": {
|
| 1790 |
+
"content": "\t\t\t\t\t\t\t",
|
| 1791 |
+
"lstrip": false,
|
| 1792 |
+
"normalized": false,
|
| 1793 |
+
"rstrip": false,
|
| 1794 |
+
"single_word": false,
|
| 1795 |
+
"special": false
|
| 1796 |
+
},
|
| 1797 |
+
"255975": {
|
| 1798 |
+
"content": "\t\t\t\t\t\t\t\t",
|
| 1799 |
+
"lstrip": false,
|
| 1800 |
+
"normalized": false,
|
| 1801 |
+
"rstrip": false,
|
| 1802 |
+
"single_word": false,
|
| 1803 |
+
"special": false
|
| 1804 |
+
},
|
| 1805 |
+
"255976": {
|
| 1806 |
+
"content": "\t\t\t\t\t\t\t\t\t",
|
| 1807 |
+
"lstrip": false,
|
| 1808 |
+
"normalized": false,
|
| 1809 |
+
"rstrip": false,
|
| 1810 |
+
"single_word": false,
|
| 1811 |
+
"special": false
|
| 1812 |
+
},
|
| 1813 |
+
"255977": {
|
| 1814 |
+
"content": "\t\t\t\t\t\t\t\t\t\t",
|
| 1815 |
+
"lstrip": false,
|
| 1816 |
+
"normalized": false,
|
| 1817 |
+
"rstrip": false,
|
| 1818 |
+
"single_word": false,
|
| 1819 |
+
"special": false
|
| 1820 |
+
},
|
| 1821 |
+
"255978": {
|
| 1822 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t",
|
| 1823 |
+
"lstrip": false,
|
| 1824 |
+
"normalized": false,
|
| 1825 |
+
"rstrip": false,
|
| 1826 |
+
"single_word": false,
|
| 1827 |
+
"special": false
|
| 1828 |
+
},
|
| 1829 |
+
"255979": {
|
| 1830 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1831 |
+
"lstrip": false,
|
| 1832 |
+
"normalized": false,
|
| 1833 |
+
"rstrip": false,
|
| 1834 |
+
"single_word": false,
|
| 1835 |
+
"special": false
|
| 1836 |
+
},
|
| 1837 |
+
"255980": {
|
| 1838 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1839 |
+
"lstrip": false,
|
| 1840 |
+
"normalized": false,
|
| 1841 |
+
"rstrip": false,
|
| 1842 |
+
"single_word": false,
|
| 1843 |
+
"special": false
|
| 1844 |
+
},
|
| 1845 |
+
"255981": {
|
| 1846 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1847 |
+
"lstrip": false,
|
| 1848 |
+
"normalized": false,
|
| 1849 |
+
"rstrip": false,
|
| 1850 |
+
"single_word": false,
|
| 1851 |
+
"special": false
|
| 1852 |
+
},
|
| 1853 |
+
"255982": {
|
| 1854 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1855 |
+
"lstrip": false,
|
| 1856 |
+
"normalized": false,
|
| 1857 |
+
"rstrip": false,
|
| 1858 |
+
"single_word": false,
|
| 1859 |
+
"special": false
|
| 1860 |
+
},
|
| 1861 |
+
"255983": {
|
| 1862 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1863 |
+
"lstrip": false,
|
| 1864 |
+
"normalized": false,
|
| 1865 |
+
"rstrip": false,
|
| 1866 |
+
"single_word": false,
|
| 1867 |
+
"special": false
|
| 1868 |
+
},
|
| 1869 |
+
"255984": {
|
| 1870 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1871 |
+
"lstrip": false,
|
| 1872 |
+
"normalized": false,
|
| 1873 |
+
"rstrip": false,
|
| 1874 |
+
"single_word": false,
|
| 1875 |
+
"special": false
|
| 1876 |
+
},
|
| 1877 |
+
"255985": {
|
| 1878 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1879 |
+
"lstrip": false,
|
| 1880 |
+
"normalized": false,
|
| 1881 |
+
"rstrip": false,
|
| 1882 |
+
"single_word": false,
|
| 1883 |
+
"special": false
|
| 1884 |
+
},
|
| 1885 |
+
"255986": {
|
| 1886 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1887 |
+
"lstrip": false,
|
| 1888 |
+
"normalized": false,
|
| 1889 |
+
"rstrip": false,
|
| 1890 |
+
"single_word": false,
|
| 1891 |
+
"special": false
|
| 1892 |
+
},
|
| 1893 |
+
"255987": {
|
| 1894 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1895 |
+
"lstrip": false,
|
| 1896 |
+
"normalized": false,
|
| 1897 |
+
"rstrip": false,
|
| 1898 |
+
"single_word": false,
|
| 1899 |
+
"special": false
|
| 1900 |
+
},
|
| 1901 |
+
"255988": {
|
| 1902 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1903 |
+
"lstrip": false,
|
| 1904 |
+
"normalized": false,
|
| 1905 |
+
"rstrip": false,
|
| 1906 |
+
"single_word": false,
|
| 1907 |
+
"special": false
|
| 1908 |
+
},
|
| 1909 |
+
"255989": {
|
| 1910 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1911 |
+
"lstrip": false,
|
| 1912 |
+
"normalized": false,
|
| 1913 |
+
"rstrip": false,
|
| 1914 |
+
"single_word": false,
|
| 1915 |
+
"special": false
|
| 1916 |
+
},
|
| 1917 |
+
"255990": {
|
| 1918 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1919 |
+
"lstrip": false,
|
| 1920 |
+
"normalized": false,
|
| 1921 |
+
"rstrip": false,
|
| 1922 |
+
"single_word": false,
|
| 1923 |
+
"special": false
|
| 1924 |
+
},
|
| 1925 |
+
"255991": {
|
| 1926 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1927 |
+
"lstrip": false,
|
| 1928 |
+
"normalized": false,
|
| 1929 |
+
"rstrip": false,
|
| 1930 |
+
"single_word": false,
|
| 1931 |
+
"special": false
|
| 1932 |
+
},
|
| 1933 |
+
"255992": {
|
| 1934 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1935 |
+
"lstrip": false,
|
| 1936 |
+
"normalized": false,
|
| 1937 |
+
"rstrip": false,
|
| 1938 |
+
"single_word": false,
|
| 1939 |
+
"special": false
|
| 1940 |
+
},
|
| 1941 |
+
"255993": {
|
| 1942 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1943 |
+
"lstrip": false,
|
| 1944 |
+
"normalized": false,
|
| 1945 |
+
"rstrip": false,
|
| 1946 |
+
"single_word": false,
|
| 1947 |
+
"special": false
|
| 1948 |
+
},
|
| 1949 |
+
"255994": {
|
| 1950 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1951 |
+
"lstrip": false,
|
| 1952 |
+
"normalized": false,
|
| 1953 |
+
"rstrip": false,
|
| 1954 |
+
"single_word": false,
|
| 1955 |
+
"special": false
|
| 1956 |
+
},
|
| 1957 |
+
"255995": {
|
| 1958 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1959 |
+
"lstrip": false,
|
| 1960 |
+
"normalized": false,
|
| 1961 |
+
"rstrip": false,
|
| 1962 |
+
"single_word": false,
|
| 1963 |
+
"special": false
|
| 1964 |
+
},
|
| 1965 |
+
"255996": {
|
| 1966 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1967 |
+
"lstrip": false,
|
| 1968 |
+
"normalized": false,
|
| 1969 |
+
"rstrip": false,
|
| 1970 |
+
"single_word": false,
|
| 1971 |
+
"special": false
|
| 1972 |
+
},
|
| 1973 |
+
"255997": {
|
| 1974 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1975 |
+
"lstrip": false,
|
| 1976 |
+
"normalized": false,
|
| 1977 |
+
"rstrip": false,
|
| 1978 |
+
"single_word": false,
|
| 1979 |
+
"special": false
|
| 1980 |
+
},
|
| 1981 |
+
"255998": {
|
| 1982 |
+
"content": "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t",
|
| 1983 |
+
"lstrip": false,
|
| 1984 |
+
"normalized": false,
|
| 1985 |
+
"rstrip": false,
|
| 1986 |
+
"single_word": false,
|
| 1987 |
+
"special": false
|
| 1988 |
+
},
|
| 1989 |
+
"255999": {
|
| 1990 |
+
"content": "<unused99>",
|
| 1991 |
+
"lstrip": false,
|
| 1992 |
+
"normalized": false,
|
| 1993 |
+
"rstrip": false,
|
| 1994 |
+
"single_word": false,
|
| 1995 |
+
"special": false
|
| 1996 |
+
}
|
| 1997 |
+
},
|
| 1998 |
+
"additional_special_tokens": [
|
| 1999 |
+
"<start_of_turn>",
|
| 2000 |
+
"<end_of_turn>"
|
| 2001 |
+
],
|
| 2002 |
+
"bos_token": "<bos>",
|
| 2003 |
+
"clean_up_tokenization_spaces": false,
|
| 2004 |
+
"eos_token": "<eos>",
|
| 2005 |
+
"extra_special_tokens": {},
|
| 2006 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 2007 |
+
"pad_token": "<pad>",
|
| 2008 |
+
"padding_side": "right",
|
| 2009 |
+
"sp_model_kwargs": {},
|
| 2010 |
+
"spaces_between_special_tokens": false,
|
| 2011 |
+
"tokenizer_class": "GemmaTokenizer",
|
| 2012 |
+
"unk_token": "<unk>",
|
| 2013 |
+
"use_default_system_prompt": false
|
| 2014 |
+
}
|
transformer/config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_layers": 40,
|
| 3 |
+
"hidden_size": 5120,
|
| 4 |
+
"head_dim": 128,
|
| 5 |
+
"num_query_groups": 8,
|
| 6 |
+
"video_in_channels": 192,
|
| 7 |
+
"audio_in_channels": 64,
|
| 8 |
+
"text_in_channels": 3584,
|
| 9 |
+
"checkpoint_qk_layernorm_rope": false,
|
| 10 |
+
"mm_layers": [0, 1, 2, 3, 36, 37, 38, 39],
|
| 11 |
+
"local_attn_layers": [],
|
| 12 |
+
"enable_attn_gating": true,
|
| 13 |
+
"gelu7_layers": [0, 1, 2, 3],
|
| 14 |
+
"post_norm_layers": []
|
| 15 |
+
}
|
transformer/model-00001-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9db62d550ae1cd3314387aaa725a2b4326d01accd102dccabfad8e3ed7b55c95
|
| 3 |
+
size 4110405792
|
transformer/model-00002-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62e320703d8301f09c17af1b9e925ae28e9563d4c276bb3adee4666f1fa6694c
|
| 3 |
+
size 4532432944
|
transformer/model-00003-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e73a407ac6382c4d82c9c452bf7a8cff4745cad64b0b486b7e22eecf611abd12
|
| 3 |
+
size 4784953040
|
transformer/model-00004-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03463b72b0ddcdc6de8953262950a74cf26d3cd449ac7ea0a1c5f10d970e14c1
|
| 3 |
+
size 4924382928
|
transformer/model-00005-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd26c288a679e7d0e7a8d5ed78d77e7a614beba8eaeb385758c877024b6432ea
|
| 3 |
+
size 4897310080
|
transformer/model-00006-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c79a8869485133b6f874d0eb515569774e408adb75e3a36e8e3d59956bcf971
|
| 3 |
+
size 4924382960
|
transformer/model-00007-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43bfe24e9ec13e843f32544d8439bdd49bd8c64e2b2892a21bfeca647ae2c715
|
| 3 |
+
size 4897310104
|
transformer/model-00008-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e038cb921cab2e053bbf3d214487747405796a9d70fef9a1bfd05b1b5002c37
|
| 3 |
+
size 4924382960
|
transformer/model-00009-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7634d94685b4adfd2614ad2c9bbd92941e36c25a6631dcf960fdf744d6af361
|
| 3 |
+
size 4897310104
|
transformer/model-00010-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b02583db891ab75ac290e0a06b13fefacf0670f4773cfdec6db2d49f5af7cc
|
| 3 |
+
size 4924382960
|
transformer/model-00011-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:435ccc6171e32663f0ca6ef03a2b5b1af295f6e6140e9ded6afdc894b433974c
|
| 3 |
+
size 4311047904
|
transformer/model-00012-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0f6dad7d1f318bd0e85009aacb21c8224359baab185f34a68ff723a61ce8ef5
|
| 3 |
+
size 4951453744
|
transformer/model-00013-of-00013.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e801466269b699d75fff56c3c0bc3d9526b71bb7efc93d80e87dd079e372c9
|
| 3 |
+
size 4117959232
|
transformer/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,338 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 61197676608
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"adapter.audio_embedder.bias": "model-00001-of-00013.safetensors",
|
| 7 |
+
"adapter.audio_embedder.weight": "model-00001-of-00013.safetensors",
|
| 8 |
+
"adapter.rope.bands": "model-00013-of-00013.safetensors",
|
| 9 |
+
"adapter.text_embedder.bias": "model-00001-of-00013.safetensors",
|
| 10 |
+
"adapter.text_embedder.weight": "model-00001-of-00013.safetensors",
|
| 11 |
+
"adapter.video_embedder.bias": "model-00001-of-00013.safetensors",
|
| 12 |
+
"adapter.video_embedder.weight": "model-00001-of-00013.safetensors",
|
| 13 |
+
"block.layers.0.attention.k_norm.weight": "model-00001-of-00013.safetensors",
|
| 14 |
+
"block.layers.0.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 15 |
+
"block.layers.0.attention.linear_qkv.weight": "model-00001-of-00013.safetensors",
|
| 16 |
+
"block.layers.0.attention.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 17 |
+
"block.layers.0.attention.q_norm.weight": "model-00001-of-00013.safetensors",
|
| 18 |
+
"block.layers.0.mlp.down_proj.weight": "model-00001-of-00013.safetensors",
|
| 19 |
+
"block.layers.0.mlp.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 20 |
+
"block.layers.0.mlp.up_gate_proj.weight": "model-00001-of-00013.safetensors",
|
| 21 |
+
"block.layers.1.attention.k_norm.weight": "model-00001-of-00013.safetensors",
|
| 22 |
+
"block.layers.1.attention.linear_proj.weight": "model-00001-of-00013.safetensors",
|
| 23 |
+
"block.layers.1.attention.linear_qkv.weight": "model-00001-of-00013.safetensors",
|
| 24 |
+
"block.layers.1.attention.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 25 |
+
"block.layers.1.attention.q_norm.weight": "model-00001-of-00013.safetensors",
|
| 26 |
+
"block.layers.1.mlp.down_proj.weight": "model-00002-of-00013.safetensors",
|
| 27 |
+
"block.layers.1.mlp.pre_norm.weight": "model-00001-of-00013.safetensors",
|
| 28 |
+
"block.layers.1.mlp.up_gate_proj.weight": "model-00002-of-00013.safetensors",
|
| 29 |
+
"block.layers.10.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 30 |
+
"block.layers.10.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 31 |
+
"block.layers.10.attention.linear_qkv.weight": "model-00005-of-00013.safetensors",
|
| 32 |
+
"block.layers.10.attention.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 33 |
+
"block.layers.10.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 34 |
+
"block.layers.10.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 35 |
+
"block.layers.10.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 36 |
+
"block.layers.10.mlp.up_gate_proj.weight": "model-00005-of-00013.safetensors",
|
| 37 |
+
"block.layers.11.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 38 |
+
"block.layers.11.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 39 |
+
"block.layers.11.attention.linear_qkv.weight": "model-00005-of-00013.safetensors",
|
| 40 |
+
"block.layers.11.attention.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 41 |
+
"block.layers.11.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 42 |
+
"block.layers.11.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 43 |
+
"block.layers.11.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 44 |
+
"block.layers.11.mlp.up_gate_proj.weight": "model-00005-of-00013.safetensors",
|
| 45 |
+
"block.layers.12.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 46 |
+
"block.layers.12.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 47 |
+
"block.layers.12.attention.linear_qkv.weight": "model-00005-of-00013.safetensors",
|
| 48 |
+
"block.layers.12.attention.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 49 |
+
"block.layers.12.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 50 |
+
"block.layers.12.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 51 |
+
"block.layers.12.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 52 |
+
"block.layers.12.mlp.up_gate_proj.weight": "model-00005-of-00013.safetensors",
|
| 53 |
+
"block.layers.13.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 54 |
+
"block.layers.13.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 55 |
+
"block.layers.13.attention.linear_qkv.weight": "model-00005-of-00013.safetensors",
|
| 56 |
+
"block.layers.13.attention.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 57 |
+
"block.layers.13.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 58 |
+
"block.layers.13.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 59 |
+
"block.layers.13.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 60 |
+
"block.layers.13.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 61 |
+
"block.layers.14.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 62 |
+
"block.layers.14.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 63 |
+
"block.layers.14.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 64 |
+
"block.layers.14.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 65 |
+
"block.layers.14.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 66 |
+
"block.layers.14.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 67 |
+
"block.layers.14.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 68 |
+
"block.layers.14.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 69 |
+
"block.layers.15.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 70 |
+
"block.layers.15.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 71 |
+
"block.layers.15.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 72 |
+
"block.layers.15.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 73 |
+
"block.layers.15.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 74 |
+
"block.layers.15.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 75 |
+
"block.layers.15.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 76 |
+
"block.layers.15.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 77 |
+
"block.layers.16.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 78 |
+
"block.layers.16.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 79 |
+
"block.layers.16.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 80 |
+
"block.layers.16.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 81 |
+
"block.layers.16.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 82 |
+
"block.layers.16.mlp.down_proj.weight": "model-00006-of-00013.safetensors",
|
| 83 |
+
"block.layers.16.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 84 |
+
"block.layers.16.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 85 |
+
"block.layers.17.attention.k_norm.weight": "model-00006-of-00013.safetensors",
|
| 86 |
+
"block.layers.17.attention.linear_proj.weight": "model-00006-of-00013.safetensors",
|
| 87 |
+
"block.layers.17.attention.linear_qkv.weight": "model-00006-of-00013.safetensors",
|
| 88 |
+
"block.layers.17.attention.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 89 |
+
"block.layers.17.attention.q_norm.weight": "model-00006-of-00013.safetensors",
|
| 90 |
+
"block.layers.17.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 91 |
+
"block.layers.17.mlp.pre_norm.weight": "model-00006-of-00013.safetensors",
|
| 92 |
+
"block.layers.17.mlp.up_gate_proj.weight": "model-00006-of-00013.safetensors",
|
| 93 |
+
"block.layers.18.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 94 |
+
"block.layers.18.attention.linear_proj.weight": "model-00007-of-00013.safetensors",
|
| 95 |
+
"block.layers.18.attention.linear_qkv.weight": "model-00007-of-00013.safetensors",
|
| 96 |
+
"block.layers.18.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 97 |
+
"block.layers.18.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 98 |
+
"block.layers.18.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 99 |
+
"block.layers.18.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 100 |
+
"block.layers.18.mlp.up_gate_proj.weight": "model-00007-of-00013.safetensors",
|
| 101 |
+
"block.layers.19.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 102 |
+
"block.layers.19.attention.linear_proj.weight": "model-00007-of-00013.safetensors",
|
| 103 |
+
"block.layers.19.attention.linear_qkv.weight": "model-00007-of-00013.safetensors",
|
| 104 |
+
"block.layers.19.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 105 |
+
"block.layers.19.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 106 |
+
"block.layers.19.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 107 |
+
"block.layers.19.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 108 |
+
"block.layers.19.mlp.up_gate_proj.weight": "model-00007-of-00013.safetensors",
|
| 109 |
+
"block.layers.2.attention.k_norm.weight": "model-00002-of-00013.safetensors",
|
| 110 |
+
"block.layers.2.attention.linear_proj.weight": "model-00002-of-00013.safetensors",
|
| 111 |
+
"block.layers.2.attention.linear_qkv.weight": "model-00002-of-00013.safetensors",
|
| 112 |
+
"block.layers.2.attention.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 113 |
+
"block.layers.2.attention.q_norm.weight": "model-00002-of-00013.safetensors",
|
| 114 |
+
"block.layers.2.mlp.down_proj.weight": "model-00003-of-00013.safetensors",
|
| 115 |
+
"block.layers.2.mlp.pre_norm.weight": "model-00002-of-00013.safetensors",
|
| 116 |
+
"block.layers.2.mlp.up_gate_proj.weight": "model-00002-of-00013.safetensors",
|
| 117 |
+
"block.layers.20.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 118 |
+
"block.layers.20.attention.linear_proj.weight": "model-00007-of-00013.safetensors",
|
| 119 |
+
"block.layers.20.attention.linear_qkv.weight": "model-00007-of-00013.safetensors",
|
| 120 |
+
"block.layers.20.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 121 |
+
"block.layers.20.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 122 |
+
"block.layers.20.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 123 |
+
"block.layers.20.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 124 |
+
"block.layers.20.mlp.up_gate_proj.weight": "model-00007-of-00013.safetensors",
|
| 125 |
+
"block.layers.21.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 126 |
+
"block.layers.21.attention.linear_proj.weight": "model-00007-of-00013.safetensors",
|
| 127 |
+
"block.layers.21.attention.linear_qkv.weight": "model-00007-of-00013.safetensors",
|
| 128 |
+
"block.layers.21.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 129 |
+
"block.layers.21.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 130 |
+
"block.layers.21.mlp.down_proj.weight": "model-00007-of-00013.safetensors",
|
| 131 |
+
"block.layers.21.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 132 |
+
"block.layers.21.mlp.up_gate_proj.weight": "model-00007-of-00013.safetensors",
|
| 133 |
+
"block.layers.22.attention.k_norm.weight": "model-00007-of-00013.safetensors",
|
| 134 |
+
"block.layers.22.attention.linear_proj.weight": "model-00007-of-00013.safetensors",
|
| 135 |
+
"block.layers.22.attention.linear_qkv.weight": "model-00007-of-00013.safetensors",
|
| 136 |
+
"block.layers.22.attention.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 137 |
+
"block.layers.22.attention.q_norm.weight": "model-00007-of-00013.safetensors",
|
| 138 |
+
"block.layers.22.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 139 |
+
"block.layers.22.mlp.pre_norm.weight": "model-00007-of-00013.safetensors",
|
| 140 |
+
"block.layers.22.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 141 |
+
"block.layers.23.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 142 |
+
"block.layers.23.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 143 |
+
"block.layers.23.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 144 |
+
"block.layers.23.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 145 |
+
"block.layers.23.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 146 |
+
"block.layers.23.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 147 |
+
"block.layers.23.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 148 |
+
"block.layers.23.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 149 |
+
"block.layers.24.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 150 |
+
"block.layers.24.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 151 |
+
"block.layers.24.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 152 |
+
"block.layers.24.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 153 |
+
"block.layers.24.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 154 |
+
"block.layers.24.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 155 |
+
"block.layers.24.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 156 |
+
"block.layers.24.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 157 |
+
"block.layers.25.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 158 |
+
"block.layers.25.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 159 |
+
"block.layers.25.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 160 |
+
"block.layers.25.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 161 |
+
"block.layers.25.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 162 |
+
"block.layers.25.mlp.down_proj.weight": "model-00008-of-00013.safetensors",
|
| 163 |
+
"block.layers.25.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 164 |
+
"block.layers.25.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 165 |
+
"block.layers.26.attention.k_norm.weight": "model-00008-of-00013.safetensors",
|
| 166 |
+
"block.layers.26.attention.linear_proj.weight": "model-00008-of-00013.safetensors",
|
| 167 |
+
"block.layers.26.attention.linear_qkv.weight": "model-00008-of-00013.safetensors",
|
| 168 |
+
"block.layers.26.attention.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 169 |
+
"block.layers.26.attention.q_norm.weight": "model-00008-of-00013.safetensors",
|
| 170 |
+
"block.layers.26.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 171 |
+
"block.layers.26.mlp.pre_norm.weight": "model-00008-of-00013.safetensors",
|
| 172 |
+
"block.layers.26.mlp.up_gate_proj.weight": "model-00008-of-00013.safetensors",
|
| 173 |
+
"block.layers.27.attention.k_norm.weight": "model-00009-of-00013.safetensors",
|
| 174 |
+
"block.layers.27.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 175 |
+
"block.layers.27.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 176 |
+
"block.layers.27.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 177 |
+
"block.layers.27.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 178 |
+
"block.layers.27.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 179 |
+
"block.layers.27.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 180 |
+
"block.layers.27.mlp.up_gate_proj.weight": "model-00009-of-00013.safetensors",
|
| 181 |
+
"block.layers.28.attention.k_norm.weight": "model-00009-of-00013.safetensors",
|
| 182 |
+
"block.layers.28.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 183 |
+
"block.layers.28.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 184 |
+
"block.layers.28.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 185 |
+
"block.layers.28.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 186 |
+
"block.layers.28.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 187 |
+
"block.layers.28.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 188 |
+
"block.layers.28.mlp.up_gate_proj.weight": "model-00009-of-00013.safetensors",
|
| 189 |
+
"block.layers.29.attention.k_norm.weight": "model-00009-of-00013.safetensors",
|
| 190 |
+
"block.layers.29.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 191 |
+
"block.layers.29.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 192 |
+
"block.layers.29.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 193 |
+
"block.layers.29.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 194 |
+
"block.layers.29.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 195 |
+
"block.layers.29.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 196 |
+
"block.layers.29.mlp.up_gate_proj.weight": "model-00009-of-00013.safetensors",
|
| 197 |
+
"block.layers.3.attention.k_norm.weight": "model-00003-of-00013.safetensors",
|
| 198 |
+
"block.layers.3.attention.linear_proj.weight": "model-00003-of-00013.safetensors",
|
| 199 |
+
"block.layers.3.attention.linear_qkv.weight": "model-00003-of-00013.safetensors",
|
| 200 |
+
"block.layers.3.attention.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 201 |
+
"block.layers.3.attention.q_norm.weight": "model-00003-of-00013.safetensors",
|
| 202 |
+
"block.layers.3.mlp.down_proj.weight": "model-00003-of-00013.safetensors",
|
| 203 |
+
"block.layers.3.mlp.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 204 |
+
"block.layers.3.mlp.up_gate_proj.weight": "model-00003-of-00013.safetensors",
|
| 205 |
+
"block.layers.30.attention.k_norm.weight": "model-00009-of-00013.safetensors",
|
| 206 |
+
"block.layers.30.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 207 |
+
"block.layers.30.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 208 |
+
"block.layers.30.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 209 |
+
"block.layers.30.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 210 |
+
"block.layers.30.mlp.down_proj.weight": "model-00009-of-00013.safetensors",
|
| 211 |
+
"block.layers.30.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 212 |
+
"block.layers.30.mlp.up_gate_proj.weight": "model-00009-of-00013.safetensors",
|
| 213 |
+
"block.layers.31.attention.k_norm.weight": "model-00009-of-00013.safetensors",
|
| 214 |
+
"block.layers.31.attention.linear_proj.weight": "model-00009-of-00013.safetensors",
|
| 215 |
+
"block.layers.31.attention.linear_qkv.weight": "model-00009-of-00013.safetensors",
|
| 216 |
+
"block.layers.31.attention.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 217 |
+
"block.layers.31.attention.q_norm.weight": "model-00009-of-00013.safetensors",
|
| 218 |
+
"block.layers.31.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 219 |
+
"block.layers.31.mlp.pre_norm.weight": "model-00009-of-00013.safetensors",
|
| 220 |
+
"block.layers.31.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 221 |
+
"block.layers.32.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 222 |
+
"block.layers.32.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 223 |
+
"block.layers.32.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 224 |
+
"block.layers.32.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 225 |
+
"block.layers.32.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 226 |
+
"block.layers.32.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 227 |
+
"block.layers.32.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 228 |
+
"block.layers.32.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 229 |
+
"block.layers.33.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 230 |
+
"block.layers.33.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 231 |
+
"block.layers.33.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 232 |
+
"block.layers.33.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 233 |
+
"block.layers.33.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 234 |
+
"block.layers.33.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 235 |
+
"block.layers.33.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 236 |
+
"block.layers.33.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 237 |
+
"block.layers.34.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 238 |
+
"block.layers.34.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 239 |
+
"block.layers.34.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 240 |
+
"block.layers.34.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 241 |
+
"block.layers.34.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 242 |
+
"block.layers.34.mlp.down_proj.weight": "model-00010-of-00013.safetensors",
|
| 243 |
+
"block.layers.34.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 244 |
+
"block.layers.34.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 245 |
+
"block.layers.35.attention.k_norm.weight": "model-00010-of-00013.safetensors",
|
| 246 |
+
"block.layers.35.attention.linear_proj.weight": "model-00010-of-00013.safetensors",
|
| 247 |
+
"block.layers.35.attention.linear_qkv.weight": "model-00010-of-00013.safetensors",
|
| 248 |
+
"block.layers.35.attention.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 249 |
+
"block.layers.35.attention.q_norm.weight": "model-00010-of-00013.safetensors",
|
| 250 |
+
"block.layers.35.mlp.down_proj.weight": "model-00011-of-00013.safetensors",
|
| 251 |
+
"block.layers.35.mlp.pre_norm.weight": "model-00010-of-00013.safetensors",
|
| 252 |
+
"block.layers.35.mlp.up_gate_proj.weight": "model-00010-of-00013.safetensors",
|
| 253 |
+
"block.layers.36.attention.k_norm.weight": "model-00011-of-00013.safetensors",
|
| 254 |
+
"block.layers.36.attention.linear_proj.weight": "model-00011-of-00013.safetensors",
|
| 255 |
+
"block.layers.36.attention.linear_qkv.weight": "model-00011-of-00013.safetensors",
|
| 256 |
+
"block.layers.36.attention.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 257 |
+
"block.layers.36.attention.q_norm.weight": "model-00011-of-00013.safetensors",
|
| 258 |
+
"block.layers.36.mlp.down_proj.weight": "model-00011-of-00013.safetensors",
|
| 259 |
+
"block.layers.36.mlp.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 260 |
+
"block.layers.36.mlp.up_gate_proj.weight": "model-00011-of-00013.safetensors",
|
| 261 |
+
"block.layers.37.attention.k_norm.weight": "model-00011-of-00013.safetensors",
|
| 262 |
+
"block.layers.37.attention.linear_proj.weight": "model-00011-of-00013.safetensors",
|
| 263 |
+
"block.layers.37.attention.linear_qkv.weight": "model-00011-of-00013.safetensors",
|
| 264 |
+
"block.layers.37.attention.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 265 |
+
"block.layers.37.attention.q_norm.weight": "model-00011-of-00013.safetensors",
|
| 266 |
+
"block.layers.37.mlp.down_proj.weight": "model-00012-of-00013.safetensors",
|
| 267 |
+
"block.layers.37.mlp.pre_norm.weight": "model-00011-of-00013.safetensors",
|
| 268 |
+
"block.layers.37.mlp.up_gate_proj.weight": "model-00012-of-00013.safetensors",
|
| 269 |
+
"block.layers.38.attention.k_norm.weight": "model-00012-of-00013.safetensors",
|
| 270 |
+
"block.layers.38.attention.linear_proj.weight": "model-00012-of-00013.safetensors",
|
| 271 |
+
"block.layers.38.attention.linear_qkv.weight": "model-00012-of-00013.safetensors",
|
| 272 |
+
"block.layers.38.attention.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 273 |
+
"block.layers.38.attention.q_norm.weight": "model-00012-of-00013.safetensors",
|
| 274 |
+
"block.layers.38.mlp.down_proj.weight": "model-00013-of-00013.safetensors",
|
| 275 |
+
"block.layers.38.mlp.pre_norm.weight": "model-00012-of-00013.safetensors",
|
| 276 |
+
"block.layers.38.mlp.up_gate_proj.weight": "model-00012-of-00013.safetensors",
|
| 277 |
+
"block.layers.39.attention.k_norm.weight": "model-00013-of-00013.safetensors",
|
| 278 |
+
"block.layers.39.attention.linear_proj.weight": "model-00013-of-00013.safetensors",
|
| 279 |
+
"block.layers.39.attention.linear_qkv.weight": "model-00013-of-00013.safetensors",
|
| 280 |
+
"block.layers.39.attention.pre_norm.weight": "model-00013-of-00013.safetensors",
|
| 281 |
+
"block.layers.39.attention.q_norm.weight": "model-00013-of-00013.safetensors",
|
| 282 |
+
"block.layers.39.mlp.down_proj.weight": "model-00013-of-00013.safetensors",
|
| 283 |
+
"block.layers.39.mlp.pre_norm.weight": "model-00013-of-00013.safetensors",
|
| 284 |
+
"block.layers.39.mlp.up_gate_proj.weight": "model-00013-of-00013.safetensors",
|
| 285 |
+
"block.layers.4.attention.k_norm.weight": "model-00003-of-00013.safetensors",
|
| 286 |
+
"block.layers.4.attention.linear_proj.weight": "model-00003-of-00013.safetensors",
|
| 287 |
+
"block.layers.4.attention.linear_qkv.weight": "model-00003-of-00013.safetensors",
|
| 288 |
+
"block.layers.4.attention.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 289 |
+
"block.layers.4.attention.q_norm.weight": "model-00003-of-00013.safetensors",
|
| 290 |
+
"block.layers.4.mlp.down_proj.weight": "model-00004-of-00013.safetensors",
|
| 291 |
+
"block.layers.4.mlp.pre_norm.weight": "model-00003-of-00013.safetensors",
|
| 292 |
+
"block.layers.4.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 293 |
+
"block.layers.5.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 294 |
+
"block.layers.5.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 295 |
+
"block.layers.5.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 296 |
+
"block.layers.5.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 297 |
+
"block.layers.5.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 298 |
+
"block.layers.5.mlp.down_proj.weight": "model-00004-of-00013.safetensors",
|
| 299 |
+
"block.layers.5.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 300 |
+
"block.layers.5.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 301 |
+
"block.layers.6.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 302 |
+
"block.layers.6.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 303 |
+
"block.layers.6.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 304 |
+
"block.layers.6.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 305 |
+
"block.layers.6.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 306 |
+
"block.layers.6.mlp.down_proj.weight": "model-00004-of-00013.safetensors",
|
| 307 |
+
"block.layers.6.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 308 |
+
"block.layers.6.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 309 |
+
"block.layers.7.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 310 |
+
"block.layers.7.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 311 |
+
"block.layers.7.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 312 |
+
"block.layers.7.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 313 |
+
"block.layers.7.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 314 |
+
"block.layers.7.mlp.down_proj.weight": "model-00004-of-00013.safetensors",
|
| 315 |
+
"block.layers.7.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 316 |
+
"block.layers.7.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 317 |
+
"block.layers.8.attention.k_norm.weight": "model-00004-of-00013.safetensors",
|
| 318 |
+
"block.layers.8.attention.linear_proj.weight": "model-00004-of-00013.safetensors",
|
| 319 |
+
"block.layers.8.attention.linear_qkv.weight": "model-00004-of-00013.safetensors",
|
| 320 |
+
"block.layers.8.attention.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 321 |
+
"block.layers.8.attention.q_norm.weight": "model-00004-of-00013.safetensors",
|
| 322 |
+
"block.layers.8.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 323 |
+
"block.layers.8.mlp.pre_norm.weight": "model-00004-of-00013.safetensors",
|
| 324 |
+
"block.layers.8.mlp.up_gate_proj.weight": "model-00004-of-00013.safetensors",
|
| 325 |
+
"block.layers.9.attention.k_norm.weight": "model-00005-of-00013.safetensors",
|
| 326 |
+
"block.layers.9.attention.linear_proj.weight": "model-00005-of-00013.safetensors",
|
| 327 |
+
"block.layers.9.attention.linear_qkv.weight": "model-00005-of-00013.safetensors",
|
| 328 |
+
"block.layers.9.attention.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 329 |
+
"block.layers.9.attention.q_norm.weight": "model-00005-of-00013.safetensors",
|
| 330 |
+
"block.layers.9.mlp.down_proj.weight": "model-00005-of-00013.safetensors",
|
| 331 |
+
"block.layers.9.mlp.pre_norm.weight": "model-00005-of-00013.safetensors",
|
| 332 |
+
"block.layers.9.mlp.up_gate_proj.weight": "model-00005-of-00013.safetensors",
|
| 333 |
+
"final_linear_audio.weight": "model-00013-of-00013.safetensors",
|
| 334 |
+
"final_linear_video.weight": "model-00013-of-00013.safetensors",
|
| 335 |
+
"final_norm_audio.weight": "model-00013-of-00013.safetensors",
|
| 336 |
+
"final_norm_video.weight": "model-00013-of-00013.safetensors"
|
| 337 |
+
}
|
| 338 |
+
}
|
vae/Wan2.2_VAE.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20eb789667fa5e60e7516bf509512f6cb61f01b0aa0695eadaea930c13892b36
|
| 3 |
+
size 2818839170
|
vae/config.json
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKLWan",
|
| 3 |
+
"_diffusers_version": "0.35.0.dev0",
|
| 4 |
+
"attn_scales": [],
|
| 5 |
+
"base_dim": 160,
|
| 6 |
+
"clip_output": false,
|
| 7 |
+
"decoder_base_dim": 256,
|
| 8 |
+
"dim_mult": [
|
| 9 |
+
1,
|
| 10 |
+
2,
|
| 11 |
+
4,
|
| 12 |
+
4
|
| 13 |
+
],
|
| 14 |
+
"dropout": 0.0,
|
| 15 |
+
"in_channels": 12,
|
| 16 |
+
"is_residual": true,
|
| 17 |
+
"latents_mean": [
|
| 18 |
+
-0.2289,
|
| 19 |
+
-0.0052,
|
| 20 |
+
-0.1323,
|
| 21 |
+
-0.2339,
|
| 22 |
+
-0.2799,
|
| 23 |
+
0.0174,
|
| 24 |
+
0.1838,
|
| 25 |
+
0.1557,
|
| 26 |
+
-0.1382,
|
| 27 |
+
0.0542,
|
| 28 |
+
0.2813,
|
| 29 |
+
0.0891,
|
| 30 |
+
0.157,
|
| 31 |
+
-0.0098,
|
| 32 |
+
0.0375,
|
| 33 |
+
-0.1825,
|
| 34 |
+
-0.2246,
|
| 35 |
+
-0.1207,
|
| 36 |
+
-0.0698,
|
| 37 |
+
0.5109,
|
| 38 |
+
0.2665,
|
| 39 |
+
-0.2108,
|
| 40 |
+
-0.2158,
|
| 41 |
+
0.2502,
|
| 42 |
+
-0.2055,
|
| 43 |
+
-0.0322,
|
| 44 |
+
0.1109,
|
| 45 |
+
0.1567,
|
| 46 |
+
-0.0729,
|
| 47 |
+
0.0899,
|
| 48 |
+
-0.2799,
|
| 49 |
+
-0.123,
|
| 50 |
+
-0.0313,
|
| 51 |
+
-0.1649,
|
| 52 |
+
0.0117,
|
| 53 |
+
0.0723,
|
| 54 |
+
-0.2839,
|
| 55 |
+
-0.2083,
|
| 56 |
+
-0.052,
|
| 57 |
+
0.3748,
|
| 58 |
+
0.0152,
|
| 59 |
+
0.1957,
|
| 60 |
+
0.1433,
|
| 61 |
+
-0.2944,
|
| 62 |
+
0.3573,
|
| 63 |
+
-0.0548,
|
| 64 |
+
-0.1681,
|
| 65 |
+
-0.0667
|
| 66 |
+
],
|
| 67 |
+
"latents_std": [
|
| 68 |
+
0.4765,
|
| 69 |
+
1.0364,
|
| 70 |
+
0.4514,
|
| 71 |
+
1.1677,
|
| 72 |
+
0.5313,
|
| 73 |
+
0.499,
|
| 74 |
+
0.4818,
|
| 75 |
+
0.5013,
|
| 76 |
+
0.8158,
|
| 77 |
+
1.0344,
|
| 78 |
+
0.5894,
|
| 79 |
+
1.0901,
|
| 80 |
+
0.6885,
|
| 81 |
+
0.6165,
|
| 82 |
+
0.8454,
|
| 83 |
+
0.4978,
|
| 84 |
+
0.5759,
|
| 85 |
+
0.3523,
|
| 86 |
+
0.7135,
|
| 87 |
+
0.6804,
|
| 88 |
+
0.5833,
|
| 89 |
+
1.4146,
|
| 90 |
+
0.8986,
|
| 91 |
+
0.5659,
|
| 92 |
+
0.7069,
|
| 93 |
+
0.5338,
|
| 94 |
+
0.4889,
|
| 95 |
+
0.4917,
|
| 96 |
+
0.4069,
|
| 97 |
+
0.4999,
|
| 98 |
+
0.6866,
|
| 99 |
+
0.4093,
|
| 100 |
+
0.5709,
|
| 101 |
+
0.6065,
|
| 102 |
+
0.6415,
|
| 103 |
+
0.4944,
|
| 104 |
+
0.5726,
|
| 105 |
+
1.2042,
|
| 106 |
+
0.5458,
|
| 107 |
+
1.6887,
|
| 108 |
+
0.3971,
|
| 109 |
+
1.06,
|
| 110 |
+
0.3943,
|
| 111 |
+
0.5537,
|
| 112 |
+
0.5444,
|
| 113 |
+
0.4089,
|
| 114 |
+
0.7468,
|
| 115 |
+
0.7744
|
| 116 |
+
],
|
| 117 |
+
"num_res_blocks": 2,
|
| 118 |
+
"out_channels": 12,
|
| 119 |
+
"patch_size": 2,
|
| 120 |
+
"scale_factor_spatial": 16,
|
| 121 |
+
"scale_factor_temporal": 4,
|
| 122 |
+
"temperal_downsample": [
|
| 123 |
+
false,
|
| 124 |
+
true,
|
| 125 |
+
true
|
| 126 |
+
],
|
| 127 |
+
"z_dim": 48
|
| 128 |
+
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62cd18f19438e35b32ac63020e2852f566e9b02f46b6cdbd87972a356e3c6f4b
|
| 3 |
+
size 2818777808
|