mradermacher commited on
Commit
5be268f
·
verified ·
1 Parent(s): 5b66d46

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md CHANGED
@@ -1,3 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +36,54 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/aquiffoo/aquif-3.5-3B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: aquiffoo/aquif-3.5-3B
3
+ language:
4
+ - en
5
+ - de
6
+ - it
7
+ - pt
8
+ - fr
9
+ - hi
10
+ - es
11
+ - th
12
+ - zh
13
+ - ja
14
+ library_name: transformers
15
+ license: apache-2.0
16
+ mradermacher:
17
+ readme_rev: 1
18
+ quantized_by: mradermacher
19
+ tags:
20
+ - language
21
+ - aquif
22
+ - text-generation-inference
23
+ - math
24
+ - coding
25
+ - small
26
+ - aquif-3.5
27
+ ---
28
+ ## About
29
+
30
  <!-- ### quantize_version: 2 -->
31
  <!-- ### output_tensor_quantised: 1 -->
32
  <!-- ### convert_type: hf -->
 
36
  <!-- ### quants_skip: -->
37
  <!-- ### skip_mmproj: -->
38
  static quants of https://huggingface.co/aquiffoo/aquif-3.5-3B
39
+
40
+ <!-- provided-files -->
41
+
42
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#aquif-3.5-3B-GGUF).***
43
+
44
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/aquif-3.5-3B-i1-GGUF
45
+ ## Usage
46
+
47
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
48
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
49
+ more details, including on how to concatenate multi-part files.
50
+
51
+ ## Provided Quants
52
+
53
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
54
+
55
+ | Link | Type | Size/GB | Notes |
56
+ |:-----|:-----|--------:|:------|
57
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q2_K.gguf) | Q2_K | 1.2 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q3_K_S.gguf) | Q3_K_S | 1.4 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q3_K_M.gguf) | Q3_K_M | 1.5 | lower quality |
60
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q3_K_L.gguf) | Q3_K_L | 1.6 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.IQ4_XS.gguf) | IQ4_XS | 1.6 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q4_K_S.gguf) | Q4_K_S | 1.7 | fast, recommended |
63
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q4_K_M.gguf) | Q4_K_M | 1.7 | fast, recommended |
64
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q5_K_S.gguf) | Q5_K_S | 2.0 | |
65
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q5_K_M.gguf) | Q5_K_M | 2.0 | |
66
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q6_K.gguf) | Q6_K | 2.3 | very good quality |
67
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.Q8_0.gguf) | Q8_0 | 2.9 | fast, best quality |
68
+ | [GGUF](https://huggingface.co/mradermacher/aquif-3.5-3B-GGUF/resolve/main/aquif-3.5-3B.f16.gguf) | f16 | 5.4 | 16 bpw, overkill |
69
+
70
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
71
+ types (lower is better):
72
+
73
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
74
+
75
+ And here are Artefact2's thoughts on the matter:
76
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
77
+
78
+ ## FAQ / Model Request
79
+
80
+ See https://huggingface.co/mradermacher/model_requests for some answers to
81
+ questions you might have and/or if you want some other model quantized.
82
+
83
+ ## Thanks
84
+
85
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
86
+ me use its servers and providing upgrades to my workstation to enable
87
+ this work in my free time.
88
+
89
+ <!-- end -->