bartowski commited on
Commit
57758f3
·
verified ·
1 Parent(s): 3bbc256

Quant for 4.25

Browse files
.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
+ quantize filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -5,69 +5,60 @@ language:
5
  tags:
6
  - moe
7
  - merge
8
- quantized_by: bartowski
9
- pipeline_tag: text-generation
10
  ---
11
 
12
- ## Exllama v2 Quantizations of Buttercup-4x7B-V2-laser
13
 
14
- Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.13">turboderp's ExLlamaV2 v0.0.13</a> for quantization.
 
15
 
16
- ## The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
17
 
18
- Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
19
 
20
- Conversion was done using the default calibration dataset.
 
 
 
 
 
21
 
22
- Default arguments used except when the bits per weight is above 6.0, at that point the lm_head layer is quantized at 8 bits per weight instead of the default 6.
23
 
24
- Original model: https://huggingface.co/Kquant03/Buttercup-4x7B-V2-laser
25
 
 
 
26
 
27
- <a href="https://huggingface.co/bartowski/Buttercup-4x7B-V2-laser-exl2/tree/8_0">8.0 bits per weight</a>
 
28
 
29
- <a href="https://huggingface.co/bartowski/Buttercup-4x7B-V2-laser-exl2/tree/6_5">6.5 bits per weight</a>
30
 
31
- <a href="https://huggingface.co/bartowski/Buttercup-4x7B-V2-laser-exl2/tree/5_0">5.0 bits per weight</a>
32
 
33
- <a href="https://huggingface.co/bartowski/Buttercup-4x7B-V2-laser-exl2/tree/4_25">4.25 bits per weight</a>
34
 
35
- <a href="https://huggingface.co/bartowski/Buttercup-4x7B-V2-laser-exl2/tree/3_5">3.5 bits per weight</a>
 
 
36
 
 
37
 
38
- ## Download instructions
39
 
40
- With git:
 
41
 
42
- ```shell
43
- git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/Buttercup-4x7B-V2-laser-exl2
44
- ```
45
 
46
- With huggingface hub (credit to TheBloke for instructions):
47
 
48
- ```shell
49
- pip3 install huggingface-hub
50
- ```
51
 
