Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.  
							See raw diff
- .gitattributes +1 -0
- config.json +70 -0
- configuration_deepseek.py +210 -0
- generation_config.json +8 -0
- model-00001-of-00074.safetensors +3 -0
- model-00002-of-00074.safetensors +3 -0
- model-00003-of-00074.safetensors +3 -0
- model-00004-of-00074.safetensors +3 -0
- model-00005-of-00074.safetensors +3 -0
- model-00006-of-00074.safetensors +3 -0
- model-00007-of-00074.safetensors +3 -0
- model-00008-of-00074.safetensors +3 -0
- model-00009-of-00074.safetensors +3 -0
- model-00010-of-00074.safetensors +3 -0
- model-00011-of-00074.safetensors +3 -0
- model-00012-of-00074.safetensors +3 -0
- model-00013-of-00074.safetensors +3 -0
- model-00014-of-00074.safetensors +3 -0
- model-00015-of-00074.safetensors +3 -0
- model-00016-of-00074.safetensors +3 -0
- model-00017-of-00074.safetensors +3 -0
- model-00018-of-00074.safetensors +3 -0
- model-00019-of-00074.safetensors +3 -0
- model-00020-of-00074.safetensors +3 -0
- model-00021-of-00074.safetensors +3 -0
- model-00022-of-00074.safetensors +3 -0
- model-00023-of-00074.safetensors +3 -0
- model-00024-of-00074.safetensors +3 -0
- model-00025-of-00074.safetensors +3 -0
- model-00026-of-00074.safetensors +3 -0
- model-00027-of-00074.safetensors +3 -0
- model-00028-of-00074.safetensors +3 -0
- model-00029-of-00074.safetensors +3 -0
- model-00030-of-00074.safetensors +3 -0
- model-00031-of-00074.safetensors +3 -0
- model-00032-of-00074.safetensors +3 -0
- model-00033-of-00074.safetensors +3 -0
- model-00034-of-00074.safetensors +3 -0
- model-00035-of-00074.safetensors +3 -0
- model-00036-of-00074.safetensors +3 -0
- model-00037-of-00074.safetensors +3 -0
- model-00038-of-00074.safetensors +3 -0
- model-00039-of-00074.safetensors +3 -0
- model-00040-of-00074.safetensors +3 -0
- model-00041-of-00074.safetensors +3 -0
- model-00042-of-00074.safetensors +3 -0
- model-00043-of-00074.safetensors +3 -0
- model-00044-of-00074.safetensors +3 -0
- model-00045-of-00074.safetensors +3 -0
- model-00046-of-00074.safetensors +3 -0
    	
        .gitattributes
    CHANGED
    
    | @@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text | |
| 33 | 
             
            *.zip filter=lfs diff=lfs merge=lfs -text
         | 
| 34 | 
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         | 
| 35 | 
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         | 
|  | 
|  | |
| 33 | 
             
            *.zip filter=lfs diff=lfs merge=lfs -text
         | 
| 34 | 
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         | 
| 35 | 
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         | 
| 36 | 
            +
            model.safetensors.index.json filter=lfs diff=lfs merge=lfs -text
         | 
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,70 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "/home/ubuntu/models/DeepSeek-R1-bf16",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "DeepseekV3ForCausalLM"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_bias": false,
         | 
| 7 | 
            +
              "attention_dropout": 0.0,
         | 
| 8 | 
            +
              "auto_map": {
         | 
| 9 | 
            +
                "AutoConfig": "configuration_deepseek.DeepseekV3Config",
         | 
| 10 | 
            +
                "AutoModel": "modeling_deepseek.DeepseekV3Model",
         | 
| 11 | 
            +
                "AutoModelForCausalLM": "modeling_deepseek.DeepseekV3ForCausalLM"
         | 
| 12 | 
            +
              },
         | 
| 13 | 
            +
              "aux_loss_alpha": 0.001,
         | 
| 14 | 
            +
              "bos_token_id": 0,
         | 
| 15 | 
            +
              "eos_token_id": 1,
         | 
| 16 | 
            +
              "ep_size": 1,
         | 
| 17 | 
            +
              "first_k_dense_replace": 3,
         | 
