Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- checkpoint-2000/chat_template.jinja +5 -0
- checkpoint-2000/config.json +69 -0
- checkpoint-2000/configuration_llada.py +175 -0
- checkpoint-2000/latest +1 -0
- checkpoint-2000/model-00001-of-00004.safetensors +3 -0
- checkpoint-2000/model-00002-of-00004.safetensors +3 -0
- checkpoint-2000/model-00003-of-00004.safetensors +3 -0
- checkpoint-2000/model-00004-of-00004.safetensors +3 -0
- checkpoint-2000/model.safetensors.index.json +849 -0
- checkpoint-2000/rng_state_0.pth +3 -0
- checkpoint-2000/rng_state_1.pth +3 -0
- checkpoint-2000/rng_state_10.pth +3 -0
- checkpoint-2000/rng_state_11.pth +3 -0
- checkpoint-2000/rng_state_12.pth +3 -0
- checkpoint-2000/rng_state_13.pth +3 -0
- checkpoint-2000/rng_state_14.pth +3 -0
- checkpoint-2000/rng_state_15.pth +3 -0
- checkpoint-2000/rng_state_16.pth +3 -0
- checkpoint-2000/rng_state_17.pth +3 -0
- checkpoint-2000/rng_state_18.pth +3 -0
- checkpoint-2000/rng_state_19.pth +3 -0
- checkpoint-2000/rng_state_2.pth +3 -0
- checkpoint-2000/rng_state_20.pth +3 -0
- checkpoint-2000/rng_state_21.pth +3 -0
- checkpoint-2000/rng_state_22.pth +3 -0
- checkpoint-2000/rng_state_23.pth +3 -0
- checkpoint-2000/rng_state_24.pth +3 -0
- checkpoint-2000/rng_state_25.pth +3 -0
- checkpoint-2000/rng_state_26.pth +3 -0
- checkpoint-2000/rng_state_27.pth +3 -0
- checkpoint-2000/rng_state_28.pth +3 -0
- checkpoint-2000/rng_state_29.pth +3 -0
- checkpoint-2000/rng_state_3.pth +3 -0
- checkpoint-2000/rng_state_30.pth +3 -0
- checkpoint-2000/rng_state_31.pth +3 -0
- checkpoint-2000/rng_state_32.pth +3 -0
- checkpoint-2000/rng_state_33.pth +3 -0
- checkpoint-2000/rng_state_34.pth +3 -0
- checkpoint-2000/rng_state_35.pth +3 -0
- checkpoint-2000/rng_state_36.pth +3 -0
- checkpoint-2000/rng_state_37.pth +3 -0
- checkpoint-2000/rng_state_38.pth +3 -0
- checkpoint-2000/rng_state_39.pth +3 -0
- checkpoint-2000/rng_state_4.pth +3 -0
- checkpoint-2000/rng_state_40.pth +3 -0
- checkpoint-2000/rng_state_41.pth +3 -0
- checkpoint-2000/rng_state_42.pth +3 -0
- checkpoint-2000/rng_state_43.pth +3 -0
- checkpoint-2000/rng_state_44.pth +3 -0
- checkpoint-2000/rng_state_45.pth +3 -0
checkpoint-2000/chat_template.jinja
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>
|
| 2 |
+
|
| 3 |
+
'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{{ '<|start_header_id|>assistant<|end_header_id|>
|
| 4 |
+
|
| 5 |
+
' }}
|
checkpoint-2000/config.json
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_faster_video": false,
|
| 3 |
+
"add_time_instruction": false,
|
| 4 |
+
"architectures": [
|
| 5 |
+
"LlavaLLaDAModelLM"
|
| 6 |
+
],
|
| 7 |
+
"attention_bias": false,
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"auto_map": {
|
| 10 |
+
"AutoConfig": "configuration_llada.LLaDAConfig",
|
| 11 |
+
"AutoModel": "modeling_llada.LLaDAModelLM",
|
| 12 |
+
"AutoModelForCausalLM": "modeling_llada.LLaDAModelLM"
|
| 13 |
+
},
|
| 14 |
+
"bos_token_id": 126080,
|
| 15 |
+
"delay_load": true,
|
| 16 |
+
"dtype": "bfloat16",
|
| 17 |
+
"embedding_loss_lambda": 0.5,
|
| 18 |
+
"embedding_loss_type": "infonce_learnable",
|
| 19 |
+
"embedding_pool_strategy": "response_tokens",
|
| 20 |
+
"eos_token_id": 126081,
|
| 21 |
+
"faster_token_stride": 10,
|
| 22 |
+
"force_sample": false,
|
| 23 |
+
"hidden_act": "silu",
|
| 24 |
+
"hidden_size": 4096,
|
| 25 |
+
"image_aspect_ratio": "square",
|
| 26 |
+
"image_crop_resolution": null,
|
| 27 |
+
"image_grid_pinpoints": null,
|
| 28 |
+
"image_split_resolution": null,
|
| 29 |
+
"initializer_range": 0.02,
|
| 30 |
+
"intermediate_size": 12288,
|
| 31 |
+
"max_position_embeddings": 16384,
|
| 32 |
+
"mm_hidden_size": 768,
|
| 33 |
+
"mm_newline_position": "grid",
|
| 34 |
+
"mm_patch_merge_type": "flat",
|
| 35 |
+
"mm_projector_lr": null,
|
| 36 |
+
"mm_projector_type": "mlp2x_gelu",
|
| 37 |
+
"mm_resampler_type": null,
|
| 38 |
+
"mm_spatial_pool_mode": "bilinear",
|
| 39 |
+
"mm_spatial_pool_stride": null,
|
| 40 |
+
"mm_tunable_parts": "mm_vision_tower,mm_mlp_adapter,mm_language_model,embedding_projection",
|
| 41 |
+
"mm_use_im_patch_token": false,
|
| 42 |
+
"mm_use_im_start_end": false,
|
| 43 |
+
"mm_vision_select_feature": "patch",
|
| 44 |
+
"mm_vision_select_layer": -2,
|
| 45 |
+
"mm_vision_tower": "radjepa:AIDElab-IITBombay/RadJEPA",
|
| 46 |
+
"mm_vision_tower_lr": 1e-06,
|
| 47 |
+
"model_type": "llada",
|
| 48 |
+
"num_attention_heads": 32,
|
| 49 |
+
"num_hidden_layers": 32,
|
| 50 |
+
"num_key_value_heads": 32,
|
| 51 |
+
"pad_token_id": 126081,
|
| 52 |
+
"pos_skipping_range": 4096,
|
| 53 |
+
"pretraining_tp": 1,
|
| 54 |
+
"rms_norm_eps": 1e-05,
|
| 55 |
+
"rope_scaling": null,
|
| 56 |
+
"rope_theta": 500000.0,
|
| 57 |
+
"tie_word_embeddings": false,
|
| 58 |
+
"tokenizer_model_max_length": 2048,
|
| 59 |
+
"tokenizer_padding_side": "right",
|
| 60 |
+
"transformers_version": "4.57.1",
|
| 61 |
+
"use_auxiliary_embedding_loss": true,
|
| 62 |
+
"use_cache": false,
|
| 63 |
+
"use_mm_proj": true,
|
| 64 |
+
"use_pos_skipping": false,
|
| 65 |
+
"vision_tower_pretrained": null,
|
| 66 |
+
"vocab_size": 126349,
|
| 67 |
+
"y_encoder_dim": 1024,
|
| 68 |
+
"y_encoder_name": "abhinand/MedEmbed-large-v0.1"
|
| 69 |
+
}
|
checkpoint-2000/configuration_llada.py
ADDED
|
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# coding=utf-8
|
| 2 |
+
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
|
| 3 |
+
#
|
| 4 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
| 5 |
+
# and OPT implementations in this library. It has been modified from its
|
| 6 |
+
# original forms to accommodate minor architectural differences compared
|
| 7 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
| 8 |
+
#
|
| 9 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
| 10 |
+
# you may not use this file except in compliance with the License.
|
| 11 |
+
# You may obtain a copy of the License at
|
| 12 |
+
#
|
| 13 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
| 14 |
+
#
|
| 15 |
+
# Unless required by applicable law or agreed to in writing, software
|
| 16 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
| 17 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 18 |
+
# See the License for the specific language governing permissions and
|
| 19 |
+
# limitations under the License.
|
| 20 |
+
""" LLaDA model configuration"""
|
| 21 |
+
|
| 22 |
+
from transformers.configuration_utils import PretrainedConfig
|
| 23 |
+
from transformers.utils import logging
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
logger = logging.get_logger(__name__)
|
| 27 |
+
|
| 28 |
+
LLaDA_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
class LLaDAConfig(PretrainedConfig):
|
| 32 |
+
r"""
|
| 33 |
+
This is the configuration class to store the configuration of a [`LLaDAModel`]. It is used to instantiate an LLaDA
|
| 34 |
+
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
|
| 35 |
+
defaults will yield a similar configuration to that of the LLaDA-8B.
|
| 36 |
+
|
| 37 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
| 38 |
+
documentation from [`PretrainedConfig`] for more information.
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
Args:
|
| 42 |
+
vocab_size (`int`, *optional*, defaults to 32000):
|
| 43 |
+
Vocabulary size of the LLaDA model. Defines the number of different tokens that can be represented by the
|
| 44 |
+
`inputs_ids` passed when calling [`LLaDAModel`]
|
| 45 |
+
hidden_size (`int`, *optional*, defaults to 4096):
|
| 46 |
+
Dimension of the hidden representations.
|
| 47 |
+
intermediate_size (`int`, *optional*, defaults to 11008):
|
| 48 |
+
Dimension of the MLP representations.
|
| 49 |
+
num_hidden_layers (`int`, *optional*, defaults to 32):
|
| 50 |
+
Number of hidden layers in the Transformer decoder.
|
| 51 |
+
num_attention_heads (`int`, *optional*, defaults to 32):
|
| 52 |
+
Number of attention heads for each attention layer in the Transformer decoder.
|
| 53 |
+
num_key_value_heads (`int`, *optional*):
|
| 54 |
+
This is the number of key_value heads that should be used to implement Grouped Query Attention. If
|
| 55 |
+
`num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
|
| 56 |
+
`num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
|
| 57 |
+
converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
|
| 58 |
+
by meanpooling all the original heads within that group. For more details checkout [this
|
| 59 |
+
paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
|
| 60 |
+
`num_attention_heads`.
|
| 61 |
+
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
| 62 |
+
The non-linear activation function (function or string) in the decoder.
|
| 63 |
+
max_position_embeddings (`int`, *optional*, defaults to 2048):
|
| 64 |
+
The maximum sequence length that this model might ever be used with.
|
| 65 |
+
initializer_range (`float`, *optional*, defaults to 0.02):
|
| 66 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
| 67 |
+
rms_norm_eps (`float`, *optional*, defaults to 1e-06):
|
| 68 |
+
The epsilon used by the rms normalization layers.
|
| 69 |
+
use_cache (`bool`, *optional*, defaults to `True`):
|
| 70 |
+
Whether or not the model should return the last key/values attentions (not used by all models). Only
|
| 71 |
+
relevant if `config.is_decoder=True`.
|
| 72 |
+
pad_token_id (`int`, *optional*):
|
| 73 |
+
Padding token id.
|
| 74 |
+
bos_token_id (`int`, *optional*, defaults to 1):
|
| 75 |
+
Beginning of stream token id.
|
| 76 |
+
eos_token_id (`int`, *optional*, defaults to 2):
|
| 77 |
+
End of stream token id.
|
| 78 |
+
pretraining_tp (`int`, *optional*, defaults to 1):
|
| 79 |
+
Experimental feature. Tensor parallelism rank used during pretraining. Please refer to [this
|
| 80 |
+
document](https://huggingface.co/docs/transformers/main/perf_train_gpu_many#tensor-parallelism) to understand more about it. This value is
|
| 81 |
+
necessary to ensure exact reproducibility of the pretraining results. Please refer to [this
|
| 82 |
+
issue](https://github.com/pytorch/pytorch/issues/76232).
|
| 83 |
+
tie_word_embeddings (`bool`, *optional*, defaults to `False`):
|
| 84 |
+
Whether to tie weight embeddings
|
| 85 |
+
rope_theta (`float`, *optional*, defaults to 10000.0):
|
| 86 |
+
The base period of the RoPE embeddings.
|
| 87 |
+
rope_scaling (`Dict`, *optional*):
|
| 88 |
+
Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
|
| 89 |
+
strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
|
| 90 |
+
`{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
|
| 91 |
+
`max_position_embeddings` to the expected new maximum.
|
| 92 |
+
attention_bias (`bool`, defaults to `False`, *optional*, defaults to `False`):
|
| 93 |
+
Whether to use a bias in the query, key, value and output projection layers during self-attention.
|
| 94 |
+
attention_dropout (`float`, *optional*, defaults to 0.0):
|
| 95 |
+
The dropout ratio for the attention probabilities.
|
| 96 |
+
"""
|
| 97 |
+
|
| 98 |
+
model_type = "llada"
|
| 99 |
+
keys_to_ignore_at_inference = ["past_key_values"]
|
| 100 |
+
|
| 101 |
+
def __init__(
|
| 102 |
+
self,
|
| 103 |
+
vocab_size=32000,
|
| 104 |
+
hidden_size=4096,
|
| 105 |
+
intermediate_size=11008,
|
| 106 |
+
num_hidden_layers=32,
|
| 107 |
+
num_attention_heads=32,
|
| 108 |
+
num_key_value_heads=None,
|
| 109 |
+
hidden_act="silu",
|
| 110 |
+
max_position_embeddings=2048,
|
| 111 |
+
initializer_range=0.02,
|
| 112 |
+
rms_norm_eps=1e-6,
|
| 113 |
+
use_cache=True,
|
| 114 |
+
pad_token_id=None,
|
| 115 |
+
bos_token_id=1,
|
| 116 |
+
eos_token_id=2,
|
| 117 |
+
pretraining_tp=1,
|
| 118 |
+
tie_word_embeddings=False,
|
| 119 |
+
rope_theta=10000.0,
|
| 120 |
+
rope_scaling=None,
|
| 121 |
+
attention_bias=False,
|
| 122 |
+
attention_dropout=0.0,
|
| 123 |
+
**kwargs,
|
| 124 |
+
):
|
| 125 |
+
self.vocab_size = vocab_size
|
| 126 |
+
self.max_position_embeddings = max_position_embeddings
|
| 127 |
+
self.hidden_size = hidden_size
|
| 128 |
+
self.intermediate_size = intermediate_size
|
| 129 |
+
self.num_hidden_layers = num_hidden_layers
|
| 130 |
+
self.num_attention_heads = num_attention_heads
|
| 131 |
+
|
| 132 |
+
# for backward compatibility
|
| 133 |
+
if num_key_value_heads is None:
|
| 134 |
+
num_key_value_heads = num_attention_heads
|
| 135 |
+
|
| 136 |
+
self.num_key_value_heads = num_key_value_heads
|
| 137 |
+
self.hidden_act = hidden_act
|
| 138 |
+
self.initializer_range = initializer_range
|
| 139 |
+
self.rms_norm_eps = rms_norm_eps
|
| 140 |
+
self.pretraining_tp = pretraining_tp
|
| 141 |
+
self.use_cache = use_cache
|
| 142 |
+
self.rope_theta = rope_theta
|
| 143 |
+
self.rope_scaling = rope_scaling
|
| 144 |
+
self._rope_scaling_validation()
|
| 145 |
+
self.attention_bias = attention_bias
|
| 146 |
+
self.attention_dropout = attention_dropout
|
| 147 |
+
|
| 148 |
+
super().__init__(
|
| 149 |
+
pad_token_id=pad_token_id,
|
| 150 |
+
bos_token_id=bos_token_id,
|
| 151 |
+
eos_token_id=eos_token_id,
|
| 152 |
+
tie_word_embeddings=tie_word_embeddings,
|
| 153 |
+
**kwargs,
|
| 154 |
+
)
|
| 155 |
+
|
| 156 |
+
def _rope_scaling_validation(self):
|
| 157 |
+
"""
|
| 158 |
+
Validate the `rope_scaling` configuration.
|
| 159 |
+
"""
|
| 160 |
+
if self.rope_scaling is None:
|
| 161 |
+
return
|
| 162 |
+
|
| 163 |
+
if not isinstance(self.rope_scaling, dict) or len(self.rope_scaling) != 2:
|
| 164 |
+
raise ValueError(
|
| 165 |
+
"`rope_scaling` must be a dictionary with with two fields, `type` and `factor`, "
|
| 166 |
+
f"got {self.rope_scaling}"
|
| 167 |
+
)
|
| 168 |
+
rope_scaling_type = self.rope_scaling.get("type", None)
|
| 169 |
+
rope_scaling_factor = self.rope_scaling.get("factor", None)
|
| 170 |
+
if rope_scaling_type is None or rope_scaling_type not in ["linear", "dynamic"]:
|
| 171 |
+
raise ValueError(
|
| 172 |
+
f"`rope_scaling`'s type field must be one of ['linear', 'dynamic'], got {rope_scaling_type}"
|
| 173 |
+
)
|
| 174 |
+
if rope_scaling_factor is None or not isinstance(rope_scaling_factor, float) or rope_scaling_factor <= 1.0:
|
| 175 |
+
raise ValueError(f"`rope_scaling`'s factor field must be a float > 1, got {rope_scaling_factor}")
|
checkpoint-2000/latest
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_step2000
|
checkpoint-2000/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1426d4f131e32848765a90f9fa8338f4a644ce103c6291b705482638c51220f
|
| 3 |
+
size 4994639360
|
checkpoint-2000/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a4a3a870a4f515f1e895fba8f97fa5f7dfedc3ba36a5e9b8375969b6cc419e6
|
| 3 |
+
size 4999802600
|
checkpoint-2000/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:622f7ca55870a26d128c5091168c64b11e49be9c78bc330468525f160881af0d
|
| 3 |
+
size 4999827272
|
checkpoint-2000/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4486a62b3444b6671b2061cf92ac1ab7980b20f93d60ee24a580514d5583e900
|
| 3 |
+
size 1937667242
|
checkpoint-2000/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,849 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 728321,
|
| 4 |
+
"total_size": 16931820034
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"embedding_loss_fn.logit_scale": "model-00004-of-00004.safetensors",
|
| 8 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 9 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.embedding_projection.proj.0.bias": "model-00004-of-00004.safetensors",
|
| 11 |
+
"model.embedding_projection.proj.0.weight": "model-00004-of-00004.safetensors",
|
| 12 |
+
"model.embedding_projection.proj.2.bias": "model-00004-of-00004.safetensors",
|
| 13 |
+
"model.embedding_projection.proj.2.weight": "model-00004-of-00004.safetensors",
|
| 14 |
+
"model.image_newline": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 124 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 125 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 126 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 127 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 128 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 129 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 130 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 131 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 132 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 134 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 136 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 137 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 153 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 154 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 155 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 156 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 157 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 158 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 159 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 160 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 161 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 162 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 163 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 164 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 223 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 224 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 225 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 226 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 227 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 228 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 229 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 230 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 231 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 250 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 251 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 252 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 253 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 254 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 255 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 256 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 257 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 258 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 259 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 260 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 295 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 296 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 297 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 298 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 299 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 300 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 301 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 303 |
+
"model.mm_projector.0.bias": "model-00004-of-00004.safetensors",
|
| 304 |
+
"model.mm_projector.0.weight": "model-00004-of-00004.safetensors",
|
| 305 |
+
"model.mm_projector.2.bias": "model-00004-of-00004.safetensors",
|
| 306 |
+
"model.mm_projector.2.weight": "model-00004-of-00004.safetensors",
|
| 307 |
+
"model.norm.weight": "model-00003-of-00004.safetensors",
|
| 308 |
+
"model.vision_tower.vision_tower.model.blocks.0.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 309 |
+
"model.vision_tower.vision_tower.model.blocks.0.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 310 |
+
"model.vision_tower.vision_tower.model.blocks.0.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 311 |
+
"model.vision_tower.vision_tower.model.blocks.0.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 312 |
+
"model.vision_tower.vision_tower.model.blocks.0.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 313 |
+
"model.vision_tower.vision_tower.model.blocks.0.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 314 |
+
"model.vision_tower.vision_tower.model.blocks.0.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 315 |
+
"model.vision_tower.vision_tower.model.blocks.0.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 316 |
+
"model.vision_tower.vision_tower.model.blocks.0.norm1.bias": "model-00004-of-00004.safetensors",
|
| 317 |
+
"model.vision_tower.vision_tower.model.blocks.0.norm1.weight": "model-00004-of-00004.safetensors",
|
| 318 |
+
"model.vision_tower.vision_tower.model.blocks.0.norm2.bias": "model-00004-of-00004.safetensors",
|
| 319 |
+
"model.vision_tower.vision_tower.model.blocks.0.norm2.weight": "model-00004-of-00004.safetensors",
|
| 320 |
+
"model.vision_tower.vision_tower.model.blocks.1.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 321 |
+
"model.vision_tower.vision_tower.model.blocks.1.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 322 |
+
"model.vision_tower.vision_tower.model.blocks.1.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 323 |
+
"model.vision_tower.vision_tower.model.blocks.1.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 324 |
+
"model.vision_tower.vision_tower.model.blocks.1.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 325 |
+
"model.vision_tower.vision_tower.model.blocks.1.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 326 |
+
"model.vision_tower.vision_tower.model.blocks.1.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 327 |
+
"model.vision_tower.vision_tower.model.blocks.1.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 328 |
+
"model.vision_tower.vision_tower.model.blocks.1.norm1.bias": "model-00004-of-00004.safetensors",
|
| 329 |
+
"model.vision_tower.vision_tower.model.blocks.1.norm1.weight": "model-00004-of-00004.safetensors",
|
| 330 |
+
"model.vision_tower.vision_tower.model.blocks.1.norm2.bias": "model-00004-of-00004.safetensors",
|
| 331 |
+
"model.vision_tower.vision_tower.model.blocks.1.norm2.weight": "model-00004-of-00004.safetensors",
|
| 332 |
+
"model.vision_tower.vision_tower.model.blocks.10.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 333 |
+
"model.vision_tower.vision_tower.model.blocks.10.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 334 |
+
"model.vision_tower.vision_tower.model.blocks.10.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 335 |
+
"model.vision_tower.vision_tower.model.blocks.10.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 336 |
+
"model.vision_tower.vision_tower.model.blocks.10.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 337 |
+
"model.vision_tower.vision_tower.model.blocks.10.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 338 |
+
"model.vision_tower.vision_tower.model.blocks.10.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 339 |
+
"model.vision_tower.vision_tower.model.blocks.10.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 340 |
+
"model.vision_tower.vision_tower.model.blocks.10.norm1.bias": "model-00004-of-00004.safetensors",
|
| 341 |
+
"model.vision_tower.vision_tower.model.blocks.10.norm1.weight": "model-00004-of-00004.safetensors",
|
| 342 |
+
"model.vision_tower.vision_tower.model.blocks.10.norm2.bias": "model-00004-of-00004.safetensors",
|
| 343 |
+
"model.vision_tower.vision_tower.model.blocks.10.norm2.weight": "model-00004-of-00004.safetensors",
|
| 344 |
+
"model.vision_tower.vision_tower.model.blocks.11.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 345 |
+
"model.vision_tower.vision_tower.model.blocks.11.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 346 |
+
"model.vision_tower.vision_tower.model.blocks.11.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 347 |
+
"model.vision_tower.vision_tower.model.blocks.11.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 348 |
+
"model.vision_tower.vision_tower.model.blocks.11.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 349 |
+
"model.vision_tower.vision_tower.model.blocks.11.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 350 |
+
"model.vision_tower.vision_tower.model.blocks.11.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 351 |
+
"model.vision_tower.vision_tower.model.blocks.11.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 352 |
+
"model.vision_tower.vision_tower.model.blocks.11.norm1.bias": "model-00004-of-00004.safetensors",
|
| 353 |
+
"model.vision_tower.vision_tower.model.blocks.11.norm1.weight": "model-00004-of-00004.safetensors",
|
| 354 |
+
"model.vision_tower.vision_tower.model.blocks.11.norm2.bias": "model-00004-of-00004.safetensors",
|
| 355 |
+
"model.vision_tower.vision_tower.model.blocks.11.norm2.weight": "model-00004-of-00004.safetensors",
|
| 356 |
+
"model.vision_tower.vision_tower.model.blocks.2.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 357 |
+
"model.vision_tower.vision_tower.model.blocks.2.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 358 |
+
"model.vision_tower.vision_tower.model.blocks.2.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 359 |
+
"model.vision_tower.vision_tower.model.blocks.2.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 360 |
+
"model.vision_tower.vision_tower.model.blocks.2.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 361 |
+
"model.vision_tower.vision_tower.model.blocks.2.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 362 |
+
"model.vision_tower.vision_tower.model.blocks.2.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 363 |
+
"model.vision_tower.vision_tower.model.blocks.2.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 364 |
+
"model.vision_tower.vision_tower.model.blocks.2.norm1.bias": "model-00004-of-00004.safetensors",
|
| 365 |
+
"model.vision_tower.vision_tower.model.blocks.2.norm1.weight": "model-00004-of-00004.safetensors",
|
| 366 |
+
"model.vision_tower.vision_tower.model.blocks.2.norm2.bias": "model-00004-of-00004.safetensors",
|
| 367 |
+
"model.vision_tower.vision_tower.model.blocks.2.norm2.weight": "model-00004-of-00004.safetensors",
|
| 368 |
+
"model.vision_tower.vision_tower.model.blocks.3.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 369 |
+
"model.vision_tower.vision_tower.model.blocks.3.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 370 |
+
"model.vision_tower.vision_tower.model.blocks.3.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 371 |
+
"model.vision_tower.vision_tower.model.blocks.3.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 372 |
+
"model.vision_tower.vision_tower.model.blocks.3.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 373 |
+
"model.vision_tower.vision_tower.model.blocks.3.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 374 |
+
"model.vision_tower.vision_tower.model.blocks.3.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 375 |
+
"model.vision_tower.vision_tower.model.blocks.3.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 376 |
+
"model.vision_tower.vision_tower.model.blocks.3.norm1.bias": "model-00004-of-00004.safetensors",
|
| 377 |
+
"model.vision_tower.vision_tower.model.blocks.3.norm1.weight": "model-00004-of-00004.safetensors",
|
| 378 |
+
"model.vision_tower.vision_tower.model.blocks.3.norm2.bias": "model-00004-of-00004.safetensors",
|
| 379 |
+
"model.vision_tower.vision_tower.model.blocks.3.norm2.weight": "model-00004-of-00004.safetensors",
|
| 380 |
+
"model.vision_tower.vision_tower.model.blocks.4.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 381 |
+
"model.vision_tower.vision_tower.model.blocks.4.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 382 |
+
"model.vision_tower.vision_tower.model.blocks.4.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 383 |
+
"model.vision_tower.vision_tower.model.blocks.4.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 384 |
+
"model.vision_tower.vision_tower.model.blocks.4.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 385 |
+
"model.vision_tower.vision_tower.model.blocks.4.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 386 |
+
"model.vision_tower.vision_tower.model.blocks.4.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 387 |
+
"model.vision_tower.vision_tower.model.blocks.4.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 388 |
+
"model.vision_tower.vision_tower.model.blocks.4.norm1.bias": "model-00004-of-00004.safetensors",
|
| 389 |
+
"model.vision_tower.vision_tower.model.blocks.4.norm1.weight": "model-00004-of-00004.safetensors",
|
| 390 |
+
"model.vision_tower.vision_tower.model.blocks.4.norm2.bias": "model-00004-of-00004.safetensors",
|
| 391 |
+
"model.vision_tower.vision_tower.model.blocks.4.norm2.weight": "model-00004-of-00004.safetensors",
|
| 392 |
+
"model.vision_tower.vision_tower.model.blocks.5.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 393 |
+
"model.vision_tower.vision_tower.model.blocks.5.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 394 |
+
"model.vision_tower.vision_tower.model.blocks.5.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 395 |
+
"model.vision_tower.vision_tower.model.blocks.5.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 396 |
+
"model.vision_tower.vision_tower.model.blocks.5.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 397 |
+
"model.vision_tower.vision_tower.model.blocks.5.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 398 |
+
"model.vision_tower.vision_tower.model.blocks.5.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 399 |
+
"model.vision_tower.vision_tower.model.blocks.5.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 400 |
+
"model.vision_tower.vision_tower.model.blocks.5.norm1.bias": "model-00004-of-00004.safetensors",
|
| 401 |
+
"model.vision_tower.vision_tower.model.blocks.5.norm1.weight": "model-00004-of-00004.safetensors",
|
| 402 |
+
"model.vision_tower.vision_tower.model.blocks.5.norm2.bias": "model-00004-of-00004.safetensors",
|
| 403 |
+
"model.vision_tower.vision_tower.model.blocks.5.norm2.weight": "model-00004-of-00004.safetensors",
|
| 404 |
+
"model.vision_tower.vision_tower.model.blocks.6.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 405 |
+
"model.vision_tower.vision_tower.model.blocks.6.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 406 |
+
"model.vision_tower.vision_tower.model.blocks.6.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 407 |
+
"model.vision_tower.vision_tower.model.blocks.6.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 408 |
+
"model.vision_tower.vision_tower.model.blocks.6.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 409 |
+
"model.vision_tower.vision_tower.model.blocks.6.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 410 |
+
"model.vision_tower.vision_tower.model.blocks.6.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 411 |
+
"model.vision_tower.vision_tower.model.blocks.6.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 412 |
+
"model.vision_tower.vision_tower.model.blocks.6.norm1.bias": "model-00004-of-00004.safetensors",
|
| 413 |
+
"model.vision_tower.vision_tower.model.blocks.6.norm1.weight": "model-00004-of-00004.safetensors",
|
| 414 |
+
"model.vision_tower.vision_tower.model.blocks.6.norm2.bias": "model-00004-of-00004.safetensors",
|
| 415 |
+
"model.vision_tower.vision_tower.model.blocks.6.norm2.weight": "model-00004-of-00004.safetensors",
|
| 416 |
+
"model.vision_tower.vision_tower.model.blocks.7.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 417 |
+
"model.vision_tower.vision_tower.model.blocks.7.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 418 |
+
"model.vision_tower.vision_tower.model.blocks.7.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 419 |
+
"model.vision_tower.vision_tower.model.blocks.7.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 420 |
+
"model.vision_tower.vision_tower.model.blocks.7.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 421 |
+
"model.vision_tower.vision_tower.model.blocks.7.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 422 |
+
"model.vision_tower.vision_tower.model.blocks.7.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 423 |
+
"model.vision_tower.vision_tower.model.blocks.7.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 424 |
+
"model.vision_tower.vision_tower.model.blocks.7.norm1.bias": "model-00004-of-00004.safetensors",
|
| 425 |
+
"model.vision_tower.vision_tower.model.blocks.7.norm1.weight": "model-00004-of-00004.safetensors",
|
| 426 |
+
"model.vision_tower.vision_tower.model.blocks.7.norm2.bias": "model-00004-of-00004.safetensors",
|
| 427 |
+
"model.vision_tower.vision_tower.model.blocks.7.norm2.weight": "model-00004-of-00004.safetensors",
|
| 428 |
+
"model.vision_tower.vision_tower.model.blocks.8.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 429 |
+
"model.vision_tower.vision_tower.model.blocks.8.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 430 |
+
"model.vision_tower.vision_tower.model.blocks.8.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 431 |
+
"model.vision_tower.vision_tower.model.blocks.8.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 432 |
+
"model.vision_tower.vision_tower.model.blocks.8.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 433 |
+
"model.vision_tower.vision_tower.model.blocks.8.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 434 |
+
"model.vision_tower.vision_tower.model.blocks.8.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 435 |
+
"model.vision_tower.vision_tower.model.blocks.8.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 436 |
+
"model.vision_tower.vision_tower.model.blocks.8.norm1.bias": "model-00004-of-00004.safetensors",
|
| 437 |
+
"model.vision_tower.vision_tower.model.blocks.8.norm1.weight": "model-00004-of-00004.safetensors",
|
| 438 |
+
"model.vision_tower.vision_tower.model.blocks.8.norm2.bias": "model-00004-of-00004.safetensors",
|
| 439 |
+
"model.vision_tower.vision_tower.model.blocks.8.norm2.weight": "model-00004-of-00004.safetensors",
|
| 440 |
+
"model.vision_tower.vision_tower.model.blocks.9.attn.proj.bias": "model-00004-of-00004.safetensors",
|
| 441 |
+
"model.vision_tower.vision_tower.model.blocks.9.attn.proj.weight": "model-00004-of-00004.safetensors",
|
| 442 |
+
"model.vision_tower.vision_tower.model.blocks.9.attn.qkv.bias": "model-00004-of-00004.safetensors",
|
| 443 |
+
"model.vision_tower.vision_tower.model.blocks.9.attn.qkv.weight": "model-00004-of-00004.safetensors",
|
| 444 |
+
"model.vision_tower.vision_tower.model.blocks.9.mlp.fc1.bias": "model-00004-of-00004.safetensors",
|
| 445 |
+
"model.vision_tower.vision_tower.model.blocks.9.mlp.fc1.weight": "model-00004-of-00004.safetensors",
|
| 446 |
+
"model.vision_tower.vision_tower.model.blocks.9.mlp.fc2.bias": "model-00004-of-00004.safetensors",
|
| 447 |
+
"model.vision_tower.vision_tower.model.blocks.9.mlp.fc2.weight": "model-00004-of-00004.safetensors",
|
| 448 |
+
"model.vision_tower.vision_tower.model.blocks.9.norm1.bias": "model-00004-of-00004.safetensors",
|
| 449 |
+
"model.vision_tower.vision_tower.model.blocks.9.norm1.weight": "model-00004-of-00004.safetensors",
|
| 450 |
+
"model.vision_tower.vision_tower.model.blocks.9.norm2.bias": "model-00004-of-00004.safetensors",
|
| 451 |
+
"model.vision_tower.vision_tower.model.blocks.9.norm2.weight": "model-00004-of-00004.safetensors",
|
| 452 |
+
"model.vision_tower.vision_tower.model.norm.bias": "model-00004-of-00004.safetensors",
|
| 453 |
+
"model.vision_tower.vision_tower.model.norm.weight": "model-00004-of-00004.safetensors",
|
| 454 |
+
"model.vision_tower.vision_tower.model.patch_embed.proj.bias": "model-00004-of-00004.safetensors",
|
| 455 |
+
"model.vision_tower.vision_tower.model.patch_embed.proj.weight": "model-00004-of-00004.safetensors",
|
| 456 |
+
"model.vision_tower.vision_tower.model.pos_embed": "model-00004-of-00004.safetensors",
|
| 457 |
+
"model.y_encoder.base_model.0.auto_model.embeddings.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 458 |
+
"model.y_encoder.base_model.0.auto_model.embeddings.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 459 |
+
"model.y_encoder.base_model.0.auto_model.embeddings.position_embeddings.weight": "model-00004-of-00004.safetensors",
|
| 460 |
+
"model.y_encoder.base_model.0.auto_model.embeddings.token_type_embeddings.weight": "model-00004-of-00004.safetensors",
|
| 461 |
+
"model.y_encoder.base_model.0.auto_model.embeddings.word_embeddings.weight": "model-00004-of-00004.safetensors",
|
| 462 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 463 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 464 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 465 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 466 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 467 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 468 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 469 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 470 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 471 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 472 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 473 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 474 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 475 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 476 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 477 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.0.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 478 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 479 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 480 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 481 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 482 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 483 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 484 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 485 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 486 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 487 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 488 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 489 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 490 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 491 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 492 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 493 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.1.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 494 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 495 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 496 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 497 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 498 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 499 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 500 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 501 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 502 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 503 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 504 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 505 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 506 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 507 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 508 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 509 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.10.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 510 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 511 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 512 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 513 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 514 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 515 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 516 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 517 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 518 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 519 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 520 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 521 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 522 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 523 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 524 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 525 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.11.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 526 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 527 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 528 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 529 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 530 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 531 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 532 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 533 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 534 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 535 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 536 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 537 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 538 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 539 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 540 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 541 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.12.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 542 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 543 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 544 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 545 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 546 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 547 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 548 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 549 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 550 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 551 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 552 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 553 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 554 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 555 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 556 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 557 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.13.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 558 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 559 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 560 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 561 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 562 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 563 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 564 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 565 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 566 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 567 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 568 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 569 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 570 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 571 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 572 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 573 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.14.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 574 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 575 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 576 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 577 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 578 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 579 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 580 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 581 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 582 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 583 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 584 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 585 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 586 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 587 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 588 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 589 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.15.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 590 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 591 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 592 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 593 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 594 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 595 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 596 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 597 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 598 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 599 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 600 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 601 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 602 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 603 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 604 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 605 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.16.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 606 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 607 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 608 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 609 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 610 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 611 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 612 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 613 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 614 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 615 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 616 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 617 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 618 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 619 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 620 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 621 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.17.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 622 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 623 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 624 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 625 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 626 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 627 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 628 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 629 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 630 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 631 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 632 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 633 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 634 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 635 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 636 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 637 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.18.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 638 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 639 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 640 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 641 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 642 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 643 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 644 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 645 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 646 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 647 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 648 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 649 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 650 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 651 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 652 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 653 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.19.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 654 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 655 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 656 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 657 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 658 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 659 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 660 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 661 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 662 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 663 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 664 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 665 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 666 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 667 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 668 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 669 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.2.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 670 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 671 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 672 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 673 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 674 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 675 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 676 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 677 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 678 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 679 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 680 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 681 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 682 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 683 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 684 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 685 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.20.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 686 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 687 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 688 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 689 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 690 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 691 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 692 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 693 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 694 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 695 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 696 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 697 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 698 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 699 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 700 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 701 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.21.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 702 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 703 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 704 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 705 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 706 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 707 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 708 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 709 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 710 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 711 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 712 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 713 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 714 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 715 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 716 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 717 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.22.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 718 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 719 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 720 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 721 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 722 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 723 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 724 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 725 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 726 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 727 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 728 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 729 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 730 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 731 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 732 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 733 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.23.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 734 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 735 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 736 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 737 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 738 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 739 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 740 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 741 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 742 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 743 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 744 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 745 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 746 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 747 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 748 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 749 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.3.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 750 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 751 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 752 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 753 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 754 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 755 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 756 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 757 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 758 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 759 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 760 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 761 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 762 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 763 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 764 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 765 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.4.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 766 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 767 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 768 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 769 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 770 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 771 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 772 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 773 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 774 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 775 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 776 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 777 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 778 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 779 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 780 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 781 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.5.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 782 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 783 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 784 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 785 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 786 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 787 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 788 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 789 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 790 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 791 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 792 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 793 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 794 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 795 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 796 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 797 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.6.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 798 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 799 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 800 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 801 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 802 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 803 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 804 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 805 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 806 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 807 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 808 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 809 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 810 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 811 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 812 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 813 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.7.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 814 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 815 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 816 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 817 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 818 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 819 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 820 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 821 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 822 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 823 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 824 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 825 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 826 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 827 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 828 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 829 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.8.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 830 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 831 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 832 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 833 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 834 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.self.key.bias": "model-00004-of-00004.safetensors",
|
| 835 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.self.key.weight": "model-00004-of-00004.safetensors",
|
| 836 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.self.query.bias": "model-00004-of-00004.safetensors",
|
| 837 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.self.query.weight": "model-00004-of-00004.safetensors",
|
| 838 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.self.value.bias": "model-00004-of-00004.safetensors",
|
| 839 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.attention.self.value.weight": "model-00004-of-00004.safetensors",
|
| 840 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.intermediate.dense.bias": "model-00004-of-00004.safetensors",
|
| 841 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.intermediate.dense.weight": "model-00004-of-00004.safetensors",
|
| 842 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.output.LayerNorm.bias": "model-00004-of-00004.safetensors",
|
| 843 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.output.LayerNorm.weight": "model-00004-of-00004.safetensors",
|
| 844 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.output.dense.bias": "model-00004-of-00004.safetensors",
|
| 845 |
+
"model.y_encoder.base_model.0.auto_model.encoder.layer.9.output.dense.weight": "model-00004-of-00004.safetensors",
|
| 846 |
+
"model.y_encoder.base_model.0.auto_model.pooler.dense.bias": "model-00004-of-00004.safetensors",
|
| 847 |
+
"model.y_encoder.base_model.0.auto_model.pooler.dense.weight": "model-00004-of-00004.safetensors"
|
| 848 |
+
}
|
| 849 |
+
}
|
checkpoint-2000/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bb40a4458c9e72a7f1d8c85b3ae935d07fad4e159a23ce47148de5aa7305ac9
|
| 3 |
+
size 16389
|
checkpoint-2000/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a861b5eed890056d53efc68d7d171c187f7fb95c97fba3dd075a0a715d87399
|
| 3 |
+
size 16389
|
checkpoint-2000/rng_state_10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7268593a09f3f04c55240873078ae152b3f5c892cacab1ba48e57ec65a291281
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_11.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29352fe9566b063ec4ebef7fc654e2ded4262d3a4f9db7b0223feee24869096d
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_12.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d09ac763a1adcef2bf4df49f00f7f7871a152f37ee1628b3b0d6307dc155df8
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_13.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:632f157c6356b0cc0a96d17184cc70bbee6659ec11b5a40aaff4366dae485134
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_14.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09ca89da7bffc60ad5da329197beb7a01870d959bdbbc4e60074e0d722140dca
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_15.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d598722cdad23db99108b57a480e2cc5a7490492e3d8adc148c1ffb1218107b5
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_16.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c0917ef1d32a951ac46f9d7aef4ce8775bc382018bb8c5e141ef696055c0661
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_17.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d684ae7b60674391a4725bc249c0b429fce908d09b39b5a304dc1081778831f3
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_18.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34ce6c2c3d76c1b842de274d283046b5e55a1c9fac25166137013e62ed16ef7e
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_19.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c4ffaed3534aee2a29d3d752d8247290d87b829aa0adf367cb266aff1ae471d
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be9d0b12d228a0a1524f873c06dba477d4c0ca109104ce01b91b6e13e70bff3c
|
| 3 |
+
size 16389
|
checkpoint-2000/rng_state_20.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fd064ef0fabfe96bf7db3aab96c9e6cc05e0a80e2c06deaf7677537dc8ab3b5
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_21.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47b41fcfee855dfd7d255da222b343c6b25e3d8440e5ab787860964c390dea9f
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_22.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2493113f0f3bec5ea239e877f553fde077c5710173f1e905ca1f23f7836e531
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_23.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d39456dc7716cc60babbb70a8b7f6605e1f72946c58c2c836481c29417cfb08
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_24.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5e2152a2792f48ffbebc9dc15af2ed819dfc56f04f0611e052163100b25ab62
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_25.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:361af5af89e7a00d67fe830cc0d764fe88b002d8f9f3bcf11ff3abbd73eb35e1
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_26.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2896b5f3f08fdcee9cd91ee98455c01d6620e978c83e20a1dcfccbd73e37e2c1
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_27.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b1510b51356e22b62a1cfe58911d5de7cfdf8348dfda14be59658f0178290dc
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_28.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d304c97fb350b997a8dbdbb065f0e3e3f7fa6809a02ad7da2808ca98b2c2211
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_29.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be0ac68aaea236f1339f3495a9c29c030ce505fda0e6b5943010cd245d707c3d
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17147d81339261eba40ea98a307d42d534c9791e014b827c6916ae73ee0ac517
|
| 3 |
+
size 16389
|
checkpoint-2000/rng_state_30.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85b806e8d04ec3b68848b5ba7b0c284395b073708125df909f35903c9621b70b
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_31.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:401ae69e52a854d261a6f4d2bf0770994cd12a3900b20eaceac0b045867866bf
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_32.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a3cf2936b9b1f184e96be398737b2c0cec89ae6159cf5247956369a3a3684f7
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_33.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5f6cfeae0e4bc20f7c31c244ea7569748d148e3e8fd39f1b3ae745b8a545500
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_34.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce338f450e8fc88d15b0ad4a5bbbca3f8c9ae8fe50143be9935d118e059b8f22
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_35.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78d25041bca3399da01a36a5c8e50a264b5d1320f16b8074f6bd79218ef12cbe
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_36.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:059cf2df08ebaa0d3361da3547027aad2a94d888fadd052931c442ee4dca2d7b
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_37.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0a9e0d853aec2f2ecceb9137e6bcf081c6a00b196c36308a318dc42a1cccf68
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_38.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5c89dd2cb380a0c3b82fc3a31bb929219a9bec664c209f7d79383a6b09421b1
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_39.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6373564133ed622e08e2e75759a6f3399285d58fc5973f24c0805960115743c9
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1a5bf7e122f6b721cb63546e00b49e7650cf627f5723eb606e85ce130785b68
|
| 3 |
+
size 16389
|
checkpoint-2000/rng_state_40.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3578c3e778a470ceff3cbef51302636b38eb8e15b25405d89d7f5e56f0eaa139
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_41.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3226819809cd8b6286935b961f74e224808d40796d04839233cee1041d22a794
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_42.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03bc4ec6674018d9db1155ef1251d9d8e3b27cb237eaefe3cdd993a85e452d9e
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_43.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f37e3822fda8d78099a34325e419ed7fcb9d40646fce0297a7a20da92250af62
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_44.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a59a1f25968c9c532e0fc91fecc681ba83524f69c9d34d3696f3d222909d4b9a
|
| 3 |
+
size 16404
|
checkpoint-2000/rng_state_45.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f33cead796823f6febe4fee017a5b19819b63c77e17cc711c3268a7fa036f000
|
| 3 |
+
size 16404
|