- .gitattributes +1 -0
- config.gin +151 -0
- config.json +30 -0
- model-info.txt +0 -0
- pytorch_model-00001-of-00007.bin +3 -0
- pytorch_model-00002-of-00007.bin +3 -0
- pytorch_model-00003-of-00007.bin +3 -0
- pytorch_model-00004-of-00007.bin +3 -0
- pytorch_model-00005-of-00007.bin +3 -0
- pytorch_model-00006-of-00007.bin +3 -0
- pytorch_model-00007-of-00007.bin +3 -0
- pytorch_model.bin.index.json +567 -0
- special_tokens_map.json +1 -0
- spiece.model +3 -0
- tokenizer.json +3 -0
- tokenizer_config.json +1 -0
- train/events.out.tfevents.1651509675.t1v-n-2e172807-w-2.42614.0.v2 +3 -0
- train/events.out.tfevents.1651512925.t1v-n-2e172807-w-2.60209.0.v2 +3 -0
- train/events.out.tfevents.1651516244.t1v-n-2e172807-w-2.77098.0.v2 +3 -0
- train/events.out.tfevents.1651518120.t1v-n-2e172807-w-2.88027.0.v2 +3 -0
- train/events.out.tfevents.1651519081.t1v-n-2e172807-w-2.95267.0.v2 +3 -0
- train/events.out.tfevents.1651524618.t1v-n-2e172807-w-2.122205.0.v2 +3 -0
- train/events.out.tfevents.1651842149.t1v-n-8dabd809-w-2.24421.0.v2 +3 -0
- train/events.out.tfevents.1651854519.t1v-n-1ec3bc64-w-6.22910.0.v2 +3 -0
- train/events.out.tfevents.1651985030.t1v-n-1ad4ca7f-w-2.12503.0.v2 +3 -0
- train/events.out.tfevents.1652106455.t1v-n-25d830de-w-3.12788.0.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651509675.t1v-n-2e172807-w-2.42614.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651512926.t1v-n-2e172807-w-2.60209.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651516245.t1v-n-2e172807-w-2.77098.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651518120.t1v-n-2e172807-w-2.88027.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651519081.t1v-n-2e172807-w-2.95267.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651524618.t1v-n-2e172807-w-2.122205.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651842149.t1v-n-8dabd809-w-2.24421.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651854519.t1v-n-1ec3bc64-w-6.22910.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651985030.t1v-n-1ad4ca7f-w-2.12503.1.v2 +3 -0
- training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1652106455.t1v-n-25d830de-w-3.12788.1.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 = 48
|
17 |
+
DROPOUT_RATE = 0.0
|
18 |
+
INITIAL_CHECKPOINT_PATH = \
|
19 |
+
'gs://t5-data/pretrained_models/t5x/mt5_xxl/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_xxl'
|
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 = 4
|
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 = 4096
|
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 = 10240
|
122 |
+
network.T5Config.num_decoder_layers = 24
|
123 |
+
network.T5Config.num_encoder_layers = 24
|
124 |
+
network.T5Config.num_heads = 64
|
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-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 |
+
"tokenizer_class": "T5Tokenizer",
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.19.2",
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_size": 250112
|
30 |
+
}
|
model-info.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model-00001-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deaf5768e5a691c5bbc56f2e7386d558719508193d11e105991d3d0895767fe2
|
3 |
+
size 5842746828
|
pytorch_model-00002-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fde66349777520cbe4284682de15f0b79c9ef4b0d54930ef8ec585fdc58d4b34
|
3 |
+
size 9966130321
|
pytorch_model-00003-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e733af5af5da4abb2a6adb5ca86927104fa50282f28c7c44403ea7da89abba15
|
3 |
+
size 6811886805
|
pytorch_model-00004-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94d76e728e726059cfd3fe83b915e0540e2907edd71f1e071da37d8fdc249c4a
|
3 |
+
size 9835956831
|
pytorch_model-00005-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cdc25be15cb97dba4ac67c7a9ba16a0fbfa976c917776b50cff404c91349b00
|
3 |
+
size 9999722997
|
pytorch_model-00006-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e5e069da05c8216498b60330139077a8d8c94e75de401d13a6a5c2340d2fb51
|
3 |
+
size 9227968551
|
pytorch_model-00007-of-00007.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14556f7ea1062743c6bc2fa37c2534c55dd2d105d33f8f2fbe621dea68b7387b
|
3 |
+
size 4097835755
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,567 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 59879899136
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"decoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
7 |
+
"decoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
8 |
+
"decoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
9 |
+
"decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00004-of-00007.bin",
|
10 |
+
"decoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
11 |
+
"decoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
12 |
+
"decoder.block.0.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
13 |
+
"decoder.block.0.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
14 |
+
"decoder.block.0.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
15 |
+
"decoder.block.0.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
16 |
+
"decoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
17 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00007.bin",
|
18 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00007.bin",
|
19 |
+
"decoder.block.0.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00007.bin",
|
20 |
+
"decoder.block.0.layer.2.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
21 |
+
"decoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
22 |
+
"decoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
23 |
+
"decoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
24 |
+
"decoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
25 |
+
"decoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
26 |
+
"decoder.block.1.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
27 |
+
"decoder.block.1.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
28 |
+
"decoder.block.1.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
29 |
+
"decoder.block.1.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
30 |
+
"decoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
31 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00007.bin",
|
32 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00007.bin",
|
33 |
+
"decoder.block.1.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00007.bin",
|
34 |
+
"decoder.block.1.layer.2.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
35 |
+
"decoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
36 |
+
"decoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
37 |
+
"decoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
38 |
+
"decoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
39 |
+
"decoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
40 |
+
"decoder.block.10.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
41 |
+
"decoder.block.10.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
42 |
+
"decoder.block.10.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
43 |
+
"decoder.block.10.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
44 |
+
"decoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
45 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
46 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
47 |
+
"decoder.block.10.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
48 |
+
"decoder.block.10.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
49 |
+
"decoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
50 |
+
"decoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
51 |
+
"decoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
52 |
+
"decoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
53 |
+
"decoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
54 |
+
"decoder.block.11.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
55 |
+
"decoder.block.11.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
56 |
+
"decoder.block.11.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
57 |
+
"decoder.block.11.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
58 |
+
"decoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
59 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
60 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
61 |
+
"decoder.block.11.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
62 |
+
"decoder.block.11.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
63 |
+
"decoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
64 |
+
"decoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
65 |
+
"decoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
66 |
+
"decoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
67 |
+
"decoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
68 |
+
"decoder.block.12.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
69 |
+
"decoder.block.12.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
70 |
+
"decoder.block.12.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
71 |
+
"decoder.block.12.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
72 |
+
"decoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
73 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
74 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
75 |
+
"decoder.block.12.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
76 |
+
"decoder.block.12.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
77 |
+
"decoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
78 |
+
"decoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
79 |
+
"decoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
80 |
+
"decoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
81 |
+
"decoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
82 |
+
"decoder.block.13.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
83 |
+
"decoder.block.13.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
84 |
+
"decoder.block.13.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
85 |
+
"decoder.block.13.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
86 |
+
"decoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
87 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
88 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
89 |
+
"decoder.block.13.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
90 |
+
"decoder.block.13.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
91 |
+
"decoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
92 |
+
"decoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
93 |
+
"decoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
94 |
+
"decoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
95 |
+
"decoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
96 |
+
"decoder.block.14.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
97 |
+
"decoder.block.14.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
98 |
+
"decoder.block.14.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
99 |
+
"decoder.block.14.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
100 |
+
"decoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
101 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
102 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
103 |
+
"decoder.block.14.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
104 |
+
"decoder.block.14.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
105 |
+
"decoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
106 |
+
"decoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
107 |
+
"decoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
108 |
+
"decoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
109 |
+
"decoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
110 |
+
"decoder.block.15.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
111 |
+
"decoder.block.15.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
112 |
+
"decoder.block.15.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
113 |
+
"decoder.block.15.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
114 |
+
"decoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
115 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
116 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
117 |
+
"decoder.block.15.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
118 |
+
"decoder.block.15.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
119 |
+
"decoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
120 |
+
"decoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
121 |
+
"decoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
122 |
+
"decoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
123 |
+
"decoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
124 |
+
"decoder.block.16.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
125 |
+
"decoder.block.16.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
126 |
+
"decoder.block.16.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
127 |
+
"decoder.block.16.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
128 |
+
"decoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
129 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
130 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
131 |
+
"decoder.block.16.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
132 |
+
"decoder.block.16.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
133 |
+
"decoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
134 |
+
"decoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
135 |
+
"decoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
136 |
+
"decoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
137 |
+
"decoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
138 |
+
"decoder.block.17.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
139 |
+
"decoder.block.17.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
140 |
+
"decoder.block.17.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
141 |
+
"decoder.block.17.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
142 |
+
"decoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
143 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
144 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
145 |
+
"decoder.block.17.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
146 |
+
"decoder.block.17.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
147 |
+
"decoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
148 |
+
"decoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
149 |
+
"decoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
150 |
+
"decoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
151 |
+
"decoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
152 |
+
"decoder.block.18.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
153 |
+
"decoder.block.18.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
154 |
+
"decoder.block.18.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
155 |
+
"decoder.block.18.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
156 |
+
"decoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
157 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
158 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
159 |
+
"decoder.block.18.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
160 |
+
"decoder.block.18.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
161 |
+
"decoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
162 |
+
"decoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
163 |
+
"decoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
164 |
+
"decoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
165 |
+
"decoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
166 |
+
"decoder.block.19.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
167 |
+
"decoder.block.19.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
168 |
+
"decoder.block.19.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
169 |
+
"decoder.block.19.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
170 |
+
"decoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
171 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
172 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
173 |
+
"decoder.block.19.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
174 |
+
"decoder.block.19.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
175 |
+
"decoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
176 |
+
"decoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
177 |
+
"decoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
178 |
+
"decoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
179 |
+
"decoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
180 |
+
"decoder.block.2.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
181 |
+
"decoder.block.2.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
182 |
+
"decoder.block.2.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
183 |
+
"decoder.block.2.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
184 |
+
"decoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
185 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00007.bin",
|
186 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00007.bin",
|
187 |
+
"decoder.block.2.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00007.bin",
|
188 |
+
"decoder.block.2.layer.2.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
189 |
+
"decoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
190 |
+
"decoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
191 |
+
"decoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
192 |
+
"decoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
193 |
+
"decoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
194 |
+
"decoder.block.20.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
195 |
+
"decoder.block.20.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
196 |
+
"decoder.block.20.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
197 |
+
"decoder.block.20.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
198 |
+
"decoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
199 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
200 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
201 |
+
"decoder.block.20.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
202 |
+
"decoder.block.20.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
203 |
+
"decoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
204 |
+
"decoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
205 |
+
"decoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
206 |
+
"decoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
207 |
+
"decoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
208 |
+
"decoder.block.21.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
209 |
+
"decoder.block.21.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
210 |
+
"decoder.block.21.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
211 |
+
"decoder.block.21.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
212 |
+
"decoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
213 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
214 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
215 |
+
"decoder.block.21.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
216 |
+
"decoder.block.21.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
217 |
+
"decoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
218 |
+
"decoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
219 |
+
"decoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
220 |
+
"decoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
221 |
+
"decoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
222 |
+
"decoder.block.22.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
223 |
+
"decoder.block.22.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
224 |
+
"decoder.block.22.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
225 |
+
"decoder.block.22.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
226 |
+
"decoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
227 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
228 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
229 |
+
"decoder.block.22.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
230 |
+
"decoder.block.22.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
231 |
+
"decoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
232 |
+
"decoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
233 |
+
"decoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
234 |
+
"decoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
235 |
+
"decoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
236 |
+
"decoder.block.23.layer.1.EncDecAttention.k.weight": "pytorch_model-00006-of-00007.bin",
|
237 |
+
"decoder.block.23.layer.1.EncDecAttention.o.weight": "pytorch_model-00006-of-00007.bin",
|
238 |
+
"decoder.block.23.layer.1.EncDecAttention.q.weight": "pytorch_model-00006-of-00007.bin",
|
239 |
+
"decoder.block.23.layer.1.EncDecAttention.v.weight": "pytorch_model-00006-of-00007.bin",
|
240 |
+
"decoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
241 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00006-of-00007.bin",
|
242 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00006-of-00007.bin",
|
243 |
+
"decoder.block.23.layer.2.DenseReluDense.wo.weight": "pytorch_model-00006-of-00007.bin",
|
244 |
+
"decoder.block.23.layer.2.layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
245 |
+
"decoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
246 |
+
"decoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
247 |
+
"decoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
248 |
+
"decoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
249 |
+
"decoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
250 |
+
"decoder.block.3.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
251 |
+
"decoder.block.3.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
252 |
+
"decoder.block.3.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
253 |
+
"decoder.block.3.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
254 |
+
"decoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
255 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00007.bin",
|
256 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00007.bin",
|
257 |
+
"decoder.block.3.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00007.bin",
|
258 |
+
"decoder.block.3.layer.2.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
259 |
+
"decoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
260 |
+
"decoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
261 |
+
"decoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
262 |
+
"decoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
263 |
+
"decoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
264 |
+
"decoder.block.4.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
265 |
+
"decoder.block.4.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
266 |
+
"decoder.block.4.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
267 |
+
"decoder.block.4.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
268 |
+
"decoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
269 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00007.bin",
|
270 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00007.bin",
|
271 |
+
"decoder.block.4.layer.2.DenseReluDense.wo.weight": "pytorch_model-00004-of-00007.bin",
|
272 |
+
"decoder.block.4.layer.2.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
273 |
+
"decoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
274 |
+
"decoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
275 |
+
"decoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
276 |
+
"decoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
277 |
+
"decoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
278 |
+
"decoder.block.5.layer.1.EncDecAttention.k.weight": "pytorch_model-00004-of-00007.bin",
|
279 |
+
"decoder.block.5.layer.1.EncDecAttention.o.weight": "pytorch_model-00004-of-00007.bin",
|
280 |
+
"decoder.block.5.layer.1.EncDecAttention.q.weight": "pytorch_model-00004-of-00007.bin",
|
281 |
+
"decoder.block.5.layer.1.EncDecAttention.v.weight": "pytorch_model-00004-of-00007.bin",
|
282 |
+
"decoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00004-of-00007.bin",
|
283 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
284 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
285 |
+
"decoder.block.5.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
286 |
+
"decoder.block.5.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
287 |
+
"decoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
288 |
+
"decoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
289 |
+
"decoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
290 |
+
"decoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
291 |
+
"decoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
292 |
+
"decoder.block.6.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
293 |
+
"decoder.block.6.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
294 |
+
"decoder.block.6.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
295 |
+
"decoder.block.6.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
296 |
+
"decoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
297 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
298 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
299 |
+
"decoder.block.6.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
300 |
+
"decoder.block.6.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
301 |
+
"decoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
302 |
+
"decoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
303 |
+
"decoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
304 |
+
"decoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
305 |
+
"decoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
306 |
+
"decoder.block.7.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
307 |
+
"decoder.block.7.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
308 |
+
"decoder.block.7.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
309 |
+
"decoder.block.7.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
310 |
+
"decoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
311 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
312 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
313 |
+
"decoder.block.7.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
314 |
+
"decoder.block.7.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
315 |
+
"decoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
316 |
+
"decoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
317 |
+
"decoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
318 |
+
"decoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
319 |
+
"decoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
320 |
+
"decoder.block.8.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
321 |
+
"decoder.block.8.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
322 |
+
"decoder.block.8.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
323 |
+
"decoder.block.8.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
324 |
+
"decoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
325 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
326 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
327 |
+
"decoder.block.8.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
328 |
+
"decoder.block.8.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
329 |
+
"decoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
330 |
+
"decoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
331 |
+
"decoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
332 |
+
"decoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
333 |
+
"decoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
334 |
+
"decoder.block.9.layer.1.EncDecAttention.k.weight": "pytorch_model-00005-of-00007.bin",
|
335 |
+
"decoder.block.9.layer.1.EncDecAttention.o.weight": "pytorch_model-00005-of-00007.bin",
|
336 |
+
"decoder.block.9.layer.1.EncDecAttention.q.weight": "pytorch_model-00005-of-00007.bin",
|
337 |
+
"decoder.block.9.layer.1.EncDecAttention.v.weight": "pytorch_model-00005-of-00007.bin",
|
338 |
+
"decoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
339 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00005-of-00007.bin",
|
340 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00005-of-00007.bin",
|
341 |
+
"decoder.block.9.layer.2.DenseReluDense.wo.weight": "pytorch_model-00005-of-00007.bin",
|
342 |
+
"decoder.block.9.layer.2.layer_norm.weight": "pytorch_model-00005-of-00007.bin",
|
343 |
+
"decoder.embed_tokens.weight": "pytorch_model-00004-of-00007.bin",
|
344 |
+
"decoder.final_layer_norm.weight": "pytorch_model-00006-of-00007.bin",
|
345 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00007.bin",
|
346 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00007.bin",
|
347 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00007.bin",
|
348 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00007.bin",
|
349 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00007.bin",
|
350 |
+
"encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00007.bin",
|
351 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00007.bin",
|
352 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00007.bin",
|
353 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00007.bin",
|
354 |
+
"encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00007.bin",
|
355 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00007.bin",
|
356 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00007.bin",
|
357 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00007.bin",
|
358 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00007.bin",
|
359 |
+
"encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00007.bin",
|
360 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00007.bin",
|
361 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00007.bin",
|
362 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00007.bin",
|
363 |
+
"encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00007.bin",
|
364 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
365 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
366 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
367 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
368 |
+
"encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
369 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
370 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
371 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
372 |
+
"encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
373 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
374 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
375 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
376 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
377 |
+
"encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
378 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
379 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
380 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
381 |
+
"encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
382 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
383 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
384 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
385 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
386 |
+
"encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
387 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
388 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
389 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
390 |
+
"encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
391 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
392 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
393 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
394 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
395 |
+
"encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
396 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
397 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
398 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
399 |
+
"encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
400 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
401 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
402 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
403 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
404 |
+
"encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
405 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
406 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
407 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
408 |
+
"encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
409 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
410 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
411 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
412 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
413 |
+
"encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
414 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
415 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
416 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
417 |
+
"encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
418 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
419 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
420 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
421 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
422 |
+
"encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
423 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
424 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
425 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
426 |
+
"encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
427 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
428 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
429 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
430 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
431 |
+
"encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
432 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
433 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
434 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
435 |
+
"encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
436 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
437 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
438 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
439 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
440 |
+
"encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
441 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
442 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
443 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
444 |
+
"encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
445 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
446 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
447 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
448 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
449 |
+
"encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
450 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
451 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
452 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
453 |
+
"encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
454 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00007.bin",
|
455 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
456 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00007.bin",
|
457 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00007.bin",
|
458 |
+
"encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
459 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
460 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
461 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
462 |
+
"encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
463 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
464 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
465 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
466 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
467 |
+
"encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
468 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
469 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
470 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
471 |
+
"encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
472 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
473 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
474 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
475 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
476 |
+
"encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
477 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
478 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
479 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
480 |
+
"encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
481 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
482 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
483 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
484 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
485 |
+
"encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
486 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
487 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
488 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
489 |
+
"encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
490 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00007.bin",
|
491 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00007.bin",
|
492 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00007.bin",
|
493 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00007.bin",
|
494 |
+
"encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
495 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00007.bin",
|
496 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00007.bin",
|
497 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00007.bin",
|
498 |
+
"encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
499 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
500 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
501 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
502 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
503 |
+
"encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
504 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
505 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
506 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
507 |
+
"encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
508 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
509 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
510 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
511 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
512 |
+
"encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
513 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
514 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
515 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
516 |
+
"encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
517 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
518 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
519 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
520 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
521 |
+
"encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
522 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
523 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
524 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
525 |
+
"encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
526 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
527 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
528 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
529 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
530 |
+
"encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
531 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
532 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
533 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
534 |
+
"encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
535 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
536 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
537 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
538 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
539 |
+
"encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
540 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
541 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
542 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
543 |
+
"encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
544 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
545 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
546 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
547 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
548 |
+
"encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
549 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
550 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
551 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
552 |
+
"encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
553 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00007.bin",
|
554 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00007.bin",
|
555 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00007.bin",
|
556 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00007.bin",
|
557 |
+
"encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
558 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00007.bin",
|
559 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00007.bin",
|
560 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00007.bin",
|
561 |
+
"encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00002-of-00007.bin",
|
562 |
+
"encoder.embed_tokens.weight": "pytorch_model-00001-of-00007.bin",
|
563 |
+
"encoder.final_layer_norm.weight": "pytorch_model-00003-of-00007.bin",
|
564 |
+
"lm_head.weight": "pytorch_model-00007-of-00007.bin",
|
565 |
+
"shared.weight": "pytorch_model-00001-of-00007.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
|
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_xxl_NCC", "sp_model_kwargs": {}, "tokenizer_class": "T5Tokenizer"}
|
train/events.out.tfevents.1651509675.t1v-n-2e172807-w-2.42614.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cedc3fbaaf32a13c12bab18c261e0c7d851e40bba13594b82bb47d69fa28eda
|
3 |
+
size 10780
|
train/events.out.tfevents.1651512925.t1v-n-2e172807-w-2.60209.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4a98cc1420dfd8ad9279df8bb1df3d62260175e98bad8ceddebcdf160580791
|
3 |
+
size 6318
|
train/events.out.tfevents.1651516244.t1v-n-2e172807-w-2.77098.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7a9f2c7011f2c1cae568a42f33c41d96c9c70688677473757e7e190641eb9c3
|
3 |
+
size 6403
|
train/events.out.tfevents.1651518120.t1v-n-2e172807-w-2.88027.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba5ca9715017497ac8400abbe1a2125f44acbbf5a215585d94cafde062fe4f72
|
3 |
+
size 6318
|
train/events.out.tfevents.1651519081.t1v-n-2e172807-w-2.95267.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02fb41912affac506bddd870b3f894251b41e3e9e419927f4647b3bdfd2fd084
|
3 |
+
size 9321
|
train/events.out.tfevents.1651524618.t1v-n-2e172807-w-2.122205.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0830f6e3df08cffe97b0dd9bf814894781106d806d3a5ace6493df3aee462239
|
3 |
+
size 457050
|
train/events.out.tfevents.1651842149.t1v-n-8dabd809-w-2.24421.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de9ab18a367cbcf480704f1348ff5ea5f07ee6999aa8c58483503243a68c9b71
|
3 |
+
size 6403
|
train/events.out.tfevents.1651854519.t1v-n-1ec3bc64-w-6.22910.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8e57ea85326bab1af3f2272189c51361f62fd60e35a113b2a2c8730ab9c5d47
|
3 |
+
size 178990
|
train/events.out.tfevents.1651985030.t1v-n-1ad4ca7f-w-2.12503.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53dd02aff27c2f42b8c4d586aa50ad8bb564c8b9f1e1222d70b447efc143042b
|
3 |
+
size 152728
|
train/events.out.tfevents.1652106455.t1v-n-25d830de-w-3.12788.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e85882b9d2ffcf2a2c0589127f614434481936832c32d9783d2875c6a00206e5
|
3 |
+
size 6339
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651509675.t1v-n-2e172807-w-2.42614.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8af11da484014ae72daabe4a3c801a3ef77c3998da1f7ecc5fa1f64bf599c661
|
3 |
+
size 4041
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651512926.t1v-n-2e172807-w-2.60209.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:137a241098ca5f12b8c07e8249d010205fef1f38fa23e2c0e9edc2a9c42a20d1
|
3 |
+
size 40
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651516245.t1v-n-2e172807-w-2.77098.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2fdf1eac991c83b8191e02b88bdbf990e176e7e4d5c4a1cf06a8098560fcb2e
|
3 |
+
size 40
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651518120.t1v-n-2e172807-w-2.88027.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99326f9d5a7241816f2c420a1413cd0b6768d5c0fd7dcb720a8ad1c131bbb603
|
3 |
+
size 40
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651519081.t1v-n-2e172807-w-2.95267.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eef1457d054bb7d298c918ce4e82711d3d8df0509c5a602852f298af1a749ea8
|
3 |
+
size 2736
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651524618.t1v-n-2e172807-w-2.122205.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7c344a4f590a914673e20cb24e2b7e8978aa7bf103326cae6151719e1334310
|
3 |
+
size 402066
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651842149.t1v-n-8dabd809-w-2.24421.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a268cee07d94c56f32fd416fc60082e352d04f1c9b568d3ffc512d8334f2df5
|
3 |
+
size 40
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651854519.t1v-n-1ec3bc64-w-6.22910.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d0bf0227c3db700433470d480061366c99934e83f15ddc1eaf6ef8156be463c
|
3 |
+
size 154116
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1651985030.t1v-n-1ad4ca7f-w-2.12503.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:994a7e45600eed3dc42192dbee4c8cc609c6d0dc686d2456760933ea0af3a251
|
3 |
+
size 130626
|
training_eval/ncc_english_span_corruption_stream/events.out.tfevents.1652106455.t1v-n-25d830de-w-3.12788.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74de5256233ca07850af91d69ce43dc1b29c114d703b7d4f1ad1d46af82f4433
|
3 |
+
size 40
|