File size: 2,065 Bytes
48a5889
 
 
 
e7ff728
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48a5889
 
 
 
 
 
 
 
 
b5fa480
48a5889
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7ff728
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
base_model: skt/A.X-3.1
base_model_relation: quantized
quantized_by: ArtusDev
license: apache-2.0
license_link: https://huggingface.co/skt/A.X-3.1/blob/main/LICENSE
language:
- en
- ko
model_id: skt/A.X-3.1
developers: SKT AI Model Lab
model-index:
- name: A.X-3.1
  results:
  - task:
      type: generate_until
      name: mmlu
    dataset:
      name: mmlu (chat CoT)
      type: hails/mmlu_no_train
    metrics:
    - type: exact_match
      value: 75.1
      name: exact_match
  - task:
      type: generate_until
      name: kmmlu
    dataset:
      name: kmmlu (chat CoT)
      type: HAERAE-HUB/KMMLU
    metrics:
    - type: exact_match
      value: 69.2
      name: exact_match
tags:
- exl3
---

## EXL3 Quants of skt/A.X-3.1

EXL3 quants of [skt/A.X-3.1](https://huggingface.co/skt/A.X-3.1) using <a href="https://github.com/turboderp-org/exllamav3/">exllamav3</a> for quantization.

### Quants
| Quant(Revision) | Bits per Weight | Head Bits |
| -------- | ---------- | --------- |
| [2.5_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/2.5bpw_H6) | 2.5 | 6 |
| [3.0_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/3.0bpw_H6) | 3.0 | 6 |
| [3.5_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/3.5bpw_H6) | 3.5 | 6 |
| [4.0_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/4.0bpw_H6) | 4.0 | 6 |
| [4.5_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/4.5bpw_H6) | 4.5 | 6 |
| [5.0_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/5.0bpw_H6) | 5.0 | 6 |
| [6.0_H6](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/6.0bpw_H6) | 6.0 | 6 |
| [8.0_H8](https://huggingface.co/ArtusDev/skt_A.X-3.1-EXL3/tree/8.0bpw_H8) | 8.0 | 8 |

### Downloading quants with huggingface-cli

<details>
  <summary>Click to view download instructions</summary>

Install hugginface-cli:

```bash
pip install -U "huggingface_hub[cli]"
```

Download quant by targeting the specific quant revision (branch):

```
huggingface-cli download ArtusDev/skt_A.X-3.1-EXL3 --revision "5.0bpw_H6" --local-dir ./
```
</details>