| 18 | 
            +
              "hidden_act": "silu",
         | 
| 19 | 
            +
              "hidden_size": 7168,
         | 
| 20 | 
            +
              "initializer_range": 0.02,
         | 
| 21 | 
            +
              "intermediate_size": 18432,
         | 
| 22 | 
            +
              "kv_lora_rank": 512,
         | 
| 23 | 
            +
              "max_position_embeddings": 163840,
         | 
| 24 | 
            +
              "model_type": "deepseek_v3",
         | 
| 25 | 
            +
              "moe_intermediate_size": 2048,
         | 
| 26 | 
            +
              "moe_layer_freq": 1,
         | 
| 27 | 
            +
              "n_group": 8,
         | 
| 28 | 
            +
              "n_routed_experts": 256,
         | 
| 29 | 
            +
              "n_shared_experts": 1,
         | 
| 30 | 
            +
              "norm_topk_prob": true,
         | 
| 31 | 
            +
              "num_attention_heads": 128,
         | 
| 32 | 
            +
              "num_experts_per_tok": 8,
         | 
| 33 | 
            +
              "num_hidden_layers": 61,
         | 
| 34 | 
            +
              "num_key_value_heads": 128,
         | 
| 35 | 
            +
              "num_nextn_predict_layers": 1,
         | 
| 36 | 
            +
              "pretraining_tp": 1,
         | 
| 37 | 
            +
              "q_lora_rank": 1536,
         | 
| 38 | 
            +
              "qk_nope_head_dim": 128,
         | 
| 39 | 
            +
              "qk_rope_head_dim": 64,
         | 
| 40 | 
            +
              "quantization_config": {
         | 
| 41 | 
            +
                "bits": 4,
         | 
| 42 | 
            +
                "group_size": 64,
         | 
| 43 | 
            +
                "modules_to_not_convert": null,
         | 
| 44 | 
            +
                "quant_method": "awq",
         | 
| 45 | 
            +
                "version": "gemm",
         | 
| 46 | 
            +
                "zero_point": true
         | 
| 47 | 
            +
              },
         | 
| 48 | 
            +
              "rms_norm_eps": 1e-06,
         | 
| 49 | 
            +
              "rope_scaling": {
         | 
| 50 | 
            +
                "beta_fast": 32,
         | 
| 51 | 
            +
                "beta_slow": 1,
         | 
| 52 | 
            +
                "factor": 40,
         | 
| 53 | 
            +
                "mscale": 1.0,
         | 
| 54 | 
            +
                "mscale_all_dim": 1.0,
         | 
| 55 | 
            +
                "original_max_position_embeddings": 4096,
         | 
| 56 | 
            +
                "type": "yarn"
         | 
| 57 | 
            +
              },
         | 
| 58 | 
            +
              "rope_theta": 10000,
         | 
| 59 | 
            +
              "routed_scaling_factor": 2.5,
         | 
| 60 | 
            +
              "scoring_func": "sigmoid",
         | 
| 61 | 
            +
              "seq_aux": true,
         | 
| 62 | 
            +
              "tie_word_embeddings": false,
         | 
| 63 | 
            +
              "topk_group": 4,
         | 
| 64 | 
            +
              "topk_method": "noaux_tc",
         | 
| 65 | 
            +
              "torch_dtype": "bfloat16",
         | 
| 66 | 
            +
              "transformers_version": "4.49.0.dev0",
         | 
| 67 | 
            +
              "use_cache": false,
         | 
| 68 | 
            +
              "v_head_dim": 128,
         | 
| 69 | 
            +
              "vocab_size": 129280
         | 
| 70 | 
            +
            }
         | 
    	
        configuration_deepseek.py
    ADDED
    
    | @@ -0,0 +1,210 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            from transformers.configuration_utils import PretrainedConfig
         | 
| 2 | 
            +
            from transformers.utils import logging
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            logger = logging.get_logger(__name__)
         | 
| 5 | 
            +
             | 
| 6 | 
            +
            DEEPSEEK_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
         | 
| 7 | 
            +
            class DeepseekV3Config(PretrainedConfig):
         | 
