mradermacher commited on
Commit
12f4df6
·
verified ·
1 Parent(s): 53b6a3a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md CHANGED
@@ -1,6 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/DavidAU/Qwen3-33B-A3B-Quad-Mind
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: DavidAU/Qwen3-33B-A3B-Quad-Mind
3
+ language:
4
+ - en
5
+ - fr
6
+ - zh
7
+ - de
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - creative
13
+ - creative writing
14
+ - fiction writing
15
+ - plot generation
16
+ - sub-plot generation
17
+ - fiction writing
18
+ - story generation
19
+ - scene continue
20
+ - storytelling
21
+ - fiction story
22
+ - science fiction
23
+ - romance
24
+ - all genres
25
+ - story
26
+ - writing
27
+ - vivid prose
28
+ - vivid writing
29
+ - moe
30
+ - mixture of experts
31
+ - 128 experts
32
+ - 8 active experts
33
+ - fiction
34
+ - roleplaying
35
+ - bfloat16
36
+ - rp
37
+ - qwen3
38
+ - horror
39
+ - finetune
40
+ - thinking
41
+ - reasoning
42
+ - qwen3_moe
43
+ - merge
44
+ ---
45
+ ## About
46
+
47
  <!-- ### quantize_version: 2 -->
48
  <!-- ### output_tensor_quantised: 1 -->
49
  <!-- ### convert_type: hf -->
50
  <!-- ### vocab_type: -->
51
  <!-- ### tags: -->
52
  static quants of https://huggingface.co/DavidAU/Qwen3-33B-A3B-Quad-Mind
53
+
54
+ <!-- provided-files -->
55
+ 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.
56
+ ## Usage
57
+
58
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
59
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
60
+ more details, including on how to concatenate multi-part files.
61
+
62
+ ## Provided Quants
63
+
64
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
65
+
66
+ | Link | Type | Size/GB | Notes |
67
+ |:-----|:-----|--------:|:------|
68
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-33B-A3B-Quad-Mind-GGUF/resolve/main/Qwen3-33B-A3B-Quad-Mind.Q2_K.gguf) | Q2_K | 12.3 | |
69
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-33B-A3B-Quad-Mind-GGUF/resolve/main/Qwen3-33B-A3B-Quad-Mind.Q3_K_M.gguf) | Q3_K_M | 16.0 | lower quality |
70
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-33B-A3B-Quad-Mind-GGUF/resolve/main/Qwen3-33B-A3B-Quad-Mind.Q4_K_S.gguf) | Q4_K_S | 19.0 | fast, recommended |
71
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-33B-A3B-Quad-Mind-GGUF/resolve/main/Qwen3-33B-A3B-Quad-Mind.Q6_K.gguf) | Q6_K | 27.2 | very good quality |
72
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-33B-A3B-Quad-Mind-GGUF/resolve/main/Qwen3-33B-A3B-Quad-Mind.Q8_0.gguf) | Q8_0 | 35.2 | fast, best quality |
73
+
74
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
75
+ types (lower is better):
76
+
77
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
78
+
79
+ And here are Artefact2's thoughts on the matter:
80
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
81
+
82
+ ## FAQ / Model Request
83
+
84
+ See https://huggingface.co/mradermacher/model_requests for some answers to
85
+ questions you might have and/or if you want some other model quantized.
86
+
87
+ ## Thanks
88
+
89
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
90
+ me use its servers and providing upgrades to my workstation to enable
91
+ this work in my free time.
92
+
93
+ <!-- end -->