mradermacher commited on
Commit
8d6e51e
·
verified ·
1 Parent(s): 62392d3

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md CHANGED
@@ -1,6 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/ValiantLabs/Qwen3-14B-Cobalt2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ValiantLabs/Qwen3-14B-Cobalt2
3
+ datasets:
4
+ - zwhe99/DeepMath-103K
5
+ - sequelbox/Raiden-DeepSeek-R1
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - esper
13
+ - esper-3
14
+ - valiant
15
+ - valiant-labs
16
+ - qwen
17
+ - qwen-3
18
+ - qwen-3-14b
19
+ - 14b
20
+ - math
21
+ - math-reasoning
22
+ - math-instruct
23
+ - reasoning
24
+ - problem-solving
25
+ - creative
26
+ - analytical
27
+ - expert
28
+ - rationality
29
+ - conversational
30
+ - chat
31
+ - instruct
32
+ ---
33
+ ## About
34
+
35
  <!-- ### quantize_version: 2 -->
36
  <!-- ### output_tensor_quantised: 1 -->
37
  <!-- ### convert_type: hf -->
38
  <!-- ### vocab_type: -->
39
  <!-- ### tags: -->
40
  static quants of https://huggingface.co/ValiantLabs/Qwen3-14B-Cobalt2
41
+
42
+ <!-- provided-files -->
43
+ 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.
44
+ ## Usage
45
+
46
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
47
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
48
+ more details, including on how to concatenate multi-part files.
49
+
50
+ ## Provided Quants
51
+
52
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
53
+
54
+ | Link | Type | Size/GB | Notes |
55
+ |:-----|:-----|--------:|:------|
56
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q2_K.gguf) | Q2_K | 5.9 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
61
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended |
62
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q6_K.gguf) | Q6_K | 12.2 | very good quality |
63
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-14B-Cobalt2-GGUF/resolve/main/Qwen3-14B-Cobalt2.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality |
64
+
65
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
66
+ types (lower is better):
67
+
68
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
69
+
70
+ And here are Artefact2's thoughts on the matter:
71
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
72
+
73
+ ## FAQ / Model Request
74
+
75
+ See https://huggingface.co/mradermacher/model_requests for some answers to
76
+ questions you might have and/or if you want some other model quantized.
77
+
78
+ ## Thanks
79
+
80
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
81
+ me use its servers and providing upgrades to my workstation to enable
82
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
83
+
84
+ <!-- end -->