unsloth/llama-2-7b — lems search — 0.6 target ratio

This model was compressed using kfac_svd with lems rank search starting from unsloth/llama-2-7b as base model. You may check out our publication and project page for details on kfac-svd and our LEMS rank search.

Compression Details

Metric Value
Base Model unsloth/llama-2-7b
Method kfac_svd
Search Method lems
Target Ratio 0.6
Compression Metric params
Recommended Dtype float16
Compressed Layers 176
Total Parameters 4,147,658,928

Usage

The checkpoint records its recommended dtype in config.json; no explicit torch_dtype argument should be needed with this remote-code wrapper. For standard Transformers models, torch_dtype="auto" is the portable fallback.

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained(
    "MoritzMo123/kfac-svd_lems_llama-2-7b_0.6",
    trust_remote_code=True,
    device_map="auto",
)
tokenizer = AutoTokenizer.from_pretrained("MoritzMo123/kfac-svd_lems_llama-2-7b_0.6")

inputs = tokenizer('Hello, ', return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=50)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

Evaluation Results

Dataset Perplexity
wikitext2 9.87
ptb 281.64
c4 22.94

Rank Allocation

Per-layer ranks (click to expand)
Layer Rank
model.layers.0.mlp.down_proj 1824
model.layers.0.mlp.gate_proj 1136
model.layers.0.mlp.up_proj 1008
model.layers.0.self_attn.k_proj 616
model.layers.0.self_attn.o_proj 616
model.layers.0.self_attn.q_proj 616
model.layers.0.self_attn.v_proj 640
model.layers.1.mlp.gate_proj 1832
model.layers.1.mlp.up_proj 1912
model.layers.1.self_attn.k_proj 632
model.layers.1.self_attn.o_proj 1056
model.layers.1.self_attn.q_proj 616
model.layers.1.self_attn.v_proj 1120
model.layers.10.mlp.down_proj 1744
model.layers.10.mlp.gate_proj 1528
model.layers.10.mlp.up_proj 1944
model.layers.10.self_attn.k_proj 776
model.layers.10.self_attn.q_proj 800
model.layers.11.mlp.down_proj 1712
model.layers.11.mlp.gate_proj 1360
model.layers.11.mlp.up_proj 1768
model.layers.11.self_attn.k_proj 712
model.layers.11.self_attn.o_proj 1336
model.layers.11.self_attn.q_proj 696
model.layers.11.self_attn.v_proj 1248
model.layers.12.mlp.down_proj 1784
model.layers.12.mlp.gate_proj 1416
model.layers.12.mlp.up_proj 1816
model.layers.12.self_attn.k_proj 680
model.layers.12.self_attn.q_proj 800
model.layers.12.self_attn.v_proj 1368
model.layers.13.mlp.down_proj 1824
model.layers.13.mlp.gate_proj 1464
model.layers.13.mlp.up_proj 1824
model.layers.13.self_attn.k_proj 640
model.layers.13.self_attn.q_proj 768
model.layers.14.mlp.down_proj 1936
model.layers.14.mlp.gate_proj 1512
model.layers.14.mlp.up_proj 1936
model.layers.14.self_attn.k_proj 632
model.layers.14.self_attn.q_proj 672
model.layers.15.mlp.down_proj 1976
model.layers.15.mlp.gate_proj 1648
model.layers.15.mlp.up_proj 1872
model.layers.15.self_attn.k_proj 672
model.layers.15.self_attn.q_proj 760
model.layers.16.mlp.gate_proj 1680
model.layers.16.mlp.up_proj 1872
model.layers.16.self_attn.k_proj 640
model.layers.16.self_attn.q_proj 640
model.layers.17.mlp.gate_proj 1560
model.layers.17.mlp.up_proj 1712
model.layers.17.self_attn.k_proj 696
model.layers.17.self_attn.o_proj 1312
model.layers.17.self_attn.q_proj 784
model.layers.17.self_attn.v_proj 1304
model.layers.18.mlp.gate_proj 1720
model.layers.18.mlp.up_proj 1760
model.layers.18.self_attn.k_proj 624
model.layers.18.self_attn.o_proj 1120
model.layers.18.self_attn.q_proj 624
model.layers.18.self_attn.v_proj 1024
model.layers.19.mlp.gate_proj 1632
model.layers.19.mlp.up_proj 1656
model.layers.19.self_attn.k_proj 656
model.layers.19.self_attn.o_proj 1112
model.layers.19.self_attn.q_proj 744
model.layers.19.self_attn.v_proj 1016
model.layers.2.mlp.gate_proj 1760
model.layers.2.self_attn.k_proj 640
model.layers.2.self_attn.q_proj 704
model.layers.20.mlp.gate_proj 1464
model.layers.20.mlp.up_proj 1480
model.layers.20.self_attn.k_proj 616
model.layers.20.self_attn.o_proj 952
model.layers.20.self_attn.q_proj 624
model.layers.20.self_attn.v_proj 1152
model.layers.21.mlp.down_proj 1896
model.layers.21.mlp.gate_proj 1272
model.layers.21.mlp.up_proj 1384
model.layers.21.self_attn.k_proj 632
model.layers.21.self_attn.o_proj 816
model.layers.21.self_attn.q_proj 632
model.layers.21.self_attn.v_proj 752
model.layers.22.mlp.down_proj 1752
model.layers.22.mlp.gate_proj 1232
model.layers.22.mlp.up_proj 1240
model.layers.22.self_attn.k_proj 624
model.layers.22.self_attn.o_proj 904
model.layers.22.self_attn.q_proj 616
model.layers.22.self_attn.v_proj 920
model.layers.23.mlp.down_proj 1616
model.layers.23.mlp.gate_proj 1192
model.layers.23.mlp.up_proj 1208
model.layers.23.self_attn.k_proj 648
model.layers.23.self_attn.o_proj 744
model.layers.23.self_attn.q_proj 688
model.layers.23.self_attn.v_proj 648
model.layers.24.mlp.down_proj 1328
model.layers.24.mlp.gate_proj 1112
model.layers.24.mlp.up_proj 1032
model.layers.24.self_attn.k_proj 616
model.layers.24.self_attn.o_proj 616
model.layers.24.self_attn.q_proj 648
model.layers.24.self_attn.v_proj 720
model.layers.25.mlp.down_proj 1336
model.layers.25.mlp.gate_proj 1336
model.layers.25.mlp.up_proj 1248
model.layers.25.self_attn.k_proj 624
model.layers.25.self_attn.o_proj 624
model.layers.25.self_attn.q_proj 672
model.layers.25.self_attn.v_proj 648
model.layers.26.mlp.down_proj 1336
model.layers.26.mlp.gate_proj 1408
model.layers.26.mlp.up_proj 1264
model.layers.26.self_attn.k_proj 624
model.layers.26.self_attn.o_proj 616
model.layers.26.self_attn.q_proj 640
model.layers.26.self_attn.v_proj 664
model.layers.27.mlp.down_proj 1512
model.layers.27.mlp.gate_proj 1672
model.layers.27.mlp.up_proj 1560
model.layers.27.self_attn.k_proj 616
model.layers.27.self_attn.o_proj 616
model.layers.27.self_attn.q_proj 648
model.layers.27.self_attn.v_proj 664
model.layers.28.mlp.down_proj 1368
model.layers.28.mlp.gate_proj 1504
model.layers.28.mlp.up_proj 1728
model.layers.28.self_attn.k_proj 624
model.layers.28.self_attn.o_proj 616
model.layers.28.self_attn.q_proj 624
model.layers.28.self_attn.v_proj 648
model.layers.29.mlp.down_proj 1480
model.layers.29.mlp.gate_proj 1408
model.layers.29.mlp.up_proj 1824
model.layers.29.self_attn.k_proj 624
model.layers.29.self_attn.o_proj 624
model.layers.29.self_attn.q_proj 624
model.layers.29.self_attn.v_proj 616
model.layers.3.self_attn.k_proj 944
model.layers.3.self_attn.q_proj 1000
model.layers.30.mlp.down_proj 1640
model.layers.30.mlp.gate_proj 1552
model.layers.30.self_attn.k_proj 640
model.layers.30.self_attn.o_proj 616
model.layers.30.self_attn.q_proj 624
model.layers.30.self_attn.v_proj 616
model.layers.31.mlp.down_proj 1808
model.layers.31.mlp.gate_proj 1456
model.layers.31.self_attn.k_proj 632
model.layers.31.self_attn.o_proj 616
model.layers.31.self_attn.q_proj 648
model.layers.31.self_attn.v_proj 616
model.layers.4.self_attn.k_proj 720
model.layers.4.self_attn.q_proj 648
model.layers.5.self_attn.k_proj 648
model.layers.5.self_attn.q_proj 664
model.layers.6.self_attn.k_proj 664
model.layers.6.self_attn.o_proj 1360
model.layers.6.self_attn.q_proj 720
model.layers.7.self_attn.k_proj 688
model.layers.7.self_attn.o_proj 1320
model.layers.7.self_attn.q_proj 808
model.layers.7.self_attn.v_proj 1368
model.layers.8.mlp.down_proj 1984
model.layers.8.mlp.gate_proj 1728
model.layers.8.self_attn.k_proj 752
model.layers.8.self_attn.o_proj 1336
model.layers.8.self_attn.q_proj 728
model.layers.8.self_attn.v_proj 1392
model.layers.9.mlp.down_proj 1880
model.layers.9.mlp.gate_proj 1576
model.layers.9.mlp.up_proj 2048
model.layers.9.self_attn.k_proj 664
model.layers.9.self_attn.q_proj 704

Hydra Configuration Summary

Config Field Value
Model unsloth/llama-2-7b
SVD Method kfac_svd
Search Method lems
Compression Target 0.6
Target Metric params
Calibration Dataset wikitext2
Sequence Length 2048
Seed 233
Downloads last month
1
Safetensors
Model size
4B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for MoritzMo123/kfac-svd_lems_llama-2-7b_0.6

Finetuned
(21)
this model

Dataset used to train MoritzMo123/kfac-svd_lems_llama-2-7b_0.6

Collection including MoritzMo123/kfac-svd_lems_llama-2-7b_0.6