Commit from model create scripts
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.gin +151 -0
- config.json +30 -0
- flax_model.msgpack +3 -0
- model-info.txt +0 -0
- pytorch_model-00001-of-00003.bin +3 -0
- pytorch_model-00002-of-00003.bin +3 -0
- pytorch_model-00003-of-00003.bin +3 -0
- pytorch_model.bin.index.json +567 -0
- special_tokens_map.json +1 -0
- spiece.model +3 -0
- tf_model.h5 +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +1 -0
- train/events.out.tfevents.1649576424.t1v-n-94d01c37-w-3.2758548.0.v2 +3 -0
- train/events.out.tfevents.1649578354.t1v-n-94d01c37-w-3.2769526.0.v2 +3 -0
- train/events.out.tfevents.1649585207.t1v-n-94d01c37-w-3.2804417.0.v2 +3 -0
- train/events.out.tfevents.1649604716.t1v-n-94d01c37-w-3.2916105.0.v2 +3 -0
- train/events.out.tfevents.1649625471.t1v-n-94d01c37-w-3.3032489.0.v2 +3 -0
- train/events.out.tfevents.1649658143.t1v-n-94d01c37-w-3.3159692.0.v2 +3 -0
- train/events.out.tfevents.1649659968.t1v-n-94d01c37-w-3.3170227.0.v2 +3 -0
- train/events.out.tfevents.1649663312.t1v-n-94d01c37-w-3.3186665.0.v2 +3 -0
- train/events.out.tfevents.1649665806.t1v-n-94d01c37-w-3.3200483.0.v2 +3 -0
- train/events.out.tfevents.1649677709.t1v-n-94d01c37-w-1.41136.0.v2 +3 -0
- train/events.out.tfevents.1649693993.t1v-n-94d01c37-w-1.131865.0.v2 +3 -0
- train/events.out.tfevents.1649751312.t1v-n-94d01c37-w-1.465030.0.v2 +3 -0
- train/events.out.tfevents.1649853499.t1v-n-94d01c37-w-1.1031862.0.v2 +3 -0
- train/events.out.tfevents.1649910223.t1v-n-94d01c37-w-1.1357507.0.v2 +3 -0
- train/events.out.tfevents.1649919405.t1v-n-94d01c37-w-1.1411806.0.v2 +3 -0
- train/events.out.tfevents.1649961155.t1v-n-94d01c37-w-1.1579646.0.v2 +3 -0
- train/events.out.tfevents.1650012376.t1v-n-94d01c37-w-1.1854026.0.v2 +3 -0
- train/events.out.tfevents.1650037350.t1v-n-94d01c37-w-1.1988057.0.v2 +3 -0
- train/events.out.tfevents.1650082486.t1v-n-94d01c37-w-1.2198868.0.v2 +3 -0
- train/events.out.tfevents.1650097888.t1v-n-94d01c37-w-1.2260945.0.v2 +3 -0
- train/events.out.tfevents.1650134701.t1v-n-94d01c37-w-1.2449113.0.v2 +3 -0
- train/events.out.tfevents.1650145105.t1v-n-94d01c37-w-1.2507564.0.v2 +3 -0
- train/events.out.tfevents.1650150928.t1v-n-94d01c37-w-1.2539030.0.v2 +3 -0
- train/events.out.tfevents.1650180232.t1v-n-94d01c37-w-1.2669968.0.v2 +3 -0
- train/events.out.tfevents.1650269484.t1v-n-94d01c37-w-1.3191003.0.v2 +3 -0
- train/events.out.tfevents.1650301631.t1v-n-06e40f6a-w-2.144912.0.v2 +3 -0
- train/events.out.tfevents.1650331210.t1v-n-06e40f6a-w-2.269071.0.v2 +3 -0
- train/events.out.tfevents.1650354640.t1v-n-06e40f6a-w-2.418760.0.v2 +3 -0
- train/events.out.tfevents.1650355218.t1v-n-06e40f6a-w-2.423813.0.v2 +3 -0
- train/events.out.tfevents.1650439634.t1v-n-da2df89d-w-0.68748.0.v2 +3 -0
- train/events.out.tfevents.1650442527.t1v-n-da2df89d-w-0.83496.0.v2 +3 -0
- train/events.out.tfevents.1650450275.t1v-n-51c2c60a-w-3.119563.0.v2 +3 -0
- train/events.out.tfevents.1650451918.t1v-n-51c2c60a-w-3.129431.0.v2 +3 -0
- train/events.out.tfevents.1650489808.t1v-n-214493c0-w-1.96872.0.v2 +3 -0
- train/events.out.tfevents.1650490489.t1v-n-214493c0-w-1.105452.0.v2 +3 -0
- train/events.out.tfevents.1650520938.t1v-n-214493c0-w-1.233747.0.v2 +3 -0
.gitattributes
CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.gin
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from __gin__ import dynamic_registration
|
2 |
+
import __main__ as train_script
|
3 |
+
import seqio
|
4 |
+
import t5.data.mixtures
|
5 |
+
from t5x import adafactor
|
6 |
+
from t5x.examples.t5 import network
|
7 |
+
from t5x import gin_utils
|
8 |
+
from t5x import models
|
9 |
+
from t5x import partitioning
|
10 |
+
from t5x import trainer
|
11 |
+
from t5x import utils
|
12 |
+
import tasks
|
13 |
+
|
14 |
+
# Macros:
|
15 |
+
# ==============================================================================
|
16 |
+
BATCH_SIZE = 128
|
17 |
+
DROPOUT_RATE = 0.0
|
18 |
+
INITIAL_CHECKPOINT_PATH = \
|
19 |
+
'gs://t5-data/pretrained_models/t5x/mt5_xl/checkpoint_1000000'
|
20 |
+
LABEL_SMOOTHING = 0.0
|
21 |
+
LOSS_NORMALIZING_FACTOR = None
|
22 |
+
MIXTURE_OR_TASK_MODULE = None
|
23 |
+
MIXTURE_OR_TASK_NAME = 'ncc_english_span_corruption_stream'
|
24 |
+
MODEL = @models.EncoderDecoderModel()
|
25 |
+
MODEL_DIR = 'gs://nb-t5x-us-central2/norwegian_NCC_plus_English_t5x_xl'
|
26 |
+
OPTIMIZER = @adafactor.Adafactor()
|
27 |
+
RANDOM_SEED = None
|
28 |
+
SHUFFLE_TRAIN_EXAMPLES = True
|
29 |
+
TASK_FEATURE_LENGTHS = {'inputs': 512, 'targets': 512}
|
30 |
+
TRAIN_STEPS = 1500000
|
31 |
+
USE_CACHED_TASKS = True
|
32 |
+
USE_HARDWARE_RNG = False
|
33 |
+
VOCABULARY = @seqio.SentencePieceVocabulary()
|
34 |
+
Z_LOSS = 0.0001
|
35 |
+
|
36 |
+
# Parameters for adafactor.Adafactor:
|
37 |
+
# ==============================================================================
|
38 |
+
adafactor.Adafactor.decay_rate = 0.8
|
39 |
+
adafactor.Adafactor.logical_factor_rules = \
|
40 |
+
@adafactor.standard_logical_factor_rules()
|
41 |
+
adafactor.Adafactor.step_offset = 0
|
42 |
+
|
43 |
+
# Parameters for utils.CheckpointConfig:
|
44 |
+
# ==============================================================================
|
45 |
+
utils.CheckpointConfig.restore = @utils.RestoreCheckpointConfig()
|
46 |
+
utils.CheckpointConfig.save = @utils.SaveCheckpointConfig()
|
47 |
+
|
48 |
+
# Parameters for utils.create_learning_rate_scheduler:
|
49 |
+
# ==============================================================================
|
50 |
+
utils.create_learning_rate_scheduler.base_learning_rate = 0.5
|
51 |
+
utils.create_learning_rate_scheduler.factors = 'constant * rsqrt_decay'
|
52 |
+
utils.create_learning_rate_scheduler.warmup_steps = 10000
|
53 |
+
|
54 |
+
# Parameters for train/utils.DatasetConfig:
|
55 |
+
# ==============================================================================
|
56 |
+
train/utils.DatasetConfig.batch_size = %BATCH_SIZE
|
57 |
+
train/utils.DatasetConfig.mixture_or_task_name = %MIXTURE_OR_TASK_NAME
|
58 |
+
train/utils.DatasetConfig.module = %MIXTURE_OR_TASK_MODULE
|
59 |
+
train/utils.DatasetConfig.pack = True
|
60 |
+
train/utils.DatasetConfig.seed = None
|
61 |
+
train/utils.DatasetConfig.shuffle = %SHUFFLE_TRAIN_EXAMPLES
|
62 |
+
train/utils.DatasetConfig.split = 'train'
|
63 |
+
train/utils.DatasetConfig.task_feature_lengths = %TASK_FEATURE_LENGTHS
|
64 |
+
train/utils.DatasetConfig.use_cached = %USE_CACHED_TASKS
|
65 |
+
|
66 |
+
# Parameters for train_eval/utils.DatasetConfig:
|
67 |
+
# ==============================================================================
|
68 |
+
train_eval/utils.DatasetConfig.batch_size = %BATCH_SIZE
|
69 |
+
train_eval/utils.DatasetConfig.mixture_or_task_name = %MIXTURE_OR_TASK_NAME
|
70 |
+
train_eval/utils.DatasetConfig.module = %MIXTURE_OR_TASK_MODULE
|
71 |
+
train_eval/utils.DatasetConfig.pack = True
|
72 |
+
train_eval/utils.DatasetConfig.seed = 42
|
73 |
+
train_eval/utils.DatasetConfig.shuffle = False
|
74 |
+
train_eval/utils.DatasetConfig.split = 'validation'
|
75 |
+
train_eval/utils.DatasetConfig.task_feature_lengths = %TASK_FEATURE_LENGTHS
|
76 |
+
train_eval/utils.DatasetConfig.use_cached = %USE_CACHED_TASKS
|
77 |
+
|
78 |
+
# Parameters for models.EncoderDecoderModel:
|
79 |
+
# ==============================================================================
|
80 |
+
models.EncoderDecoderModel.input_vocabulary = %VOCABULARY
|
81 |
+
models.EncoderDecoderModel.label_smoothing = %LABEL_SMOOTHING
|
82 |
+
models.EncoderDecoderModel.loss_normalizing_factor = %LOSS_NORMALIZING_FACTOR
|
83 |
+
models.EncoderDecoderModel.module = @network.Transformer()
|
84 |
+
models.EncoderDecoderModel.optimizer_def = %OPTIMIZER
|
85 |
+
models.EncoderDecoderModel.output_vocabulary = %VOCABULARY
|
86 |
+
models.EncoderDecoderModel.z_loss = %Z_LOSS
|
87 |
+
|
88 |
+
# Parameters for partitioning.PjitPartitioner:
|
89 |
+
# ==============================================================================
|
90 |
+
partitioning.PjitPartitioner.logical_axis_rules = \
|
91 |
+
@partitioning.standard_logical_axis_rules()
|
92 |
+
partitioning.PjitPartitioner.model_parallel_submesh = None
|
93 |
+
partitioning.PjitPartitioner.num_partitions = 2
|
94 |
+
|
95 |
+
# Parameters for utils.RestoreCheckpointConfig:
|
96 |
+
# ==============================================================================
|
97 |
+
utils.RestoreCheckpointConfig.dtype = 'float32'
|
98 |
+
utils.RestoreCheckpointConfig.mode = 'specific'
|
99 |
+
utils.RestoreCheckpointConfig.path = %INITIAL_CHECKPOINT_PATH
|
100 |
+
|
101 |
+
# Parameters for utils.SaveCheckpointConfig:
|
102 |
+
# ==============================================================================
|
103 |
+
utils.SaveCheckpointConfig.dtype = 'float32'
|
104 |
+
utils.SaveCheckpointConfig.keep = 3
|
105 |
+
utils.SaveCheckpointConfig.period = 20000
|
106 |
+
utils.SaveCheckpointConfig.save_dataset = False
|
107 |
+
|
108 |
+
# Parameters for seqio.SentencePieceVocabulary:
|
109 |
+
# ==============================================================================
|
110 |
+
seqio.SentencePieceVocabulary.sentencepiece_model_file = \
|
111 |
+
'gs://t5-data/vocabs/mc4.250000.100extra/sentencepiece.model'
|
112 |
+
|
113 |
+
# Parameters for network.T5Config:
|
114 |
+
# ==============================================================================
|
115 |
+
network.T5Config.dropout_rate = %DROPOUT_RATE
|
116 |
+
network.T5Config.dtype = 'bfloat16'
|
117 |
+
network.T5Config.emb_dim = 2048
|
118 |
+
network.T5Config.head_dim = 64
|
119 |
+
network.T5Config.logits_via_embedding = False
|
120 |
+
network.T5Config.mlp_activations = ('gelu', 'linear')
|
121 |
+
network.T5Config.mlp_dim = 5120
|
122 |
+
network.T5Config.num_decoder_layers = 24
|
123 |
+
network.T5Config.num_encoder_layers = 24
|
124 |
+
network.T5Config.num_heads = 32
|
125 |
+
network.T5Config.vocab_size = 250112
|
126 |
+
|
127 |
+
# Parameters for train_script.train:
|
128 |
+
# ==============================================================================
|
129 |
+
train_script.train.checkpoint_cfg = @utils.CheckpointConfig()
|
130 |
+
train_script.train.eval_period = 1000
|
131 |
+
train_script.train.eval_steps = 20
|
132 |
+
train_script.train.infer_eval_dataset_cfg = None
|
133 |
+
train_script.train.model = %MODEL
|
134 |
+
train_script.train.model_dir = %MODEL_DIR
|
135 |
+
train_script.train.partitioner = @partitioning.PjitPartitioner()
|
136 |
+
train_script.train.random_seed = %RANDOM_SEED
|
137 |
+
train_script.train.summarize_config_fn = @gin_utils.summarize_gin_config
|
138 |
+
train_script.train.total_steps = %TRAIN_STEPS
|
139 |
+
train_script.train.train_dataset_cfg = @train/utils.DatasetConfig()
|
140 |
+
train_script.train.train_eval_dataset_cfg = @train_eval/utils.DatasetConfig()
|
141 |
+
train_script.train.trainer_cls = @trainer.Trainer
|
142 |
+
train_script.train.use_hardware_rng = %USE_HARDWARE_RNG
|
143 |
+
|
144 |
+
# Parameters for trainer.Trainer:
|
145 |
+
# ==============================================================================
|
146 |
+
trainer.Trainer.learning_rate_fn = @utils.create_learning_rate_scheduler()
|
147 |
+
trainer.Trainer.num_microbatches = None
|
148 |
+
|
149 |
+
# Parameters for network.Transformer:
|
150 |
+
# ==============================================================================
|
151 |
+
network.Transformer.config = @network.T5Config()
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/patrick/t5/mt5-xl",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 5120,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 2048,
|
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": 32,
|
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 |
+
"tokenizer_class": "T5Tokenizer",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.19.2",
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_size": 250112
|
30 |
+
}
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:429ff72f16d7ab8b36957814093c4adcd1ac8ca3c33a200cc764520af56f3b42
|
3 |
+
size 14970502847
|
model-info.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model-00001-of-00003.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33c5d6bb3cafeb8e4b4395b24e2cf80929a0392c35e7512421c819211e27968e
|
3 |
+
size 6679907079
|
pytorch_model-00002-of-00003.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9637711248e208528786fa4ad83dbc2a24195f1b393a651ff42ff607281f6dc3
|
3 |
+
size 8290756867
|
pytorch_model-00003-of-00003.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f2ac16f65f06bb847ef5691c5c2d10f90bbe5a8d822167be490a06bd2fc0d43
|
3 |
+
size 2048918251
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,567 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 19068313600
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"decoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
7 |
+
"decoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
8 |
+
"decoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
9 |
+
"decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00002-of-00003.bin",
|
10 |
+
"decoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
11 |
+
"decoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
12 |
+
"decoder.block.0.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
13 |
+
"decoder.block.0.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
14 |
+
"decoder.block.0.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
15 |
+
"decoder.block.0.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
16 |
+
"decoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
17 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
18 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
19 |
+
"decoder.block.0.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
20 |
+
"decoder.block.0.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
21 |
+
"decoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
22 |
+
"decoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
23 |
+
"decoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
24 |
+
"decoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
25 |
+
"decoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
26 |
+
"decoder.block.1.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
27 |
+
"decoder.block.1.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
28 |
+
"decoder.block.1.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
29 |
+
"decoder.block.1.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
30 |
+
"decoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
31 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
32 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
33 |
+
"decoder.block.1.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
34 |
+
"decoder.block.1.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
35 |
+
"decoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
36 |
+
"decoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
37 |
+
"decoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
38 |
+
"decoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
39 |
+
"decoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
40 |
+
"decoder.block.10.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
41 |
+
"decoder.block.10.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
42 |
+
"decoder.block.10.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
43 |
+
"decoder.block.10.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
44 |
+
"decoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
45 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
46 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
47 |
+
"decoder.block.10.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
48 |
+
"decoder.block.10.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
49 |
+
"decoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
50 |
+
"decoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
51 |
+
"decoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
52 |
+
"decoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
53 |
+
"decoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
54 |
+
"decoder.block.11.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
55 |
+
"decoder.block.11.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
56 |
+
"decoder.block.11.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
57 |
+
"decoder.block.11.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
58 |
+
"decoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
59 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
60 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
61 |
+
"decoder.block.11.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
62 |
+
"decoder.block.11.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
63 |
+
"decoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
64 |
+
"decoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
65 |
+
"decoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
66 |
+
"decoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
67 |
+
"decoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
68 |
+
"decoder.block.12.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
69 |
+
"decoder.block.12.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
70 |
+
"decoder.block.12.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
71 |
+
"decoder.block.12.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
72 |
+
"decoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
73 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
74 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
75 |
+
"decoder.block.12.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
76 |
+
"decoder.block.12.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
77 |
+
"decoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
78 |
+
"decoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
79 |
+
"decoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
80 |
+
"decoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
81 |
+
"decoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
82 |
+
"decoder.block.13.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
83 |
+
"decoder.block.13.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
84 |
+
"decoder.block.13.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
85 |
+
"decoder.block.13.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
86 |
+
"decoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
87 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
88 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
89 |
+
"decoder.block.13.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
90 |
+
"decoder.block.13.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
91 |
+
"decoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
92 |
+
"decoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
93 |
+
"decoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
94 |
+
"decoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
95 |
+
"decoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
96 |
+
"decoder.block.14.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
97 |
+
"decoder.block.14.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
98 |
+
"decoder.block.14.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
99 |
+
"decoder.block.14.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
100 |
+
"decoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
101 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
102 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
103 |
+
"decoder.block.14.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
104 |
+
"decoder.block.14.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
105 |
+
"decoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
106 |
+
"decoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
107 |
+
"decoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
108 |
+
"decoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
109 |
+
"decoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
110 |
+
"decoder.block.15.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
111 |
+
"decoder.block.15.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
112 |
+
"decoder.block.15.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
113 |
+
"decoder.block.15.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
114 |
+
"decoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
115 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
116 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
117 |
+
"decoder.block.15.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
118 |
+
"decoder.block.15.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
119 |
+
"decoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
120 |
+
"decoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
121 |
+
"decoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
122 |
+
"decoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
123 |
+
"decoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
124 |
+
"decoder.block.16.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
125 |
+
"decoder.block.16.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
126 |
+
"decoder.block.16.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
127 |
+
"decoder.block.16.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
128 |
+
"decoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
129 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
130 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
131 |
+
"decoder.block.16.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
132 |
+
"decoder.block.16.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
133 |
+
"decoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
134 |
+
"decoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
135 |
+
"decoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
136 |
+
"decoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
137 |
+
"decoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
138 |
+
"decoder.block.17.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
139 |
+
"decoder.block.17.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
140 |
+
"decoder.block.17.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
141 |
+
"decoder.block.17.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
142 |
+
"decoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
143 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
144 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
145 |
+
"decoder.block.17.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
146 |
+
"decoder.block.17.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
147 |
+
"decoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
148 |
+
"decoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
149 |
+
"decoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
150 |
+
"decoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
151 |
+
"decoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
152 |
+
"decoder.block.18.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
153 |
+
"decoder.block.18.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
154 |
+
"decoder.block.18.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
155 |
+
"decoder.block.18.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
156 |
+
"decoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
157 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
158 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
159 |
+
"decoder.block.18.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
160 |
+
"decoder.block.18.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
161 |
+
"decoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
162 |
+
"decoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
163 |
+
"decoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
164 |
+
"decoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
165 |
+
"decoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
166 |
+
"decoder.block.19.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
167 |
+
"decoder.block.19.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
168 |
+
"decoder.block.19.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
169 |
+
"decoder.block.19.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
170 |
+
"decoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
171 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
172 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
173 |
+
"decoder.block.19.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
174 |
+
"decoder.block.19.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
175 |
+
"decoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
176 |
+
"decoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
177 |
+
"decoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
178 |
+
"decoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
179 |
+
"decoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
180 |
+
"decoder.block.2.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
181 |
+
"decoder.block.2.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
182 |
+
"decoder.block.2.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
183 |
+
"decoder.block.2.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
184 |
+
"decoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
185 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
186 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
187 |
+
"decoder.block.2.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
188 |
+
"decoder.block.2.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
189 |
+
"decoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
190 |
+
"decoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
191 |
+
"decoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
192 |
+
"decoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
193 |
+
"decoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
194 |
+
"decoder.block.20.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
195 |
+
"decoder.block.20.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
196 |
+
"decoder.block.20.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
197 |
+
"decoder.block.20.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
198 |
+
"decoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
199 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
200 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
201 |
+
"decoder.block.20.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
202 |
+
"decoder.block.20.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
203 |
+
"decoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
204 |
+
"decoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
205 |
+
"decoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
206 |
+
"decoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
207 |
+
"decoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
208 |
+
"decoder.block.21.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
209 |
+
"decoder.block.21.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
210 |
+
"decoder.block.21.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
211 |
+
"decoder.block.21.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
212 |
+
"decoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
213 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
214 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
215 |
+
"decoder.block.21.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
216 |
+
"decoder.block.21.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
217 |
+
"decoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
218 |
+
"decoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
219 |
+
"decoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
220 |
+
"decoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
221 |
+
"decoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
222 |
+
"decoder.block.22.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
223 |
+
"decoder.block.22.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
224 |
+
"decoder.block.22.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
225 |
+
"decoder.block.22.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
226 |
+
"decoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
227 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
228 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
229 |
+
"decoder.block.22.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
230 |
+
"decoder.block.22.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
231 |
+
"decoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
232 |
+
"decoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
233 |
+
"decoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
234 |
+
"decoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
235 |
+
"decoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
236 |
+
"decoder.block.23.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
237 |
+
"decoder.block.23.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
238 |
+
"decoder.block.23.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
239 |
+
"decoder.block.23.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
240 |
+
"decoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
241 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
242 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
243 |
+
"decoder.block.23.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
244 |
+
"decoder.block.23.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
245 |
+
"decoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
246 |
+
"decoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
247 |
+
"decoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
248 |
+
"decoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
249 |
+
"decoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
250 |
+
"decoder.block.3.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
251 |
+
"decoder.block.3.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
252 |
+
"decoder.block.3.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
253 |
+
"decoder.block.3.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
254 |
+
"decoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
255 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
256 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
257 |
+
"decoder.block.3.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
258 |
+
"decoder.block.3.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
259 |
+
"decoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
260 |
+
"decoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
261 |
+
"decoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
262 |
+
"decoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
263 |
+
"decoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
264 |
+
"decoder.block.4.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
265 |
+
"decoder.block.4.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
266 |
+
"decoder.block.4.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
267 |
+
"decoder.block.4.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
268 |
+
"decoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
269 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
270 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
271 |
+
"decoder.block.4.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
272 |
+
"decoder.block.4.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
273 |
+
"decoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
274 |
+
"decoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
275 |
+
"decoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
276 |
+
"decoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
277 |
+
"decoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
278 |
+
"decoder.block.5.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
279 |
+
"decoder.block.5.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
280 |
+
"decoder.block.5.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
281 |
+
"decoder.block.5.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
282 |
+
"decoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
283 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
284 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
285 |
+
"decoder.block.5.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
286 |
+
"decoder.block.5.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
287 |
+
"decoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
288 |
+
"decoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
289 |
+
"decoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
290 |
+
"decoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
291 |
+
"decoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
292 |
+
"decoder.block.6.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
293 |
+
"decoder.block.6.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
294 |
+
"decoder.block.6.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
295 |
+
"decoder.block.6.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
296 |
+
"decoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
297 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
298 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
299 |
+
"decoder.block.6.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
300 |
+
"decoder.block.6.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
301 |
+
"decoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
302 |
+
"decoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
303 |
+
"decoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
304 |
+
"decoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
305 |
+
"decoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
306 |
+
"decoder.block.7.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
307 |
+
"decoder.block.7.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
308 |
+
"decoder.block.7.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
309 |
+
"decoder.block.7.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
310 |
+
"decoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
311 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
312 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
313 |
+
"decoder.block.7.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
314 |
+
"decoder.block.7.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
315 |
+
"decoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
316 |
+
"decoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
317 |
+
"decoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
318 |
+
"decoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
319 |
+
"decoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
320 |
+
"decoder.block.8.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
321 |
+
"decoder.block.8.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
322 |
+
"decoder.block.8.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
323 |
+
"decoder.block.8.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
324 |
+
"decoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
325 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
326 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
327 |
+
"decoder.block.8.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
328 |
+
"decoder.block.8.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
329 |
+
"decoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
330 |
+
"decoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
331 |
+
"decoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
332 |
+
"decoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
333 |
+
"decoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
334 |
+
"decoder.block.9.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00003.bin",
|
335 |
+
"decoder.block.9.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00003.bin",
|
336 |
+
"decoder.block.9.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00003.bin",
|
337 |
+
"decoder.block.9.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00003.bin",
|
338 |
+
"decoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
339 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00003.bin",
|
340 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00003.bin",
|
341 |
+
"decoder.block.9.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00003.bin",
|
342 |
+
"decoder.block.9.layer.2.layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
343 |
+
"decoder.embed_tokens.weight": "pytorch_model-00002-of-00003.bin",
|
344 |
+
"decoder.final_layer_norm.weight": "pytorch_model-00002-of-00003.bin",
|
345 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
346 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
347 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
348 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00003.bin",
|
349 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
350 |
+
"encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
351 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
352 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
353 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
354 |
+
"encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
355 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
356 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
357 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
358 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
359 |
+
"encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
360 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
361 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
362 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
363 |
+
"encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
364 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
365 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
366 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
367 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
368 |
+
"encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
369 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
370 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
371 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
372 |
+
"encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
373 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
374 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
375 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
376 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
377 |
+
"encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
378 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
379 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
380 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
381 |
+
"encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
382 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
383 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
384 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
385 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
386 |
+
"encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
387 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
388 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
389 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
390 |
+
"encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
391 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
392 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
393 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
394 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
395 |
+
"encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
396 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
397 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
398 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
399 |
+
"encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
400 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
401 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
402 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
403 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
404 |
+
"encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
405 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
406 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
407 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
408 |
+
"encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
409 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
410 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
411 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
412 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
413 |
+
"encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
414 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
415 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
416 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
417 |
+
"encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
418 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
419 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
420 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
421 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
422 |
+
"encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
423 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
424 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
425 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
426 |
+
"encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
427 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
428 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
429 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
430 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
431 |
+
"encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
432 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
433 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
434 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
435 |
+
"encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
436 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
437 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
438 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
439 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
440 |
+
"encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
441 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
442 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
443 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
444 |
+
"encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
445 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
446 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
447 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
448 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
449 |
+
"encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
450 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
451 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
452 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
453 |
+
"encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
454 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
455 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
456 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
457 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
458 |
+
"encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
459 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
460 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
461 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
462 |
+
"encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
463 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
464 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
465 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
466 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
467 |
+
"encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
468 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
469 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
470 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
471 |
+
"encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
472 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
473 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
474 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
475 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
476 |
+
"encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
477 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
478 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
479 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
480 |
+
"encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
481 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
482 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
483 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
484 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
485 |
+
"encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
486 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
487 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
488 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
489 |
+
"encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
490 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
491 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
492 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
493 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
494 |
+
"encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
495 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
496 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
497 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
498 |
+
"encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
499 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
500 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
501 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
502 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
503 |
+
"encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
504 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
505 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
506 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
507 |
+
"encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
508 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
509 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
510 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
511 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
512 |
+
"encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
513 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
514 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
515 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
516 |
+
"encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
517 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
518 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
519 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
520 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
521 |
+
"encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
522 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
523 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
524 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
525 |
+
"encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
526 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
527 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
528 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
529 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
530 |
+
"encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
531 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
532 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
533 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
534 |
+
"encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
535 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
536 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
537 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
538 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
539 |
+
"encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
540 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
541 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
542 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
543 |
+
"encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
544 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
545 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
546 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
547 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
548 |
+
"encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
549 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
550 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
551 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
552 |
+
"encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
553 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00003.bin",
|
554 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00003.bin",
|
555 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00003.bin",
|
556 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00003.bin",
|
557 |
+
"encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
558 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00003.bin",
|
559 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00003.bin",
|
560 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00003.bin",
|
561 |
+
"encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
562 |
+
"encoder.embed_tokens.weight": "pytorch_model-00001-of-00003.bin",
|
563 |
+
"encoder.final_layer_norm.weight": "pytorch_model-00001-of-00003.bin",
|
564 |
+
"lm_head.weight": "pytorch_model-00003-of-00003.bin",
|
565 |
+
"shared.weight": "pytorch_model-00001-of-00003.bin"
|
566 |
+
}
|
567 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
|
3 |
+
size 4309802
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13edf9346263c231557abbd4b42fd847571a957f938e4f48b2d23ec2f1c58acc
|
3 |
+
size 9760
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93c3578052e1605d8332eb961bc08d72e246071974e4cc54aa6991826b802aa5
|
3 |
+
size 16330369
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276", "name_or_path": "/home/perk/models/t5_xl_NCC", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|
train/events.out.tfevents.1649576424.t1v-n-94d01c37-w-3.2758548.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6eaa0614ba50b24dc998f7e7b63243ab9fdfae1f284825cecd15e9fc714e03b6
|
3 |
+
size 6403
|
train/events.out.tfevents.1649578354.t1v-n-94d01c37-w-3.2769526.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2f6cb0d30dd4337e1c29de2f7df28d582514e6dc117511b1a200431039bf243
|
3 |
+
size 10707
|
train/events.out.tfevents.1649585207.t1v-n-94d01c37-w-3.2804417.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3974d6a10de120a1346e96e238e32789c497132381ad3edc8c1ac9c821178d0e
|
3 |
+
size 28263
|
train/events.out.tfevents.1649604716.t1v-n-94d01c37-w-3.2916105.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1f6f30f189d95910ac423c65ed57625ded2d0087c11e89244c9a57cde13e9c1
|
3 |
+
size 28263
|
train/events.out.tfevents.1649625471.t1v-n-94d01c37-w-3.3032489.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec0cc134882eb7103245909da57535eece1c57e273ce22762229171b926bbb7f
|
3 |
+
size 6403
|
train/events.out.tfevents.1649658143.t1v-n-94d01c37-w-3.3159692.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c79a36372d4c751ed1b0bfd11e05e835e24612db30a14e2ee10c9158277de31
|
3 |
+
size 6317
|
train/events.out.tfevents.1649659968.t1v-n-94d01c37-w-3.3170227.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc77584288839071e6f8375cd35ad6eee3ef0232b8428ec81f00b93220ee061e
|
3 |
+
size 6317
|
train/events.out.tfevents.1649663312.t1v-n-94d01c37-w-3.3186665.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3694f46d96522abe7892f510f983a0521fc09566c98dc66f395fa7cdf876eb61
|
3 |
+
size 6317
|
train/events.out.tfevents.1649665806.t1v-n-94d01c37-w-3.3200483.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b50b7c299d2d2e0896ab637e289f90fee498d48b7101741b87d3802ea9ca214
|
3 |
+
size 7866
|
train/events.out.tfevents.1649677709.t1v-n-94d01c37-w-1.41136.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f76925dc40b3244836dc508f5254db7336510ae3129a3a37b37c8ce7ce78771c
|
3 |
+
size 22411
|
train/events.out.tfevents.1649693993.t1v-n-94d01c37-w-1.131865.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02c01f9901e7ff5009fde1dccc8a8b82ee794226950316436491cc85f7a863eb
|
3 |
+
size 75079
|
train/events.out.tfevents.1649751312.t1v-n-94d01c37-w-1.465030.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91f98287e1f1a9e25023b263dbeca18bc5870b07526d745d3437ffbbd294dc5e
|
3 |
+
size 110191
|
train/events.out.tfevents.1649853499.t1v-n-94d01c37-w-1.1031862.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dda7643bef2c672627dae470a9b247f8fc7c44513aeed21cf05e480f8740c50
|
3 |
+
size 69227
|
train/events.out.tfevents.1649910223.t1v-n-94d01c37-w-1.1357507.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adaedf31236ad4eea2176c56799177579f99714714672c4edb7d680c7db20692
|
3 |
+
size 15096
|
train/events.out.tfevents.1649919405.t1v-n-94d01c37-w-1.1411806.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4d2bb2140a669742ef9880407ec2ebef2031ae6957d32ca68a7dc4e374c23f7
|
3 |
+
size 10707
|
train/events.out.tfevents.1649961155.t1v-n-94d01c37-w-1.1579646.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:667fea9a63e25dd71c2c362da69f2837221cea288beb464437c17003a44ae4b1
|
3 |
+
size 53134
|
train/events.out.tfevents.1650012376.t1v-n-94d01c37-w-1.1854026.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7cf5b908c5ba20aaa10783e3a680c49114fbdeac59aa22cf9794c56344903fe
|
3 |
+
size 28263
|
train/events.out.tfevents.1650037350.t1v-n-94d01c37-w-1.1988057.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29ed193fd84b02c439e7b4055e0ed9896909f90f40f4a56329a1d102ad30ec74
|
3 |
+
size 26372
|
train/events.out.tfevents.1650082486.t1v-n-94d01c37-w-1.2198868.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5cef4109843f49dfe2b0d49d81f6d43022a5a4209a3845065ecab22ac7d4486
|
3 |
+
size 6403
|
train/events.out.tfevents.1650097888.t1v-n-94d01c37-w-1.2260945.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aacbb2467a1dcb8f369c0e2d41ce4c73d9d523b75605b0bbd715fdb423eebcaa
|
3 |
+
size 32652
|
train/events.out.tfevents.1650134701.t1v-n-94d01c37-w-1.2449113.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4241c13db2a46710277f894245ea41b6a3b77767b20646396427204b3c3a3cde
|
3 |
+
size 16559
|
train/events.out.tfevents.1650145105.t1v-n-94d01c37-w-1.2507564.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98e88c4e07c8b62035b03601d6d951c6f24f7b21c22b5ffab1fb7cab7b251d43
|
3 |
+
size 10707
|
train/events.out.tfevents.1650150928.t1v-n-94d01c37-w-1.2539030.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8acbe6d1f6c4f40f7ce32ecf27ff394d327b8590ac9d6756077b4b9ce5d4d694
|
3 |
+
size 16559
|
train/events.out.tfevents.1650180232.t1v-n-94d01c37-w-1.2669968.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8468b608786eac31b338728da54ed32811f8852ed3c53fd1fc47bef3191195e0
|
3 |
+
size 116043
|
train/events.out.tfevents.1650269484.t1v-n-94d01c37-w-1.3191003.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bcb2d4ce6acc149394e4cd99139e4771a6b7d09af997ada17beca487ced890e
|
3 |
+
size 7779
|
train/events.out.tfevents.1650301631.t1v-n-06e40f6a-w-2.144912.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db36ed65485140ddbfd32fcf53d6afb01ba9693556e2209082eff87d11463adc
|
3 |
+
size 35581
|
train/events.out.tfevents.1650331210.t1v-n-06e40f6a-w-2.269071.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e91ebae4f5bc78c13ce30a75effbb2786fa015944412de197ab088cb2ecaa156
|
3 |
+
size 35581
|
train/events.out.tfevents.1650354640.t1v-n-06e40f6a-w-2.418760.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed889e112d885dd33c2a50a062293eafc4a5bfb847bd2642034473fb2d2d982
|
3 |
+
size 6315
|
train/events.out.tfevents.1650355218.t1v-n-06e40f6a-w-2.423813.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:925d23a9789d019665a3a0f75b8b401b4d0f4c449d3926a401647e4f61406d01
|
3 |
+
size 40043
|
train/events.out.tfevents.1650439634.t1v-n-da2df89d-w-0.68748.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d977f60add19dad7e8526ad9aa7416d73caa003069c077ea5998ab104c8d479
|
3 |
+
size 6401
|
train/events.out.tfevents.1650442527.t1v-n-da2df89d-w-0.83496.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e4c473f11ae8b5a0182b63d1eec23072cd57e45a459c2d0c3a7290a5196a04b
|
3 |
+
size 7860
|
train/events.out.tfevents.1650450275.t1v-n-51c2c60a-w-3.119563.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d719be90fafdd1864d812007443cf9a0ff7b4d7a0bf767d91c9d92254e70534
|
3 |
+
size 6401
|
train/events.out.tfevents.1650451918.t1v-n-51c2c60a-w-3.129431.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b22f48a97b35dd71a83c61c50c4a76ada4235e09d6f6dff7c533a2b092323fdd
|
3 |
+
size 38584
|
train/events.out.tfevents.1650489808.t1v-n-214493c0-w-1.96872.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29dad258413de9b47cd41acea5c733109736c27d11fcaa573ba98c7b7735807c
|
3 |
+
size 6315
|
train/events.out.tfevents.1650490489.t1v-n-214493c0-w-1.105452.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9b8f290c760c6da845beffd909e692b0e394e5fcd5e86239de528158194ddc9
|
3 |
+
size 35581
|
train/events.out.tfevents.1650520938.t1v-n-214493c0-w-1.233747.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:300f08ff791c2c31764d1d191f8ce6dedced0fc64cda1fbe5cc7bf4ba77e7040
|
3 |
+
size 94111
|