| 8 | 
            +
                r"""
         | 
| 9 | 
            +
                This is the configuration class to store the configuration of a [`DeepseekV3Model`]. It is used to instantiate an DeepSeek
         | 
| 10 | 
            +
                model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
         | 
| 11 | 
            +
                defaults will yield a similar configuration to that of the DeepSeek-V3.
         | 
| 12 | 
            +
             | 
| 13 | 
            +
                Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
         | 
| 14 | 
            +
                documentation from [`PretrainedConfig`] for more information.
         | 
| 15 | 
            +
             | 
| 16 | 
            +
             | 
| 17 | 
            +
                Args:
         | 
| 18 | 
            +
                    vocab_size (`int`, *optional*, defaults to 129280):
         | 
| 19 | 
            +
                        Vocabulary size of the Deep model. Defines the number of different tokens that can be represented by the
         | 
| 20 | 
            +
                        `inputs_ids` passed when calling [`DeepseekV3Model`]
         | 
| 21 | 
            +
                    hidden_size (`int`, *optional*, defaults to 4096):
         | 
| 22 | 
            +
                        Dimension of the hidden representations.
         | 
| 23 | 
            +
                    intermediate_size (`int`, *optional*, defaults to 11008):
         | 
| 24 | 
            +
                        Dimension of the MLP representations.
         | 
| 25 | 
            +
                    moe_intermediate_size (`int`, *optional*, defaults to 1407):
         | 
| 26 | 
            +
                        Dimension of the MoE representations.
         | 
| 27 | 
            +
                    num_hidden_layers (`int`, *optional*, defaults to 32):
         | 
| 28 | 
            +
                        Number of hidden layers in the Transformer decoder.
         | 
| 29 | 
            +
                    num_nextn_predict_layers (`int`, *optional*, defaults to 1):
         | 
| 30 | 
            +
                        Number of nextn predict layers in the DeepSeekV3 Model.
         | 
| 31 | 
            +
                    num_attention_heads (`int`, *optional*, defaults to 32):
         | 
| 32 | 
            +
                        Number of attention heads for each attention layer in the Transformer decoder.
         | 
| 33 | 
            +
                    n_shared_experts (`int`, *optional*, defaults to None):
         | 
| 34 | 
            +
                        Number of shared experts, None means dense model.
         | 
| 35 | 
            +
                    n_routed_experts (`int`, *optional*, defaults to None):
         | 
| 36 | 
            +
                        Number of routed experts, None means dense model.
         | 
| 37 | 
            +
                    routed_scaling_factor (`float`, *optional*, defaults to 1.0):
         | 
| 38 | 
            +
                        Scaling factor or routed experts.
         | 
| 39 | 
            +
                    topk_method (`str`, *optional*, defaults to `gready`):
         | 
| 40 | 
            +
                        Topk method used in routed gate.
         | 
| 41 | 
            +
                    n_group (`int`, *optional*, defaults to None):
         | 
| 42 | 
            +
                        Number of groups for routed experts.
         | 
| 43 | 
            +
                    topk_group (`int`, *optional*, defaults to None):
         | 
| 44 | 
            +
                        Number of selected groups for each token(for each token, ensuring the selected experts is only within `topk_group` groups).
         | 
| 45 | 
            +
                    num_experts_per_tok (`int`, *optional*, defaults to None):
         | 
| 46 | 
            +
                        Number of selected experts, None means dense model.
         | 
| 47 | 
            +
                    moe_layer_freq (`int`, *optional*, defaults to 1):
         | 
| 48 | 
            +
                        The frequency of the MoE layer: one expert layer for every `moe_layer_freq - 1` dense layers.
         | 
| 49 | 
            +
                    first_k_dense_replace (`int`, *optional*, defaults to 0):
         | 
| 50 | 
            +
                        Number of dense layers in shallow layers(embed->dense->dense->...->dense->moe->moe...->lm_head).
         | 
| 51 | 
            +
                                                                        \--k dense layers--/
         | 
| 52 | 
            +
                    norm_topk_prob (`bool`, *optional*, defaults to False):
         | 
| 53 | 
            +
                        Whether to normalize the weights of the routed experts.
         | 
| 54 | 
            +
                    scoring_func (`str`, *optional*, defaults to 'softmax'):
         | 
| 55 | 
            +
                        Method of computing expert weights.
         | 
| 56 | 
            +
                    aux_loss_alpha (`float`, *optional*, defaults to 0.001):
         | 
| 57 | 
            +
                        Auxiliary loss weight coefficient.
         | 
| 58 | 
            +
                    seq_aux = (`bool`, *optional*, defaults to True):
         | 
| 59 | 
            +
                        Whether to compute the auxiliary loss for each individual sample.
         | 
| 60 | 
            +
                    num_key_value_heads (`int`, *optional*):
         | 
| 61 | 
            +
                        This is the number of key_value heads that should be used to implement Grouped Query Attention. If
         | 
| 62 | 
            +
                        `num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
         | 
| 63 | 
            +
                        `num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
         | 
| 64 | 
            +
                        converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
         | 
| 65 | 
            +
                        by meanpooling all the original heads within that group. For more details checkout [this
         | 
| 66 | 
            +
                        paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
         | 
| 67 | 
            +
                        `num_attention_heads`.
         | 
| 68 | 
            +
                    hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
         | 
| 69 | 
            +
                        The non-linear activation function (function or string) in the decoder.
         | 
| 70 | 
            +
                    max_position_embeddings (`int`, *optional*, defaults to 2048):
         | 
| 71 | 
            +
                        The maximum sequence length that this model might ever be used with.
         | 
| 72 | 
            +
                    initializer_range (`float`, *optional*, defaults to 0.02):
         | 
| 73 | 
            +
                        The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
         | 
| 74 | 
            +
                    rms_norm_eps (`float`, *optional*, defaults to 1e-06):
         | 
| 75 | 
            +
                        The epsilon used by the rms normalization layers.
         | 
| 76 | 
            +
                    use_cache (`bool`, *optional*, defaults to `True`):
         | 
| 77 | 
            +
                        Whether or not the model should return the last key/values attentions (not used by all models). Only
         | 
| 78 | 
            +
                        relevant if `config.is_decoder=True`.
         | 
| 79 | 
            +
                    pad_token_id (`int`, *optional*):
         | 
| 80 | 
            +
                        Padding token id.
         | 
| 81 | 
            +
                    bos_token_id (`int`, *optional*, defaults to 1):
         | 
| 82 | 
            +
                        Beginning of stream token id.
         | 
| 83 | 
            +
                    eos_token_id (`int`, *optional*, defaults to 2):
         | 
| 84 | 
            +
                        End of stream token id.
         | 
| 85 | 
            +
                    pretraining_tp (`int`, *optional*, defaults to 1):
         | 
| 86 | 
            +
                        Experimental feature. Tensor parallelism rank used during pretraining. Please refer to [this
         | 
| 87 | 
            +
                        document](https://huggingface.co/docs/transformers/parallelism) to understand more about it. This value is
         | 
| 88 | 
            +
                        necessary to ensure exact reproducibility of the pretraining results. Please refer to [this
         | 
| 89 | 
            +
                        issue](https://github.com/pytorch/pytorch/issues/76232).
         | 
| 90 | 
            +
                    tie_word_embeddings (`bool`, *optional*, defaults to `False`):
         | 
| 91 | 
            +
                        Whether to tie weight embeddings
         | 
| 92 | 
            +
                    rope_theta (`float`, *optional*, defaults to 10000.0):
         | 
| 93 | 
            +
                        The base period of the RoPE embeddings.
         | 
| 94 | 
            +
                    rope_scaling (`Dict`, *optional*):
         | 
| 95 | 
            +
                        Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
         | 
| 96 | 
            +
                        strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
         | 
| 97 | 
            +
                        `{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
         | 
| 98 | 
            +
                        `max_position_embeddings` to the expected new maximum.
         | 
| 99 | 
            +
                    attention_bias (`bool`, defaults to `False`, *optional*, defaults to `False`):
         | 
| 100 | 
            +
                        Whether to use a bias in the query, key, value and output projection layers during self-attention.
         | 
| 101 | 
            +
                    attention_dropout (`float`, *optional*, defaults to 0.0):
         | 
| 102 | 
            +
                        The dropout ratio for the attention probabilities.
         | 
| 103 | 
            +
             | 
| 104 | 
            +
                ```python
         | 
| 105 | 
            +
                >>> from transformers import DeepseekV3Model, DeepseekV3Config
         | 
| 106 | 
            +
             | 
| 107 | 
            +
                >>> # Initializing a Deepseek-V3 style configuration
         | 
| 108 | 
            +
                >>> configuration = DeepseekV3Config()
         | 
| 109 | 
            +
             | 
| 110 | 
            +
                >>> # Accessing the model configuration
         | 
| 111 | 
            +
                >>> configuration = model.config
         | 
| 112 | 
            +
                ```"""
         | 
