mradermacher commited on
Commit
72d9c5b
·
verified ·
1 Parent(s): 4637d42

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +29,53 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/Sweaterdog/Andy-4-0516-Safetensors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Sweaterdog/Andy-4-0516-Safetensors
3
+ datasets:
4
+ - Sweaterdog/Andy-4-base
5
+ - Sweaterdog/Andy-4-ft
6
+ - Sweaterdog/Andy-base-2
7
+ language:
8
+ - en
9
+ library_name: transformers
10
+ mradermacher:
11
+ readme_rev: 1
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - gaming
15
+ - minecraft
16
+ - mindcraft
17
+ - unsloth
18
+ - trl
19
+ - sft
20
+ ---
21
+ ## About
22
+
23
  <!-- ### quantize_version: 2 -->
24
  <!-- ### output_tensor_quantised: 1 -->
25
  <!-- ### convert_type: hf -->
 
29
  <!-- ### quants_skip: -->
30
  <!-- ### skip_mmproj: -->
31
  static quants of https://huggingface.co/Sweaterdog/Andy-4-0516-Safetensors
32
+
33
+ <!-- provided-files -->
34
+
35
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Andy-4-0516-Safetensors-GGUF).***
36
+
37
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
38
+ ## Usage
39
+
40
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
41
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
42
+ more details, including on how to concatenate multi-part files.
43
+
44
+ ## Provided Quants
45
+
46
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
47
+
48
+ | Link | Type | Size/GB | Notes |
49
+ |:-----|:-----|--------:|:------|
50
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q2_K.gguf) | Q2_K | 3.3 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
60
+ | [GGUF](https://huggingface.co/mradermacher/Andy-4-0516-Safetensors-GGUF/resolve/main/Andy-4-0516-Safetensors.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
61
+
62
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
63
+ types (lower is better):
64
+
65
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
66
+
67
+ And here are Artefact2's thoughts on the matter:
68
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
69
+
70
+ ## FAQ / Model Request
71
+
72
+ See https://huggingface.co/mradermacher/model_requests for some answers to
73
+ questions you might have and/or if you want some other model quantized.
74
+
75
+ ## Thanks
76
+
77
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
78
+ me use its servers and providing upgrades to my workstation to enable
79
+ this work in my free time.
80
+
81
+ <!-- end -->