diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bc5f30d6632ac0efdc7be2e9095e9e9579af2e33 --- /dev/null +++ b/README.md @@ -0,0 +1,199 @@ +--- +library_name: transformers +tags: [] +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + +This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated. + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..e12ca501f9b081583ecc39a427f29d691bdcaa6a --- /dev/null +++ b/config.json @@ -0,0 +1,44 @@ +{ + "_name_or_path": "llama3_instruct", + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 128000, + "eos_token_id": 128001, + "hidden_act": "silu", + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 14336, + "max_position_embeddings": 8192, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 32, + "num_hidden_layers": 32, + "num_key_value_heads": 8, + "pretraining_tp": 1, + "quantization_config": { + "_load_in_4bit": true, + "_load_in_8bit": false, + "bnb_4bit_compute_dtype": "bfloat16", + "bnb_4bit_quant_storage": "uint8", + "bnb_4bit_quant_type": "nf4", + "bnb_4bit_use_double_quant": true, + "llm_int8_enable_fp32_cpu_offload": false, + "llm_int8_has_fp16_weight": false, + "llm_int8_skip_modules": null, + "llm_int8_threshold": 6.0, + "load_in_4bit": true, + "load_in_8bit": false, + "quant_method": "bitsandbytes" + }, + "rms_norm_eps": 1e-05, + "rope_scaling": null, + "rope_theta": 500000.0, + "tie_word_embeddings": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.42.4", + "use_cache": true, + "vocab_size": 128256 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..77789f31dc655efaa22536f25a29f61f860bae8b --- /dev/null +++ b/generation_config.json @@ -0,0 +1,12 @@ +{ + "bos_token_id": 128000, + "do_sample": true, + "eos_token_id": [ + 128001, + 128009 + ], + "max_length": 4096, + "temperature": 0.6, + "top_p": 0.9, + "transformers_version": "4.42.4" +} diff --git a/model-00001-of-00002.safetensors b/model-00001-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a036bb1dd22a5737ae557e6c9787fe760c54e72f --- /dev/null +++ b/model-00001-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3c8f624c3d59d53ba514f09031ab4609f5dfc96efc5f9bbe0f515a765e7660 +size 4652073163 diff --git a/model-00002-of-00002.safetensors b/model-00002-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1ec4137c0646b35d67a454430eb2d8e62776d2b9 --- /dev/null +++ b/model-00002-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674610adfedb7f19d21475a7280d6b34774894e654f1d50f4c24444ba7bd0d04 +size 1050673280 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000000000000000000000000000000000000..ee593b6931ac5afa21877afe21e7b647704abcde --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,1418 @@ +{ + "metadata": { + "total_size": 5702577979 + }, + "weight_map": { + "lm_head.weight": "model-00002-of-00002.safetensors", + "model.embed_tokens.weight": "model-00001-of-00002.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.0.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.1.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.10.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.11.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.12.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.13.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.14.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.15.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.16.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.17.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.18.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.19.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.2.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.20.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.21.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.22.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.23.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.24.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.25.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.26.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.27.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.28.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.29.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.3.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.30.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.31.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.4.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.5.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.6.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.7.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.8.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.k_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.o_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.q_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.nested_absmax": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.nested_quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.quant_map": "model-00001-of-00002.safetensors", + "model.layers.9.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00001-of-00002.safetensors", + "model.norm.weight": "model-00001-of-00002.safetensors" + } +}