| 113 | 
            +
             | 
| 114 | 
            +
                model_type = "deepseek_v3"
         | 
| 115 | 
            +
                keys_to_ignore_at_inference = ["past_key_values"]
         | 
| 116 | 
            +
             | 
| 117 | 
            +
                def __init__(
         | 
| 118 | 
            +
                    self,
         | 
| 119 | 
            +
                    vocab_size=129280,
         | 
| 120 | 
            +
                    hidden_size=7168,
         | 
| 121 | 
            +
                    intermediate_size=18432,
         | 
| 122 | 
            +
                    moe_intermediate_size = 2048,
         | 
| 123 | 
            +
                    num_hidden_layers=61,
         | 
| 124 | 
            +
                    num_nextn_predict_layers=1,
         | 
| 125 | 
            +
                    num_attention_heads=128,
         | 
| 126 | 
            +
                    num_key_value_heads=128,
         | 
| 127 | 
            +
                    n_shared_experts = 1,
         | 
| 128 | 
            +
                    n_routed_experts = 256,
         | 
| 129 | 
            +
                    ep_size = 1,
         | 
| 130 | 
            +
                    routed_scaling_factor = 2.5,
         | 
| 131 | 
            +
                    kv_lora_rank = 512,
         | 
| 132 | 
            +
                    q_lora_rank = 1536,
         | 
| 133 | 
            +
                    qk_rope_head_dim = 64,
         | 
| 134 | 
            +
                    v_head_dim = 128,
         | 
| 135 | 
            +
                    qk_nope_head_dim = 128,
         | 
| 136 | 
            +
                    topk_method = 'noaux_tc',
         | 
| 137 | 
            +
                    n_group = 8,
         | 
| 138 | 
            +
                    topk_group = 4,
         | 
| 139 | 
            +
                    num_experts_per_tok = 8,
         | 
| 140 | 
            +
                    moe_layer_freq = 1,
         | 
| 141 | 
            +
                    first_k_dense_replace = 3,
         | 
| 142 | 
            +
                    norm_topk_prob = True,
         | 
| 143 | 
            +
                    scoring_func = 'sigmoid',
         | 
| 144 | 
            +
                    aux_loss_alpha = 0.001,
         | 
| 145 | 
            +
                    seq_aux = True,
         | 
| 146 | 
            +
                    hidden_act="silu",
         | 
| 147 | 
            +
                    max_position_embeddings=4096,
         | 
| 148 | 
            +
                    initializer_range=0.02,
         | 
| 149 | 
            +
                    rms_norm_eps=1e-6,
         | 
| 150 | 
            +
                    use_cache=True,
         | 
| 151 | 
            +
                    pad_token_id=None,
         | 
| 152 | 
            +
                    bos_token_id=0,
         | 
| 153 | 
            +
                    eos_token_id=1,
         | 
| 154 | 
            +
                    pretraining_tp=1,
         | 
| 155 | 
            +
                    tie_word_embeddings=False,
         | 
| 156 | 
            +
                    rope_theta=10000.0,
         | 
| 157 | 
            +
                    rope_scaling=None,
         | 
| 158 | 
            +
                    attention_bias=False,
         | 
| 159 | 
            +
                    attention_dropout=0.0,
         | 
| 160 | 
            +
                    **kwargs,
         | 
| 161 | 
            +
                ):
         | 
