regress
Browse files- README.md +134 -0
- config.json +0 -0
- models/dit/ace_0.6b_512px.pth +3 -0
- models/text_encoder/t5-v1_1-xxl/config.json +29 -0
- models/text_encoder/t5-v1_1-xxl/pytorch_model-00001-of-00005.bin +3 -0
- models/text_encoder/t5-v1_1-xxl/pytorch_model-00002-of-00005.bin +3 -0
- models/text_encoder/t5-v1_1-xxl/pytorch_model-00003-of-00005.bin +3 -0
- models/text_encoder/t5-v1_1-xxl/pytorch_model-00004-of-00005.bin +3 -0
- models/text_encoder/t5-v1_1-xxl/pytorch_model-00005-of-00005.bin +3 -0
- models/text_encoder/t5-v1_1-xxl/pytorch_model.bin.index.json +567 -0
- models/tokenizer/t5-v1_1-xxl/special_tokens_map.json +1 -0
- models/tokenizer/t5-v1_1-xxl/spiece.model +3 -0
- models/tokenizer/t5-v1_1-xxl/tokenizer.json +0 -0
- models/tokenizer/t5-v1_1-xxl/tokenizer_config.json +1 -0
- models/vae/vae.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- Diffusion Transformer
|
| 7 |
+
- Image Editing
|
| 8 |
+
- Scepter
|
| 9 |
+
- ACE
|
| 10 |
+
---
|
| 11 |
+
<h2 align="center">
|
| 12 |
+
ACE: All-round Creator and Editor Following Instructions via Diffusion Transformer
|
| 13 |
+
</h2>
|
| 14 |
+
|
| 15 |
+
<h3 align="center">
|
| 16 |
+
<b>Tongyi Lab, Alibaba Group</b>
|
| 17 |
+
</h3>
|
| 18 |
+
|
| 19 |
+
<div align="center">
|
| 20 |
+
|
| 21 |
+
[**Paper**](https://arxiv.org/abs/2410.00086) **|** [**Project Page**](https://ali-vilab.github.io/ace-page/) **|** [**Code**](https://github.com/ali-vilab/ACE)
|
| 22 |
+
|
| 23 |
+
</div>
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
ACE is a unified foundational model framework that supports a wide range of visual generation tasks.
|
| 27 |
+
By defining CU for unifying multi-modal inputs across different tasks and incorporating long-context CU,
|
| 28 |
+
we introduce historical contextual information into visual generation tasks, paving
|
| 29 |
+
the way for ChatGPT-like dialog systems in visual generation.
|
| 30 |
+
|
| 31 |
+
<p>
|
| 32 |
+
<table align="center">
|
| 33 |
+
<tr>
|
| 34 |
+
<td>
|
| 35 |
+
<img src="assets/figures/teaser.png">
|
| 36 |
+
</td>
|
| 37 |
+
</tr>
|
| 38 |
+
</table>
|
| 39 |
+
</p>
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
## 📢 News
|
| 43 |
+
* **[2024.9.30]** Release the paper of ACE on arxiv.
|
| 44 |
+
* **[2024.10.31]** Release the ACE checkpoint on [ModelScope](https://www.modelscope.cn/models/iic/ACE-0.6B-512px) and [HuggingFace](https://huggingface.co/scepter-studio/ACE-0.6B-512px).
|
| 45 |
+
* **[2024.11.1]** Support online demo on [HuggingFace](https://huggingface.co/spaces/scepter-studio/ACE-Chat).
|
| 46 |
+
* **[2024.11.20]** Release the [ACE-0.6b-1024px](https://huggingface.co/scepter-studio/ACE-0.6B-1024px) model,
|
| 47 |
+
which significantly enhances image generation quality compared with [ACE-0.6b-512px](https://huggingface.co/scepter-studio/ACE-0.6B-512px).
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
## 🚀 Installation
|
| 51 |
+
Install the necessary packages with `pip`:
|
| 52 |
+
```bash
|
| 53 |
+
git clone https://github.com/ali-vilab/ACE.git
|
| 54 |
+
pip install -r requirements.txt
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
## 🔥 ACE Models
|
| 58 |
+
| **Model** | **Status** |
|
| 59 |
+
|:----------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
| 60 |
+
| ACE-0.6B-512px | [](https://huggingface.co/spaces/scepter-studio/ACE-Chat)<br>[](https://www.modelscope.cn/models/iic/ACE-0.6B-512px) [](https://huggingface.co/scepter-studio/ACE-0.6B-512px) |
|
| 61 |
+
| ACE-0.6B-1024px | [](https://huggingface.co/spaces/scepter-studio/ACE-Refiner-Chat)<br>[](https://www.modelscope.cn/models/iic/ACE-0.6B-1024px) [](https://huggingface.co/scepter-studio/ACE-0.6B-1024px) | |
|
| 62 |
+
| ACE-12B-FLUX-dev | Coming Soon |
|
| 63 |
+
|
| 64 |
+
## 🖼 Model Performance Visualization
|
| 65 |
+
|
| 66 |
+
The current model's parameters scale of ACE is 0.6B, which imposes certain limitations on the quality of image generation. [FLUX.1-Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), on the other hand,
|
| 67 |
+
has a significant advantage in text-to-image generation quality. By using SDEdit, we can effectively leverage the generative capabilities of FLUX to further enhance the image results generated by ACE. Based on the above considerations, we have designed the ACE-Refiner pipeline, as shown in the diagram below.
|
| 68 |
+
|
| 69 |
+

|
| 70 |
+
|
| 71 |
+
As shown in the figure below, when the strength
|
| 72 |
+
σ of the generated image is high, the generated image will suffer from fidelity loss compared to the original image. Conversely, lower
|
| 73 |
+
σ does not significantly improve the image quality. Therefore, users can make a trade-off between fidelity to the generated result and the image quality based on their own needs.
|
| 74 |
+
Users can set the value of "REFINER_SCALE" in the configuration file `config/inference_config/models/ace_0.6b_1024_refiner.yaml`.
|
| 75 |
+
We recommend that users use the advance options in the [webui-demo](#-chat-bot-) for effect verification.
|
| 76 |
+
|
| 77 |
+

|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
We compared the generation and editing performance of different models on several tasks, as shown as following.
|
| 81 |
+

|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
## 🔥 Training
|
| 85 |
+
|
| 86 |
+
We offer a demonstration training YAML that enables the end-to-end training of ACE using a toy dataset. For a comprehensive overview of the hyperparameter configurations, please consult `config/ace_0.6b_512_train.yaml`.
|
| 87 |
+
|
| 88 |
+
### Prepare datasets
|
| 89 |
+
|
| 90 |
+
Please find the dataset class located in `modules/data/dataset/dataset.py`,
|
| 91 |
+
designed to facilitate end-to-end training using an open-source toy dataset.
|
| 92 |
+
Download a dataset zip file from [modelscope](https://www.modelscope.cn/models/iic/scepter/resolve/master/datasets/hed_pair.zip), and then extract its contents into the `cache/datasets/` directory.
|
| 93 |
+
|
| 94 |
+
Should you wish to prepare your own datasets, we recommend consulting `modules/data/dataset/dataset.py` for detailed guidance on the required data format.
|
| 95 |
+
|
| 96 |
+
### Prepare initial weight
|
| 97 |
+
The ACE checkpoint has been uploaded to both ModelScope and HuggingFace platforms:
|
| 98 |
+
* [ModelScope](https://www.modelscope.cn/models/iic/ACE-0.6B-512px)
|
| 99 |
+
* [HuggingFace](https://huggingface.co/scepter-studio/ACE-0.6B-512px)
|
| 100 |
+
|
| 101 |
+
In the provided training YAML configuration, we have designated the Modelscope URL as the default checkpoint URL. Should you wish to transition to Hugging Face, you can effortlessly achieve this by modifying the PRETRAINED_MODEL value within the YAML file (replace the prefix "ms://iic" to "hf://scepter-studio").
|
| 102 |
+
|
| 103 |
+
|
| 104 |
+
### Start training
|
| 105 |
+
|
| 106 |
+
You can easily start training procedure by executing the following command:
|
| 107 |
+
```bash
|
| 108 |
+
# ACE-0.6B-512px
|
| 109 |
+
PYTHONPATH=. python tools/run_train.py --cfg config/ace_0.6b_512_train.yaml
|
| 110 |
+
# ACE-0.6B-1024px
|
| 111 |
+
PYTHONPATH=. python tools/run_train.py --cfg config/ace_0.6b_1024_train.yaml
|
| 112 |
+
```
|
| 113 |
+
|
| 114 |
+
## 🚀 Inference
|
| 115 |
+
|
| 116 |
+
We provide a simple inference demo that allows users to generate images from text descriptions.
|
| 117 |
+
```bash
|
| 118 |
+
PYTHONPATH=. python tools/run_inference.py --cfg config/inference_config/models/ace_0.6b_512.yaml --instruction "make the boy cry, his eyes filled with tears" --seed 199999 --input_image examples/input_images/example0.webp
|
| 119 |
+
```
|
| 120 |
+
We recommend runing the examples for quick testing. Running the following command will run the example inference and the results will be saved in `examples/output_images/`.
|
| 121 |
+
```bash
|
| 122 |
+
PYTHONPATH=. python tools/run_inference.py --cfg config/inference_config/models/ace_0.6b_512.yaml
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
## 📝 Citation
|
| 126 |
+
|
| 127 |
+
```bibtex
|
| 128 |
+
@article{han2024ace,
|
| 129 |
+
title={ACE: All-round Creator and Editor Following Instructions via Diffusion Transformer},
|
| 130 |
+
author={Han, Zhen and Jiang, Zeyinzi and Pan, Yulin and Zhang, Jingfeng and Mao, Chaojie and Xie, Chenwei and Liu, Yu and Zhou, Jingren},
|
| 131 |
+
journal={arXiv preprint arXiv:2410.00086},
|
| 132 |
+
year={2024}
|
| 133 |
+
}
|
| 134 |
+
```
|
config.json
ADDED
|
File without changes
|
models/dit/ace_0.6b_512px.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23f227d43ac8e0e12f4040b416babb85d58c5211531b2cc1d3a1adf9363fe3d6
|
| 3 |
+
size 2444272252
|
models/text_encoder/t5-v1_1-xxl/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/t5-v1_1-xxl",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"T5ForConditionalGeneration"
|
| 5 |
+
],
|
| 6 |
+
"d_ff": 10240,
|
| 7 |
+
"d_kv": 64,
|
| 8 |
+
"d_model": 4096,
|
| 9 |
+
"decoder_start_token_id": 0,
|
| 10 |
+
"dropout_rate": 0.1,
|
| 11 |
+
"eos_token_id": 1,
|
| 12 |
+
"feed_forward_proj": "gated-gelu",
|
| 13 |
+
"initializer_factor": 1.0,
|
| 14 |
+
"is_encoder_decoder": true,
|
| 15 |
+
"layer_norm_epsilon": 1e-06,
|
| 16 |
+
"model_type": "t5",
|
| 17 |
+
"num_decoder_layers": 24,
|
| 18 |
+
"num_heads": 64,
|
| 19 |
+
"num_layers": 24,
|
| 20 |
+
"output_past": true,
|
| 21 |
+
"pad_token_id": 0,
|
| 22 |
+
"relative_attention_max_distance": 128,
|
| 23 |
+
"relative_attention_num_buckets": 32,
|
| 24 |
+
"tie_word_embeddings": false,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
+
"transformers_version": "4.18.0",
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"vocab_size": 32128
|
| 29 |
+
}
|
models/text_encoder/t5-v1_1-xxl/pytorch_model-00001-of-00005.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22d638123918f9e6cff2af97ec75786b0853f55614afba3183f04dc6b98a1786
|
| 3 |
+
size 9452287046
|
models/text_encoder/t5-v1_1-xxl/pytorch_model-00002-of-00005.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85eba8d96b484ed8e8307fa27e6ea0ab0cbcb28ca45aad8d618a39509dcef95a
|
| 3 |
+
size 9597033167
|
models/text_encoder/t5-v1_1-xxl/pytorch_model-00003-of-00005.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3702199efe5405f8341561996454ffa814ee7af4c7463160225327f687cab42
|
| 3 |
+
size 9955676764
|
models/text_encoder/t5-v1_1-xxl/pytorch_model-00004-of-00005.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31c97ca7382d7c16267c9bb5a88bedde81af02d554cf10292005871a5efe0e87
|
| 3 |
+
size 9999744115
|
models/text_encoder/t5-v1_1-xxl/pytorch_model-00005-of-00005.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd31319f5239b56d5acb6c5be0f937f1a6c539d58d874145dc688a27f15a6422
|
| 3 |
+
size 6063171218
|
models/text_encoder/t5-v1_1-xxl/pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,567 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 45594099712
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"decoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 7 |
+
"decoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 8 |
+
"decoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 9 |
+
"decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00003-of-00005.bin",
|
| 10 |
+
"decoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 11 |
+
"decoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 12 |
+
"decoder.block.0.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 13 |
+
"decoder.block.0.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 14 |
+
"decoder.block.0.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 15 |
+
"decoder.block.0.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 16 |
+
"decoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 17 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 18 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 19 |
+
"decoder.block.0.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 20 |
+
"decoder.block.0.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 21 |
+
"decoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 22 |
+
"decoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 23 |
+
"decoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 24 |
+
"decoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 25 |
+
"decoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 26 |
+
"decoder.block.1.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 27 |
+
"decoder.block.1.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 28 |
+
"decoder.block.1.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 29 |
+
"decoder.block.1.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 30 |
+
"decoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 31 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 32 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 33 |
+
"decoder.block.1.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 34 |
+
"decoder.block.1.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 35 |
+
"decoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 36 |
+
"decoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 37 |
+
"decoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 38 |
+
"decoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 39 |
+
"decoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 40 |
+
"decoder.block.10.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 41 |
+
"decoder.block.10.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 42 |
+
"decoder.block.10.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 43 |
+
"decoder.block.10.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 44 |
+
"decoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 45 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 46 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 47 |
+
"decoder.block.10.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 48 |
+
"decoder.block.10.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 49 |
+
"decoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 50 |
+
"decoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 51 |
+
"decoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 52 |
+
"decoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 53 |
+
"decoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 54 |
+
"decoder.block.11.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 55 |
+
"decoder.block.11.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 56 |
+
"decoder.block.11.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 57 |
+
"decoder.block.11.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 58 |
+
"decoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 59 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 60 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 61 |
+
"decoder.block.11.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 62 |
+
"decoder.block.11.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 63 |
+
"decoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 64 |
+
"decoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 65 |
+
"decoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 66 |
+
"decoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 67 |
+
"decoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 68 |
+
"decoder.block.12.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 69 |
+
"decoder.block.12.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 70 |
+
"decoder.block.12.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 71 |
+
"decoder.block.12.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 72 |
+
"decoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 73 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 74 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 75 |
+
"decoder.block.12.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 76 |
+
"decoder.block.12.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 77 |
+
"decoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 78 |
+
"decoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 79 |
+
"decoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 80 |
+
"decoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 81 |
+
"decoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 82 |
+
"decoder.block.13.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 83 |
+
"decoder.block.13.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 84 |
+
"decoder.block.13.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 85 |
+
"decoder.block.13.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 86 |
+
"decoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 87 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 88 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 89 |
+
"decoder.block.13.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 90 |
+
"decoder.block.13.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 91 |
+
"decoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 92 |
+
"decoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 93 |
+
"decoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 94 |
+
"decoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 95 |
+
"decoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 96 |
+
"decoder.block.14.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 97 |
+
"decoder.block.14.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 98 |
+
"decoder.block.14.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 99 |
+
"decoder.block.14.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 100 |
+
"decoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 101 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 102 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 103 |
+
"decoder.block.14.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 104 |
+
"decoder.block.14.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 105 |
+
"decoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 106 |
+
"decoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 107 |
+
"decoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 108 |
+
"decoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 109 |
+
"decoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 110 |
+
"decoder.block.15.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 111 |
+
"decoder.block.15.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 112 |
+
"decoder.block.15.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 113 |
+
"decoder.block.15.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 114 |
+
"decoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 115 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 116 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 117 |
+
"decoder.block.15.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 118 |
+
"decoder.block.15.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 119 |
+
"decoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 120 |
+
"decoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 121 |
+
"decoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 122 |
+
"decoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 123 |
+
"decoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 124 |
+
"decoder.block.16.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 125 |
+
"decoder.block.16.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 126 |
+
"decoder.block.16.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 127 |
+
"decoder.block.16.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 128 |
+
"decoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 129 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 130 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 131 |
+
"decoder.block.16.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 132 |
+
"decoder.block.16.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 133 |
+
"decoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 134 |
+
"decoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 135 |
+
"decoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 136 |
+
"decoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 137 |
+
"decoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 138 |
+
"decoder.block.17.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 139 |
+
"decoder.block.17.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 140 |
+
"decoder.block.17.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 141 |
+
"decoder.block.17.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 142 |
+
"decoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 143 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 144 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 145 |
+
"decoder.block.17.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 146 |
+
"decoder.block.17.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 147 |
+
"decoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 148 |
+
"decoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 149 |
+
"decoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 150 |
+
"decoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 151 |
+
"decoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 152 |
+
"decoder.block.18.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 153 |
+
"decoder.block.18.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 154 |
+
"decoder.block.18.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 155 |
+
"decoder.block.18.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 156 |
+
"decoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 157 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 158 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00005.bin",
|
| 159 |
+
"decoder.block.18.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00005.bin",
|
| 160 |
+
"decoder.block.18.layer.2.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 161 |
+
"decoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 162 |
+
"decoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 163 |
+
"decoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 164 |
+
"decoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 165 |
+
"decoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 166 |
+
"decoder.block.19.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 167 |
+
"decoder.block.19.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 168 |
+
"decoder.block.19.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 169 |
+
"decoder.block.19.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 170 |
+
"decoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 171 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00005.bin",
|
| 172 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00005.bin",
|
| 173 |
+
"decoder.block.19.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00005.bin",
|
| 174 |
+
"decoder.block.19.layer.2.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 175 |
+
"decoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 176 |
+
"decoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 177 |
+
"decoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 178 |
+
"decoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 179 |
+
"decoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 180 |
+
"decoder.block.2.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 181 |
+
"decoder.block.2.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 182 |
+
"decoder.block.2.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 183 |
+
"decoder.block.2.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 184 |
+
"decoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 185 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 186 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 187 |
+
"decoder.block.2.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 188 |
+
"decoder.block.2.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 189 |
+
"decoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 190 |
+
"decoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 191 |
+
"decoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 192 |
+
"decoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 193 |
+
"decoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 194 |
+
"decoder.block.20.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 195 |
+
"decoder.block.20.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 196 |
+
"decoder.block.20.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 197 |
+
"decoder.block.20.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 198 |
+
"decoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 199 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00005.bin",
|
| 200 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00005.bin",
|
| 201 |
+
"decoder.block.20.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00005.bin",
|
| 202 |
+
"decoder.block.20.layer.2.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 203 |
+
"decoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 204 |
+
"decoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 205 |
+
"decoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 206 |
+
"decoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 207 |
+
"decoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 208 |
+
"decoder.block.21.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 209 |
+
"decoder.block.21.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 210 |
+
"decoder.block.21.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 211 |
+
"decoder.block.21.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 212 |
+
"decoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 213 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00005.bin",
|
| 214 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00005.bin",
|
| 215 |
+
"decoder.block.21.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00005.bin",
|
| 216 |
+
"decoder.block.21.layer.2.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 217 |
+
"decoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 218 |
+
"decoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 219 |
+
"decoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 220 |
+
"decoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 221 |
+
"decoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 222 |
+
"decoder.block.22.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 223 |
+
"decoder.block.22.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 224 |
+
"decoder.block.22.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 225 |
+
"decoder.block.22.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 226 |
+
"decoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 227 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00005.bin",
|
| 228 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00005.bin",
|
| 229 |
+
"decoder.block.22.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00005.bin",
|
| 230 |
+
"decoder.block.22.layer.2.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 231 |
+
"decoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 232 |
+
"decoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 233 |
+
"decoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 234 |
+
"decoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 235 |
+
"decoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 236 |
+
"decoder.block.23.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00005.bin",
|
| 237 |
+
"decoder.block.23.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00005.bin",
|
| 238 |
+
"decoder.block.23.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00005.bin",
|
| 239 |
+
"decoder.block.23.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00005.bin",
|
| 240 |
+
"decoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 241 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00005.bin",
|
| 242 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00005.bin",
|
| 243 |
+
"decoder.block.23.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00005.bin",
|
| 244 |
+
"decoder.block.23.layer.2.layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 245 |
+
"decoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 246 |
+
"decoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 247 |
+
"decoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 248 |
+
"decoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 249 |
+
"decoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 250 |
+
"decoder.block.3.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 251 |
+
"decoder.block.3.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 252 |
+
"decoder.block.3.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 253 |
+
"decoder.block.3.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 254 |
+
"decoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 255 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 256 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 257 |
+
"decoder.block.3.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 258 |
+
"decoder.block.3.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 259 |
+
"decoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 260 |
+
"decoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 261 |
+
"decoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 262 |
+
"decoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 263 |
+
"decoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 264 |
+
"decoder.block.4.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 265 |
+
"decoder.block.4.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 266 |
+
"decoder.block.4.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 267 |
+
"decoder.block.4.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 268 |
+
"decoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 269 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 270 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 271 |
+
"decoder.block.4.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 272 |
+
"decoder.block.4.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 273 |
+
"decoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 274 |
+
"decoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 275 |
+
"decoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 276 |
+
"decoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 277 |
+
"decoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 278 |
+
"decoder.block.5.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 279 |
+
"decoder.block.5.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 280 |
+
"decoder.block.5.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 281 |
+
"decoder.block.5.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 282 |
+
"decoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 283 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 284 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 285 |
+
"decoder.block.5.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 286 |
+
"decoder.block.5.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 287 |
+
"decoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 288 |
+
"decoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 289 |
+
"decoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 290 |
+
"decoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 291 |
+
"decoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 292 |
+
"decoder.block.6.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 293 |
+
"decoder.block.6.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 294 |
+
"decoder.block.6.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 295 |
+
"decoder.block.6.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 296 |
+
"decoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 297 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 298 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 299 |
+
"decoder.block.6.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 300 |
+
"decoder.block.6.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 301 |
+
"decoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 302 |
+
"decoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 303 |
+
"decoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 304 |
+
"decoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 305 |
+
"decoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 306 |
+
"decoder.block.7.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 307 |
+
"decoder.block.7.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 308 |
+
"decoder.block.7.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 309 |
+
"decoder.block.7.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 310 |
+
"decoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 311 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 312 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 313 |
+
"decoder.block.7.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 314 |
+
"decoder.block.7.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 315 |
+
"decoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 316 |
+
"decoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 317 |
+
"decoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 318 |
+
"decoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 319 |
+
"decoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 320 |
+
"decoder.block.8.layer.1.EncDecAttention.k.weight": "pytorch_model-00003-of-00005.bin",
|
| 321 |
+
"decoder.block.8.layer.1.EncDecAttention.o.weight": "pytorch_model-00003-of-00005.bin",
|
| 322 |
+
"decoder.block.8.layer.1.EncDecAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 323 |
+
"decoder.block.8.layer.1.EncDecAttention.v.weight": "pytorch_model-00003-of-00005.bin",
|
| 324 |
+
"decoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 325 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00005.bin",
|
| 326 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00005.bin",
|
| 327 |
+
"decoder.block.8.layer.2.DenseReluDense.wo.weight": "pytorch_model-00003-of-00005.bin",
|
| 328 |
+
"decoder.block.8.layer.2.layer_norm.weight": "pytorch_model-00003-of-00005.bin",
|
| 329 |
+
"decoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 330 |
+
"decoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 331 |
+
"decoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00005.bin",
|
| 332 |
+
"decoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 333 |
+
"decoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 334 |
+
"decoder.block.9.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00005.bin",
|
| 335 |
+
"decoder.block.9.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00005.bin",
|
| 336 |
+
"decoder.block.9.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00005.bin",
|
| 337 |
+
"decoder.block.9.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00005.bin",
|
| 338 |
+
"decoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 339 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00005.bin",
|
| 340 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00005.bin",
|
| 341 |
+
"decoder.block.9.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00005.bin",
|
| 342 |
+
"decoder.block.9.layer.2.layer_norm.weight": "pytorch_model-00004-of-00005.bin",
|
| 343 |
+
"decoder.embed_tokens.weight": "pytorch_model-00003-of-00005.bin",
|
| 344 |
+
"decoder.final_layer_norm.weight": "pytorch_model-00005-of-00005.bin",
|
| 345 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 346 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 347 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 348 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00005.bin",
|
| 349 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 350 |
+
"encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 351 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 352 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 353 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 354 |
+
"encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 355 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 356 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 357 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 358 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 359 |
+
"encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 360 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 361 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 362 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 363 |
+
"encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 364 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 365 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 366 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 367 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 368 |
+
"encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 369 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 370 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 371 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 372 |
+
"encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 373 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 374 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 375 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 376 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 377 |
+
"encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 378 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 379 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 380 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 381 |
+
"encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 382 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 383 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 384 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 385 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 386 |
+
"encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 387 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 388 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 389 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 390 |
+
"encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 391 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 392 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 393 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 394 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 395 |
+
"encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 396 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 397 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 398 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 399 |
+
"encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 400 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 401 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 402 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 403 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 404 |
+
"encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 405 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 406 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 407 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 408 |
+
"encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 409 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 410 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 411 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 412 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 413 |
+
"encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 414 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 415 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 416 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 417 |
+
"encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 418 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 419 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 420 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 421 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 422 |
+
"encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 423 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 424 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 425 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 426 |
+
"encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 427 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 428 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 429 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 430 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 431 |
+
"encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 432 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 433 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 434 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 435 |
+
"encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 436 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 437 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 438 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 439 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 440 |
+
"encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 441 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 442 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 443 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 444 |
+
"encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 445 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 446 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 447 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 448 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 449 |
+
"encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 450 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 451 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 452 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 453 |
+
"encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 454 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 455 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 456 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 457 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 458 |
+
"encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 459 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 460 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 461 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 462 |
+
"encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 463 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 464 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 465 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 466 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 467 |
+
"encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 468 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 469 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 470 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 471 |
+
"encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 472 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 473 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 474 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 475 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 476 |
+
"encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 477 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 478 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 479 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 480 |
+
"encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 481 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 482 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 483 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 484 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 485 |
+
"encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 486 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 487 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 488 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 489 |
+
"encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 490 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00005.bin",
|
| 491 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00005.bin",
|
| 492 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00005.bin",
|
| 493 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00005.bin",
|
| 494 |
+
"encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 495 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00005.bin",
|
| 496 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00005.bin",
|
| 497 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00005.bin",
|
| 498 |
+
"encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 499 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 500 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 501 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 502 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 503 |
+
"encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 504 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 505 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 506 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 507 |
+
"encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 508 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 509 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 510 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 511 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 512 |
+
"encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 513 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 514 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 515 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 516 |
+
"encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 517 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 518 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 519 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 520 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 521 |
+
"encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 522 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 523 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 524 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 525 |
+
"encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 526 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 527 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 528 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 529 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 530 |
+
"encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 531 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 532 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 533 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 534 |
+
"encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 535 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 536 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 537 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 538 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 539 |
+
"encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 540 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 541 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 542 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 543 |
+
"encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 544 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 545 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 546 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 547 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 548 |
+
"encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 549 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 550 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 551 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 552 |
+
"encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 553 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00005.bin",
|
| 554 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00005.bin",
|
| 555 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00005.bin",
|
| 556 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00005.bin",
|
| 557 |
+
"encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 558 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00005.bin",
|
| 559 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00005.bin",
|
| 560 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00005.bin",
|
| 561 |
+
"encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00001-of-00005.bin",
|
| 562 |
+
"encoder.embed_tokens.weight": "pytorch_model-00001-of-00005.bin",
|
| 563 |
+
"encoder.final_layer_norm.weight": "pytorch_model-00002-of-00005.bin",
|
| 564 |
+
"lm_head.weight": "pytorch_model-00005-of-00005.bin",
|
| 565 |
+
"shared.weight": "pytorch_model-00001-of-00005.bin"
|
| 566 |
+
}
|
| 567 |
+
}
|
models/tokenizer/t5-v1_1-xxl/special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"]}
|
models/tokenizer/t5-v1_1-xxl/spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
| 3 |
+
size 791656
|
models/tokenizer/t5-v1_1-xxl/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
models/tokenizer/t5-v1_1-xxl/tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 100, "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"], "model_max_length": 512, "name_or_path": "google/t5-v1_1-xxl", "special_tokens_map_file": "special_tokens_map.json", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|
models/vae/vae.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a778416ab45e57418f361bbf2cbe5e48feb85c639e9cccf6e996b8a9f7976b68
|
| 3 |
+
size 334693607
|