Transformers
GGUF
English
Inference Endpoints
mradermacher commited on
Commit
188678b
1 Parent(s): ee486b1

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -1 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/athirdpath/Nu-17b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - athirdpath/DPO_Pairs-Roleplay-Alpaca-NSFW
4
+ - athirdpath/alpaca_dpo_pairs
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: cc-by-nc-4.0
9
+ quantized_by: mradermacher
10
+ ---
11
+ ## About
12
+
13
  static quants of https://huggingface.co/athirdpath/Nu-17b
14
+
15
+
16
+ <!-- provided-files -->
17
+ ## Usage
18
+
19
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
20
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
21
+ more details, including on how to concatenate multi-part files.
22
+
23
+ ## Provided Quants
24
+
25
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
26
+
27
+ | Link | Type | Size/GB | Notes |
28
+ |:-----|:-----|--------:|:------|
29
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q2_K.gguf) | Q2_K | 6.5 | |
30
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.IQ3_XS.gguf) | IQ3_XS | 7.2 | |
31
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q3_K_S.gguf) | Q3_K_S | 7.5 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.IQ3_S.gguf) | IQ3_S | 7.6 | fast, beats Q3_K* |
33
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.IQ3_M.gguf) | IQ3_M | 7.8 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q3_K_M.gguf) | Q3_K_M | 8.4 | lower quality |
35
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q3_K_L.gguf) | Q3_K_L | 9.1 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.IQ4_XS.gguf) | IQ4_XS | 9.4 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q4_K_S.gguf) | Q4_K_S | 9.8 | fast, medium quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q4_K_M.gguf) | Q4_K_M | 10.4 | fast, medium quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q5_K_S.gguf) | Q5_K_S | 11.9 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q5_K_M.gguf) | Q5_K_M | 12.2 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q6_K.gguf) | Q6_K | 14.1 | very good quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/Nu-17b-GGUF/resolve/main/Nu-17b.Q8_0.gguf) | Q8_0 | 18.1 | fast, best quality |
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 -->