| 162 | 
            +
                    self.vocab_size = vocab_size
         | 
| 163 | 
            +
                    self.max_position_embeddings = max_position_embeddings
         | 
| 164 | 
            +
                    self.hidden_size = hidden_size
         | 
| 165 | 
            +
                    self.intermediate_size = intermediate_size
         | 
| 166 | 
            +
                    self.moe_intermediate_size = moe_intermediate_size
         | 
| 167 | 
            +
                    self.num_hidden_layers = num_hidden_layers
         | 
| 168 | 
            +
                    self.num_nextn_predict_layers = num_nextn_predict_layers
         | 
| 169 | 
            +
                    self.num_attention_heads = num_attention_heads
         | 
| 170 | 
            +
                    self.n_shared_experts = n_shared_experts
         | 
| 171 | 
            +
                    self.n_routed_experts = n_routed_experts
         | 
| 172 | 
            +
                    self.ep_size = ep_size
         | 
| 173 | 
            +
                    self.routed_scaling_factor = routed_scaling_factor
         | 
| 174 | 
            +
                    self.kv_lora_rank = kv_lora_rank
         | 
| 175 | 
            +
                    self.q_lora_rank = q_lora_rank
         | 
| 176 | 
            +
                    self.qk_rope_head_dim = qk_rope_head_dim
         | 
