mradermacher commited on
Commit
9935f26
·
verified ·
1 Parent(s): cf1a8a0

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +34,44 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  static quants of https://huggingface.co/jenerallee78/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jenerallee78/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated
3
+ language:
4
+ - en
5
+ - zh
6
+ library_name: transformers
7
+ license: agpl-3.0
8
+ mradermacher:
9
+ readme_rev: 1
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - abliteration
13
+ - uncensored
14
+ - qwen3.6
15
+ - qwen
16
+ - qwen-vl
17
+ - moe
18
+ - abliterix
19
+ - ega
20
+ - expert-granular-abliteration
21
+ - multimodal
22
+ - vision
23
+ - image-text-to-text
24
+ - conversational
25
+ ---
26
+ ## About
27
+
28
  <!-- ### quantize_version: 2 -->
29
  <!-- ### output_tensor_quantised: 1 -->
30
  <!-- ### convert_type: hf -->
 
34
  <!-- ### quants_skip: -->
35
  <!-- ### skip_mmproj: -->
36
  static quants of https://huggingface.co/jenerallee78/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated
37
+
38
+ <!-- provided-files -->
39
+
40
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3.6-35B-A3B-Abliterix-EGA-abliterated-GGUF).***
41
+
42
+ 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.
43
+ ## Usage
44
+
45
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
46
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
47
+ more details, including on how to concatenate multi-part files.
48
+
49
+ ## Provided Quants
50
+
51
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
52
+
53
+ | Link | Type | Size/GB | Notes |
54
+ |:-----|:-----|--------:|:------|
55
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated-GGUF/resolve/main/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated.Q4_K_S.gguf) | Q4_K_S | 20.0 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated-GGUF/resolve/main/Qwen3.6-35B-A3B-Abliterix-EGA-abliterated.Q8_0.gguf) | Q8_0 | 37.0 | fast, best quality |
57
+
58
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
59
+ types (lower is better):
60
+
61
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
62
+
63
+ And here are Artefact2's thoughts on the matter:
64
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
65
+
66
+ ## FAQ / Model Request
67
+
68
+ See https://huggingface.co/mradermacher/model_requests for some answers to
69
+ questions you might have and/or if you want some other model quantized.
70
+
71
+ ## Thanks
72
+
73
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
74
+ me use its servers and providing upgrades to my workstation to enable
75
+ this work in my free time.
76
+
77
+ <!-- end -->