Views
No views yet
| Attribute | Value |
|---|---|
| Base model | speakleash/Bielik-11B-v2.3-Instruct |
| Architecture | Mistral (50 layers, 4096 hidden, 32 heads, 8 KV heads) |
| Quantization method | QuIP# with E8P12 lattice codebook |
| Precision | 2-bit weights (FP16 base) |
| Model size | 3.26 GB (vs ~22 GB FP16, ~6.7x compression) |
| Calibration | CulturaX-PL (512 samples, 4096 tokens each) |
| Metric | Score |
|---|---|
| Normalized avg (22 tasks) | 61.10 |
| FP16 baseline | 65.71 |
| Retention | ~93% of FP16 quality |
| Metric | QuIP# E8P12 | IQ2_XXS | FP16 |
|---|---|---|---|
| Raw avg (22 tasks) | 71.92 | 72.07 | 75.40 |
| Tasks won (head-to-head) | 11/22 | 11/22 | — |
1from lib.utils.unsafe_import import model_from_hf_path
2
3model, tokenizer = model_from_hf_path(
4 "Jakubrd4/Bielik-11B-v2.3-Instruct-QuIP-2bit"
5)model_from_hf_path() is needed to convert MistralConfig to LlamaConfig
(map sliding_window -> None, attention_dropout -> 0).hessians/ directory)