| 177 | 
            +
                    self.v_head_dim = v_head_dim
         | 
| 178 | 
            +
                    self.qk_nope_head_dim = qk_nope_head_dim
         | 
| 179 | 
            +
                    self.topk_method = topk_method
         | 
| 180 | 
            +
                    self.n_group = n_group
         | 
| 181 | 
            +
                    self.topk_group = topk_group
         | 
| 182 | 
            +
                    self.num_experts_per_tok = num_experts_per_tok
         | 
| 183 | 
            +
                    self.moe_layer_freq = moe_layer_freq
         | 
| 184 | 
            +
                    self.first_k_dense_replace = first_k_dense_replace
         | 
| 185 | 
            +
                    self.norm_topk_prob = norm_topk_prob
         | 
| 186 | 
            +
                    self.scoring_func = scoring_func
         | 
| 187 | 
            +
                    self.aux_loss_alpha = aux_loss_alpha
         | 
| 188 | 
            +
                    self.seq_aux = seq_aux
         | 
| 189 | 
            +
                    # for backward compatibility
         | 
| 190 | 
            +
                    if num_key_value_heads is None:
         | 
| 191 | 
            +
                        num_key_value_heads = num_attention_heads
         | 
| 192 | 
            +
             | 
| 193 | 
            +
                    self.num_key_value_heads = num_key_value_heads
         | 
| 194 | 
            +
                    self.hidden_act = hidden_act
         | 
| 195 | 
            +
                    self.initializer_range = initializer_range
         | 
| 196 | 
            +
                    self.rms_norm_eps = rms_norm_eps
         | 
| 197 | 
            +
                    self.pretraining_tp = pretraining_tp
         | 
| 198 | 
            +
                    self.use_cache = use_cache
         | 
| 199 | 
            +
                    self.rope_theta = rope_theta
         | 
| 200 | 
            +
                    self.rope_scaling = rope_scaling
         | 
| 201 | 
            +
                    self.attention_bias = attention_bias
         | 
| 202 | 
            +
                    self.attention_dropout = attention_dropout
         | 
| 203 | 
            +
             | 
| 204 | 
            +
                    super().__init__(
         | 
| 205 | 
            +
                        pad_token_id=pad_token_id,
         | 
| 206 | 
            +
                        bos_token_id=bos_token_id,
         | 
| 207 | 
            +
                        eos_token_id=eos_token_id,
         | 
| 208 | 
            +
                        tie_word_embeddings=tie_word_embeddings,
         | 
| 209 | 
            +
                        **kwargs,
         | 
| 210 | 
            +
                    )
         | 
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,8 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_from_model_config": true,
         | 
| 3 | 
            +
              "bos_token_id": 0,
         | 
| 4 | 
            +
              "do_sample": true,
         | 
| 5 | 
            +
              "eos_token_id": 1,
         | 
| 6 | 
            +
              "transformers_version": "4.49.0.dev0",
         | 
