mradermacher commited on
Commit
b17bbb9
1 Parent(s): 11d11d6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,6 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/Sao10K/Solstice-11B-v1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sao10K/Solstice-11B-v1
3
+ datasets:
4
+ - Himitsui/Lewd-Assistant-v1
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: cc-by-nc-4.0
9
+ quantized_by: mradermacher
10
+ ---
11
+ ## About
12
+
13
  <!-- ### quantize_version: 2 -->
14
  <!-- ### output_tensor_quantised: 1 -->
15
  <!-- ### convert_type: hf -->
16
  <!-- ### vocab_type: -->
17
  <!-- ### tags: nicoboss -->
18
  weighted/imatrix quants of https://huggingface.co/Sao10K/Solstice-11B-v1
19
+
20
+ <!-- provided-files -->
21
+ static quants are available at https://huggingface.co/mradermacher/Solstice-11B-v1-GGUF
22
+ ## Usage
23
+
24
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
25
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
26
+ more details, including on how to concatenate multi-part files.
27
+
28
+ ## Provided Quants
29
+
30
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
31
+
32
+ | Link | Type | Size/GB | Notes |
33
+ |:-----|:-----|--------:|:------|
34
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-IQ2_M.gguf) | i1-IQ2_M | 3.8 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q2_K.gguf) | i1-Q2_K | 4.1 | IQ3_XXS probably better |
36
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 4.3 | lower quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 4.5 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.8 | IQ3_XS probably better |
39
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-IQ3_S.gguf) | i1-IQ3_S | 4.8 | beats Q3_K* |
40
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 5.3 | IQ3_S probably better |
41
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 5.8 | IQ3_M probably better |
42
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 5.9 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q4_0.gguf) | i1-Q4_0 | 6.2 | fast, low quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 6.2 | optimal size/speed/quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 6.6 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 7.5 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 7.7 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Solstice-11B-v1-i1-GGUF/resolve/main/Solstice-11B-v1.i1-Q6_K.gguf) | i1-Q6_K | 8.9 | practically like static Q6_K |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his hardware for calculating the imatrix for these quants.
68
+
69
+ <!-- end -->