mradermacher commited on
Commit
501e06b
·
verified ·
1 Parent(s): ced71f9

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1 +1,45 @@
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/sequelbox/SpellBlade
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: apache-2.0
6
+ quantized_by: mradermacher
7
+ ---
8
+ ## About
9
+
10
  weighted/imatrix quants of https://huggingface.co/sequelbox/SpellBlade
11
+
12
+
13
+ <!-- provided-files -->
14
+ static quants are available at https://huggingface.co/mradermacher/SpellBlade-GGUF
15
+ ## Usage
16
+
17
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
18
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
19
+ more details, including on how to concatenate multi-part files.
20
+
21
+ ## Provided Quants
22
+
23
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
24
+
25
+ | Link | Type | Size/GB | Notes |
26
+ |:-----|:-----|--------:|:------|
27
+ | [GGUF](https://huggingface.co/mradermacher/SpellBlade-i1-GGUF/resolve/main/SpellBlade.i1-Q2_K.gguf) | i1-Q2_K | 26.4 | IQ3_XXS probably better |
28
+ | [GGUF](https://huggingface.co/mradermacher/SpellBlade-i1-GGUF/resolve/main/SpellBlade.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.2 | optimal size/speed/quality |
29
+
30
+
31
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
32
+ types (lower is better):
33
+
34
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
35
+
36
+ And here are Artefact2's thoughts on the matter:
37
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
38
+
39
+ ## Thanks
40
+
41
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
42
+ me use its servers and providing upgrades to my workstation to enable
43
+ this work in my free time.
44
+
45
+ <!-- end -->