ArtusDev commited on
Commit
2304e07
·
verified ·
1 Parent(s): aaa7af2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: CharGen/CharGen-v3-mini
3
+ base_model_relation: quantized
4
+ quantized_by: ArtusDev
5
+ ---
6
+
7
+ ## EXL3 Quants of CharGen/CharGen-v3-mini
8
+
9
+ EXL3 quants of [CharGen/CharGen-v3-mini](https://huggingface.co/CharGen/CharGen-v3-mini) using <a href="https://github.com/turboderp-org/exllamav3/">exllamav3</a> for quantization.
10
+
11
+ ### Quants
12
+ | Quant(Revision) | Bits per Weight | Head Bits |
13
+ | -------- | ---------- | --------- |
14
+ | [3.0_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/3.0bpw_H6) | 3.0 | 6 |
15
+ | [3.5_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/3.5bpw_H6) | 3.5 | 6 |
16
+ | [4.0_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/4.0bpw_H6) | 4.0 | 6 |
17
+ | [4.5_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/4.5bpw_H6) | 4.5 | 6 |
18
+ | [5.0_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/5.0bpw_H6) | 5.0 | 6 |
19
+ | [6.0_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/6.0bpw_H6) | 6.0 | 6 |
20
+ | [8.0_H6](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/8.0bpw_H6) | 8.0 | 6 |
21
+ | [8.0_H8](https://huggingface.co/ArtusDev/CharGen_CharGen-v3-mini-EXL3/tree/8.0bpw_H8) | 8.0 | 8 |
22
+
23
+ ### Downloading quants with huggingface-cli
24
+
25
+ <details>
26
+ <summary>Click to view download instructions</summary>
27
+
28
+ Install hugginface-cli:
29
+
30
+ ```bash
31
+ pip install -U "huggingface_hub[cli]"
32
+ ```
33
+
34
+ Download quant by targeting the specific quant revision (branch):
35
+
36
+ ```
37
+ huggingface-cli download ArtusDev/CharGen_CharGen-v3-mini-EXL3 --revision "5bpw_H6" --local-dir ./
38
+ ```
39
+ </details>