mradermacher commited on
Commit
2d73f24
·
verified ·
1 Parent(s): f522d8c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/ValiantLabs/ShiningValiantXS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: llama2
6
+ model_type: llama
7
+ quantized_by: mradermacher
8
+ tags:
9
+ - shining-valiant
10
+ - valiant
11
+ - valiant-labs
12
+ - llama
13
+ - llama-2
14
+ - llama-2-chat
15
+ - 13b
16
+ ---
17
+ ## About
18
+
19
  weighted/imatrix quants of https://huggingface.co/ValiantLabs/ShiningValiantXS
20
+
21
+
22
+ <!-- provided-files -->
23
+ static quants are available at https://huggingface.co/mradermacher/ShiningValiantXS-GGUF
24
+ ## Usage
25
+
26
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
27
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
28
+ more details, including on how to concatenate multi-part files.
29
+
30
+ ## Provided Quants
31
+
32
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
33
+
34
+ | Link | Type | Size/GB | Notes |
35
+ |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.3 | IQ3_XS probably better |
37
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.0 | IQ3_S probably better |
38
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.6 | IQ3_M probably better |
39
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.0 | optimal size/speed/quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.5 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.6 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/ShiningValiantXS-i1-GGUF/resolve/main/ShiningValiantXS.i1-Q6_K.gguf) | i1-Q6_K | 11.3 | practically like static Q6_K |
43
+
44
+
45
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
46
+ types (lower is better):
47
+
48
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
49
+
50
+ And here are Artefact2's thoughts on the matter:
51
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
52
+
53
+ ## Thanks
54
+
55
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
56
+ me use its servers and providing upgrades to my workstation to enable
57
+ this work in my free time.
58
+
59
+ <!-- end -->