mradermacher commited on
Commit
c9b2622
1 Parent(s): 66f8780

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -1,6 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/allura-org/G2-9B-Sugarquill-v0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allura-org/G2-9B-Sugarquill-v0
3
+ datasets:
4
+ - Mielikki/Erebus-87k
5
+ - allura-org/r_shortstories_24k
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: gemma
10
+ quantized_by: mradermacher
11
+ ---
12
+ ## About
13
+
14
  <!-- ### quantize_version: 2 -->
15
  <!-- ### output_tensor_quantised: 1 -->
16
  <!-- ### convert_type: hf -->
17
  <!-- ### vocab_type: -->
18
  <!-- ### tags: -->
19
  static quants of https://huggingface.co/allura-org/G2-9B-Sugarquill-v0
20
+
21
+ <!-- provided-files -->
22
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-i1-GGUF
23
+ ## Usage
24
+
25
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
26
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
27
+ more details, including on how to concatenate multi-part files.
28
+
29
+ ## Provided Quants
30
+
31
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
32
+
33
+ | Link | Type | Size/GB | Notes |
34
+ |:-----|:-----|--------:|:------|
35
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q2_K.gguf) | Q2_K | 3.9 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q3_K_S.gguf) | Q3_K_S | 4.4 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q3_K_M.gguf) | Q3_K_M | 4.9 | lower quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q3_K_L.gguf) | Q3_K_L | 5.2 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.IQ4_XS.gguf) | IQ4_XS | 5.3 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q4_K_S.gguf) | Q4_K_S | 5.6 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q4_K_M.gguf) | Q4_K_M | 5.9 | fast, recommended |
42
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q5_K_S.gguf) | Q5_K_S | 6.6 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q5_K_M.gguf) | Q5_K_M | 6.7 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q6_K.gguf) | Q6_K | 7.7 | very good quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.Q8_0.gguf) | Q8_0 | 9.9 | fast, best quality |
46
+ | [GGUF](https://huggingface.co/mradermacher/G2-9B-Sugarquill-v0-GGUF/resolve/main/G2-9B-Sugarquill-v0.f16.gguf) | f16 | 18.6 | 16 bpw, overkill |
47
+
48
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
49
+ types (lower is better):
50
+
51
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
52
+
53
+ And here are Artefact2's thoughts on the matter:
54
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
55
+
56
+ ## FAQ / Model Request
57
+
58
+ See https://huggingface.co/mradermacher/model_requests for some answers to
59
+ questions you might have and/or if you want some other model quantized.
60
+
61
+ ## Thanks
62
+
63
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
64
+ me use its servers and providing upgrades to my workstation to enable
65
+ this work in my free time.
66
+
67
+ <!-- end -->