| 7 | 
            +
              "use_cache": false
         | 
| 8 | 
            +
            }
         | 
    	
        model-00001-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:3533fc0ac1b1d8ea7df0a8e2d8b81503c053dd920fe72009061cad8bc11d568a
         | 
| 3 | 
            +
            size 4995076312
         | 
    	
        model-00002-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:693e6daaa6a638044606b0642f9f26430397a3e2757e5872c771a434f029fcb0
         | 
| 3 | 
            +
            size 4995320096
         | 
    	
        model-00003-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:69bac9075832f923962a0d13b1eb149ae0c250f6c1c8b5ad4931aebf1fdbf529
         | 
| 3 | 
            +
            size 4993632760
         | 
    	
        model-00004-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:aa7a09aea8e2c933b539017b552ec31dc60bbb1a2feabbd1bd1dd73933ccd595
         | 
| 3 | 
            +
            size 4995319632
         | 
    	
        model-00005-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:5fcecd7c36300ba7660836bb77350f39bddd6a5fcc30858536b16af827aa7b56
         | 
| 3 | 
            +
            size 4995319632
         | 
    	
        model-00006-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:9a706b40c399d410f7480af263135b29ced3f95329f473a97a33ce3153e7e4da
         | 
| 3 | 
            +
            size 4995319680
         | 
    	
        model-00007-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:8efca411fc2842d936320819a2f33322964ad27f93057d2526e3fe9ad13b1e57
         | 
| 3 | 
            +
            size 4995320096
         | 
    	
        model-00008-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:50f39a56875b243f62b31b9ebfde61e402170ce9b028b080ed861caaac9a7f8b
         | 
| 3 | 
            +
            size 4993632816
         | 
    	
        model-00009-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:5573beb82ae48dfa917abbe35b3888f9fe347bf51d4c1d97bdf690d582fddb09
         | 
| 3 | 
            +
            size 4995319632
         | 
    	
        model-00010-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d364972a2b60ae73ddd0e8d7133d1a6963ef961d80dcaed336b9da86af0fc6a4
         | 
| 3 | 
            +
            size 4995321024
         | 
    	
        model-00011-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b0300241086209fbf07aa76dc7f58b3daa8b609fe09d6692e0b416c3cedd1c02
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00012-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:1f892a3f8157b86b9204e2de2428ccd6648f7e4e6e67e85013e8aa9533096b19
         | 
| 3 | 
            +
            size 4995321960
         | 
    	
        model-00013-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:619e030a6269e1c160554fa3a15e147ff9c929c587a0048945af326ea5873300
         | 
| 3 | 
            +
            size 4955755456
         | 
    	
        model-00014-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:5bda96c7730529242bbc2a8459d957bb89acf876ae92d8d9091fa853c0989d80
         | 
| 3 | 
            +
            size 4993631600
         | 
    	
        model-00015-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:dbff3981d8926f4cc2fc98ddffbace25bbb84b1b9b4ec5d6a9fdb98bba997b1a
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00016-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:1ad5ae7ab534c09a54e6937579d0bcb12a90f530e21523afdb78c76746f48020
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00017-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:eeddf6ff9dc45c4d1d676f9c9903d862aaebb43ba35c3f93ecfac51ba3f63b40
         | 
| 3 | 
            +
            size 4995321920
         | 
    	
        model-00018-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:8dc1f59828b2e49426477ca7f95a4e912ee6ddc5f0c4a38e4c269183c5bb28ac
         | 
| 3 | 
            +
            size 4995322024
         | 
    	
        model-00019-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c236c91def9fabeb61f11d023231b713fb7e56b1baa19b8333a97e23faf21e15
         | 
| 3 | 
            +
            size 4993634296
         | 
    	
        model-00020-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:9e04e72ba5d3625fdd660c59ecee36eefa1a50815c125f9a5993e3c8529aafb1
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00021-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d52fbfa49e3732f02cbecb21c47714512e2227075eaabc8cc0e7abbb66761030
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00022-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c812d92b622579a3dcd30ccea00e2c12e30cd70015890dcbc636227bf8a5a185
         | 