52
- To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Buttercup-4x7B-V2-laser-exl2`:
53
 
54
- ```shell
55
- mkdir Buttercup-4x7B-V2-laser-exl2
56
- huggingface-cli download bartowski/Buttercup-4x7B-V2-laser-exl2 --local-dir Buttercup-4x7B-V2-laser-exl2 --local-dir-use-symlinks False
57
- ```
58
 
59
- To download from a different branch, add the `--revision` parameter:
60
-
61
- Linux:
62
-
63
- ```shell
64
- mkdir Buttercup-4x7B-V2-laser-exl2-6_5
65
- huggingface-cli download bartowski/Buttercup-4x7B-V2-laser-exl2 --revision 6_5 --local-dir Buttercup-4x7B-V2-laser-exl2-6_5 --local-dir-use-symlinks False
66
- ```
67
-
68
- Windows (which apparently doesn't like _ in folders sometimes?):
69
-
70
- ```shell
71
- mkdir Buttercup-4x7B-V2-laser-exl2-6.5
72
- huggingface-cli download bartowski/Buttercup-4x7B-V2-laser-exl2 --revision 6_5 --local-dir Buttercup-4x7B-V2-laser-exl2-6.5 --local-dir-use-symlinks False
73
- ```
 
5
  tags:
6
  - moe
7
  - merge
 
 
8
  ---
9
 
10
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/oDBNyL829zidDQhDFjzyG.jpeg)
11
 
12
+ # "[We] are joined by the bonds of love. And you cannot track that, not with a thousand bloodhounds, and you cannot break it, not with a thousand swords."
13
+ [GGUF FILES HERE](https://huggingface.co/Kquant03/Buttercup-V2-laser-GGUF)
14
 
15
+ [Join our Discord!](https://discord.gg/aEGuFph9)
16
 
17
+ Lasered all the models, then merged again. Hopefully this an improvement upon my [original model](https://huggingface.co/Kquant03/Buttercup-4x7B-bf16).
18
 
19
+ The config looks like this...(detailed version is in the files and versions):
20
+ - [macadeliccc/WestLake-7B-v2-laser-truthy-dpo](https://huggingface.co/macadeliccc/WestLake-7B-v2-laser-truthy-dpo) - base
21
+ - [macadeliccc/WestLake-7B-v2-laser-truthy-dpo](https://huggingface.co/macadeliccc/WestLake-7B-v2-laser-truthy-dpo) - expert #1
22
+ - [cognitivecomputations/samantha-1.1-westlake-7b-laser](https://huggingface.co/cognitivecomputations/samantha-1.1-westlake-7b-laser) - expert #2
23
+ - [macadeliccc/WestLake-7B-v2-laser-truthy-dpo](https://huggingface.co/macadeliccc/WestLake-7B-v2-laser-truthy-dpo) - expert #3
24
+ - [Kquant03/Triunvirato-7B-laser](https://huggingface.co/Kquant03/Triunvirato-7b-laser) - expert #4
25
 
26
+ # Huge improvement upon the base Buttercup model!!!!
27
 
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/f2kxGJNw2iVBExYHiydB0.png)
29
 
30
+ # Rank 3 in the world for Roleplay.
31
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/w4-E6jF1nwd_HAO96Ldko.png)
32
 
33
+ # "[What is a Mixture of Experts (MoE)?](https://huggingface.co/blog/moe)"
34
+ ### (from the MistralAI papers...click the quoted question above to navigate to it directly.)
35
 
36
+ The scale of a model is one of the most important axes for better model quality. Given a fixed computing budget, training a larger model for fewer steps is better than training a smaller model for more steps.
37
 
38
+ Mixture of Experts enable models to be pretrained with far less compute, which means you can dramatically scale up the model or dataset size with the same compute budget as a dense model. In particular, a MoE model should achieve the same quality as its dense counterpart much faster during pretraining.
39
 
40
+ So, what exactly is a MoE? In the context of transformer models, a MoE consists of two main elements:
41
 
42
+ Sparse MoE layers are used instead of dense feed-forward network (FFN) layers. MoE layers have a certain number of “experts” (e.g. 32 in my "frankenMoE"), where each expert is a neural network. In practice, the experts are FFNs, but they can also be more complex networks or even a MoE itself, leading to hierarchical MoEs!
43
+
44
+ A gate network or router, that determines which tokens are sent to which expert. For example, in the image below, the token “More” is sent to the second expert, and the token "Parameters” is sent to the first network. As we’ll explore later, we can send a token to more than one expert. How to route a token to an expert is one of the big decisions when working with MoEs - the router is composed of learned parameters and is pretrained at the same time as the rest of the network.
45
 
46
+ At every layer, for every token, a router network chooses two of these groups (the “experts”) to process the token and combine their output additively.
47
 
48
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/up_I0R2TQGjqTShZp_1Sz.png)
49
 
50
+ Switch Layer
51
+ MoE layer from the [Switch Transformers paper](https://arxiv.org/abs/2101.03961)
52
 
53
+ So, to recap, in MoEs we replace every FFN layer of the transformer model with an MoE layer, which is composed of a gate network and a certain number of experts.
 
 
54
 
55
+ Although MoEs provide benefits like efficient pretraining and faster inference compared to dense models, they also come with challenges:
56
 
57
+ Training: MoEs enable significantly more compute-efficient pretraining, but they’ve historically struggled to generalize during fine-tuning, leading to overfitting.
58
+ Inference: Although a MoE might have many parameters, only some of them are used during inference. This leads to much faster inference compared to a dense model with the same number of parameters. However, all parameters need to be loaded in RAM, so memory requirements are high. For example, [given a MoE like Mixtral 8x7B](https://huggingface.co/blog/moe), we’ll need to have enough VRAM to hold a dense 47B parameter model. Why 47B parameters and not 8 x 7B = 56B? That’s because in MoE models, only the FFN layers are treated as individual experts, and the rest of the model parameters are shared. At the same time, assuming just two experts are being used per token, the inference speed (FLOPs) is like using a 12B model (as opposed to a 14B model), because it computes 2x7B matrix multiplications, but with some layers shared (more on this soon).
 
59
 
60
+ If all our tokens are sent to just a few popular experts, that will make training inefficient. In a normal MoE training, the gating network converges to mostly activate the same few experts. This self-reinforces as favored experts are trained quicker and hence selected more. To mitigate this, an auxiliary loss is added to encourage giving all experts equal importance. This loss ensures that all experts receive a roughly equal number of training examples. The following sections will also explore the concept of expert capacity, which introduces a threshold of how many tokens can be processed by an expert. In transformers, the auxiliary loss is exposed via the aux_loss parameter.
61
 
 
 
 
 
62
 
63
+ ## "Wait...but you called this a frankenMoE?"
64
+ The difference between MoE and "frankenMoE" lies in the fact that the router layer in a model like the one on this repo is not trained simultaneously.
 
 
 
 
 
 
 
 
 
 
 
 
 
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "macadeliccc/WestLake-7B-v2-laser-truthy-dpo",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mixtral",
15
+ "num_attention_heads": 32,
16
+ "num_experts_per_tok": 2,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 8,
19
+ "num_local_experts": 4,
20
+ "output_router_logits": false,
21
+ "pad_token_id": 2,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_theta": 10000.0,
24
+ "router_aux_loss_coef": 0.001,
25
+ "sliding_window": null,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.38.0.dev0",
29
+ "unsloth_version": "2024.1",
30
+ "use_cache": true,
31
+ "vocab_size": 32000
32
+ }
mergekit_moe_config.yml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
2
+ gate_mode: hidden
3
+ dtype: bfloat16
4
+ experts:
5
+ - source_model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
6
+ positive_prompts:
7
+ - "Arithmetic"
8
+ negative_prompts:
9
+ - "fake"
10
+ - source_model: cognitivecomputations/samantha-1.1-westlake-7b-laser
11
+ positive_prompts:
12
+ - "Therapeutic"
13
+ negative_prompts:
14
+ - "unreal"
15
+ - source_model: macadeliccc/WestLake-7B-v2-laser-truthy-dpo
16
+ positive_prompts:
17
+ - "Scientific"
18
+ negative_prompts:
19
+ - "unknown"
20
+ - source_model: Kquant03/Triunvirato-7b-laser
21
+ positive_prompts:
22
+ - "Fun"
23
+ negative_prompts:
24
+ - "boring"
model.safetensors.index.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"metadata": {"mergekit_version": "0.0.4.1"}, "weight_map": {"model.embed_tokens.weight": "model-00001-of-00005.safetensors", "model.norm.weight": "model-00001-of-00005.safetensors", "lm_head.weight": "model-00001-of-00005.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.0.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.1.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.2.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.3.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.4.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.3.w3.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.0.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.1.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.2.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.3.w1.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.0.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.1.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.2.w2.weight": "model-00001-of-00005.safetensors", "model.layers.5.block_sparse_moe.experts.3.w2.weight": "model-00001-of-00005.safetensors", "model.layers.6.input_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00005.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.0.w3.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.1.w3.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.2.w3.weight": "model-00001-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.6.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.7.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.8.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.9.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.10.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.11.block_sparse_moe.experts.3.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.input_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00005.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.0.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.1.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.2.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.3.w3.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.0.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.1.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.2.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.3.w1.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.0.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.1.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.2.w2.weight": "model-00002-of-00005.safetensors", "model.layers.12.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.13.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.14.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.15.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.16.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.17.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.3.w1.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.0.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.1.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.2.w2.weight": "model-00003-of-00005.safetensors", "model.layers.18.block_sparse_moe.experts.3.w2.weight": "model-00003-of-00005.safetensors", "model.layers.19.input_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00005.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.0.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.1.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.2.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.3.w3.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.0.w1.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.1.w1.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.2.w1.weight": "model-00003-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.19.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.20.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.21.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.22.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.23.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.24.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.3.w3.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.0.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.1.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.2.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.3.w1.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.0.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.1.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.2.w2.weight": "model-00004-of-00005.safetensors", "model.layers.25.block_sparse_moe.experts.3.w2.weight": "model-00004-of-00005.safetensors", "model.layers.26.input_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00004-of-00005.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.0.w3.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.1.w3.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.2.w3.weight": "model-00004-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.input_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00005-of-00005.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.0.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.1.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.2.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.3.w3.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.0.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.1.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.2.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.3.w1.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.0.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.1.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.2.w2.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.experts.3.w2.weight": "model-00005-of-00005.safetensors", "model.layers.0.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.1.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.2.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.3.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.4.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.5.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.6.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.7.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.8.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.9.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.10.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.11.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.12.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.13.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.14.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.15.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.16.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.17.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.18.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.19.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.20.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.21.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.22.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.23.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.24.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.25.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.26.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.27.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.28.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.29.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.30.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors", "model.layers.31.block_sparse_moe.gate.weight": "model-00005-of-00005.safetensors"}}
original_repo_url.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ https://huggingface.co/Kquant03/Buttercup-4x7B-V2-laser
output-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc1ef11613f331d383ceae184465002ff7f6e3ea66463135c4ce7a8e1c9eadc
3
+ size 8589582488
output-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67b7b4257e03ad3c4bf486abed3b3101fc9306151956644755e5f628a6b3ada
3
+ size 4468452624
quantize ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e895c35a6c3c4b2c1b085a93bfce8f283641c233d2f766123686d5d1d4ecaebd
3
+ size 1175752
special_tokens_map.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<s>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": "<s>",
22
+ "unk_token": {
23
+ "content": "<unk>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false
28
+ }
29
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "additional_special_tokens": [
31
+ "<unk>",
32
+ "<s>",
33
+ "</s>"
34
+ ],
35
+ "bos_token": "<s>",
36
+ "clean_up_tokenization_spaces": false,
37
+ "eos_token": "</s>",
38
+ "legacy": true,
39
+ "model_max_length": 255,
40
+ "pad_token": "<s>",
41
+ "padding_side": "left",
42
+ "sp_model_kwargs": {},
43
+ "spaces_between_special_tokens": false,
44
+ "tokenizer_class": "LlamaTokenizer",
45
+ "unk_token": "<unk>",
46
+ "use_default_system_prompt": true
47
+ }