mradermacher commited on
Commit
3e451f4
·
verified ·
1 Parent(s): 9c369d8

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md CHANGED
@@ -1,3 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +54,45 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/DavidAU/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: DavidAU/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL
3
+ language:
4
+ - en
5
+ - fr
6
+ - zh
7
+ - de
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ mradermacher:
11
+ readme_rev: 1
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - programming
15
+ - code generation
16
+ - code
17
+ - codeqwen
18
+ - programming
19
+ - code generation
20
+ - code
21
+ - codeqwen
22
+ - moe
23
+ - coding
24
+ - coder
25
+ - qwen2
26
+ - chat
27
+ - qwen
28
+ - qwen-coder
29
+ - chat
30
+ - qwen
31
+ - qwen-coder
32
+ - moe
33
+ - Qwen3-Coder-30B-A3B-Instruct
34
+ - Qwen3-30B-A3B
35
+ - mixture of experts
36
+ - 128 experts
37
+ - 8 active experts
38
+ - 1 million context
39
+ - qwen3
40
+ - finetune
41
+ - brainstorm 20x
42
+ - brainstorm
43
+ - optional thinking
44
+ - qwen3_moe
45
+ ---
46
+ ## About
47
+
48
  <!-- ### quantize_version: 2 -->
49
  <!-- ### output_tensor_quantised: 1 -->
50
  <!-- ### convert_type: hf -->
 
54
  <!-- ### quants_skip: -->
55
  <!-- ### skip_mmproj: -->
56
  static quants of https://huggingface.co/DavidAU/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL
57
+
58
+ <!-- provided-files -->
59
+
60
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL-GGUF).***
61
+
62
+ 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.
63
+ ## Usage
64
+
65
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
66
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
67
+ more details, including on how to concatenate multi-part files.
68
+
69
+ ## Provided Quants
70
+
71
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
72
+
73
+ | Link | Type | Size/GB | Notes |
74
+ |:-----|:-----|--------:|:------|
75
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL-GGUF/resolve/main/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL.Q2_K.gguf) | Q2_K | 15.7 | |
76
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL-GGUF/resolve/main/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL.Q4_K_S.gguf) | Q4_K_S | 24.3 | fast, recommended |
77
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL-GGUF/resolve/main/Qwen3-Yoyo-V4-42B-A3B-Thinking-TOTAL-RECALL.Q8_0.gguf) | Q8_0 | 45.2 | fast, best quality |
78
+
79
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
80
+ types (lower is better):
81
+
82
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
83
+
84
+ And here are Artefact2's thoughts on the matter:
85
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
86
+
87
+ ## FAQ / Model Request
88
+
89
+ See https://huggingface.co/mradermacher/model_requests for some answers to
90
+ questions you might have and/or if you want some other model quantized.
91
+
92
+ ## Thanks
93
+
94
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
95
+ me use its servers and providing upgrades to my workstation to enable
96
+ this work in my free time.
97
+
98
+ <!-- end -->