| 3 | 
            +
            size 4995321864
         | 
    	
        model-00023-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:4f0ab123a0d27439624718d9444065202dc6416c705ccf32c679b021157dbd70
         | 
| 3 | 
            +
            size 4995321968
         | 
    	
        model-00024-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:f277068ae4f8070e6863fe46341ab5134419d2d172a24efde6916bc7603baac8
         | 
| 3 | 
            +
            size 4993634408
         | 
    	
        model-00025-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b6ed60c7bf1b28c6aa32a3137559501a55799ff7e104567080c5db82c08dff2d
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00026-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:94a4335a79ef905b09c4ce9025e8ebf2cebc53150842c34505b603303c572760
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00027-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:99c9d2f92cc8f1a6d8a0055db5bf6623c36010daeb2971062f96b8794518821f
         | 
| 3 | 
            +
            size 4995321808
         | 
    	
        model-00028-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:fb6509431fe169a131531c8cb9e0cea9fb0d160c82323aae364e3aafe4d811f6
         | 
| 3 | 
            +
            size 4995321968
         | 
    	
        model-00029-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:385b58228df8dffe49314e9e318881277326f85e1dbec8f09404e48c49e3d490
         | 
| 3 | 
            +
            size 4993634464
         | 
    	
        model-00030-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:58cb3edcf8570525fcdfff68bc7a1df79f4b7e853d0e3712fc15ab6342c47e85
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00031-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:273b4243c63e279bb5752ce0de0a856d84a7c49cf204a2fd316a8f27051f783d
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00032-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:062602dc65fb730040126b604cffe95b32211cbbfd4e33921a85e96490ab715b
         | 
| 3 | 
            +
            size 4995321744
         | 
    	
        model-00033-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:6ac096286f1a8a269711bb79b0d044097879041a6bb7b1fe62c8c3385eec45b5
         | 
| 3 | 
            +
            size 4995321968
         | 
    	
        model-00034-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:ae0e6283d601141df40988220264da0579fbce62225ca0a94f8a69ea82f8d1e1
         | 
| 3 | 
            +
            size 4993634520
         | 
    	
        model-00035-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:ce639b3cab3b78b37895c2e420ffe10a3b0c22de1e2a9351c39d536a0d603ef6
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00036-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d2c1acbf796c36b8a464d438f1b228b770099bcc392379480ee49f1cf1f852db
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00037-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:6820854f972472c4493afd5dd98d85a6afd4fab1e92e7919ef09583ffede438f
         | 
| 3 | 
            +
            size 4995321688
         | 
    	
        model-00038-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:32043bba16ae8e36d91470336a883e1f0f17b2ffd6214c80a0c28feaea59aa2f
         | 
| 3 | 
            +
            size 4995321968
         | 
    	
        model-00039-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:b02b355bcd9cfe4eb63f6b3a6474521f6bc6a9ef993154407f452b5c382332de
         | 
| 3 | 
            +
            size 4993634584
         | 
    	
        model-00040-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d6fdaca4f857d146a906dece28e8c9e505b9fc9532745af92a4f3ab91fc07a10
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00041-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:acfa669d2fb1fa0c6825b99a955f3efc48dcf7518d5c6d37514442a49eb4adb5
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00042-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:953453de9e26635ac37d60a5d34449bf07f1d5e7680873aaa40edbfe23c2b455
         | 
| 3 | 
            +
            size 4995321632
         | 
    	
        model-00043-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:d5f7b85f8eeb39cc771bd429bea1f496b4900ebcc275a47bb59223284fdb80d3
         | 
| 3 | 
            +
            size 4995321968
         | 
    	
        model-00044-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:cb6e62c42fef6f3ee2794de427d51cc5f5e0da95af26fd2ccc2af6a1f0c0951d
         | 
| 3 | 
            +
            size 4993634632
         | 
    	
        model-00045-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:774f3c1827497ecc780b7dbe30097c4e99ef2246d1847e7053ff545403f24a1a
         | 
| 3 | 
            +
            size 4995321512
         | 
    	
        model-00046-of-00074.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:845b360c583f3f5a5310566b65a93881245c0faff1d3eafaee6f8cfcd735a7d4
         | 
| 3 | 
            +
            size 4995321512
         | 

