mradermacher commited on
Commit
ba2b0db
·
verified ·
1 Parent(s): d5290f4

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +31,47 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/OpenYourMind/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OpenYourMind/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: other
7
+ mradermacher:
8
+ readme_rev: 1
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - qwen
12
+ - qwen3
13
+ - vlm
14
+ - moe
15
+ - dpo
16
+ - uncensored
17
+ - abliterated
18
+ - refusal-ablation
19
+ - safetensors
20
+ - fp16
21
+ - vision
22
+ ---
23
+ ## About
24
+
25
  <!-- ### quantize_version: 2 -->
26
  <!-- ### output_tensor_quantised: 1 -->
27
  <!-- ### convert_type: hf -->
 
31
  <!-- ### quants_skip: -->
32
  <!-- ### skip_mmproj: -->
33
  weighted/imatrix quants of https://huggingface.co/OpenYourMind/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored
34
+
35
+ <!-- provided-files -->
36
+
37
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored-i1-GGUF).***
38
+
39
+ static quants are available at https://huggingface.co/mradermacher/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored-GGUF
40
+
41
+ **This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored-GGUF).**
42
+ ## Usage
43
+
44
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
45
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
46
+ more details, including on how to concatenate multi-part files.
47
+
48
+ ## Provided Quants
49
+
50
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
51
+
52
+ | Link | Type | Size/GB | Notes |
53
+ |:-----|:-----|--------:|:------|
54
+ | [GGUF](https://huggingface.co/mradermacher/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored-i1-GGUF/resolve/main/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored.imatrix.gguf) | imatrix | 0.3 | imatrix file (for creating your own quants) |
55
+ | [GGUF](https://huggingface.co/mradermacher/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored-i1-GGUF/resolve/main/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored.i1-Q2_K.gguf) | i1-Q2_K | 13.0 | IQ3_XXS probably better |
56
+ | [GGUF](https://huggingface.co/mradermacher/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored-i1-GGUF/resolve/main/OpenYourMind-Qwen3.6-35B-A3B-kuato-DPO-abliterated-uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 15.5 | |
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. 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.
76
+
77
+ <!-- end -->