mradermacher commited on
Commit
ba33f96
·
verified ·
1 Parent(s): 2fa2d4d

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,3 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +35,46 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/Jongsim/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Jongsim/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled
3
+ datasets:
4
+ - nohurry/Opus-4.6-Reasoning-3000x-filtered
5
+ - TeichAI/claude-4.5-opus-high-reasoning-250x
6
+ - Jackrong/Qwen3.5-reasoning-700x
7
+ - Roman1111111/claude-opus-4.6-10000x
8
+ language:
9
+ - en
10
+ library_name: transformers
11
+ license: apache-2.0
12
+ mradermacher:
13
+ readme_rev: 1
14
+ quantized_by: mradermacher
15
+ tags:
16
+ - qwen3.5
17
+ - heretic
18
+ - abliterated
19
+ - uncensored
20
+ - reasoning
21
+ - distillation
22
+ - unsloth
23
+ - lora
24
+ - sft
25
+ - Mixture of Experts
26
+ ---
27
+ ## About
28
+
29
  <!-- ### quantize_version: 2 -->
30
  <!-- ### output_tensor_quantised: 1 -->
31
  <!-- ### convert_type: hf -->
 
35
  <!-- ### quants_skip: -->
36
  <!-- ### skip_mmproj: -->
37
  weighted/imatrix quants of https://huggingface.co/Jongsim/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled
38
+
39
+ <!-- provided-files -->
40
+
41
+ ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled-i1-GGUF).***
42
+
43
+ static quants are available at https://huggingface.co/mradermacher/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled-GGUF
44
+
45
+ **This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled-GGUF).**
46
+ ## Usage
47
+
48
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
49
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
50
+ more details, including on how to concatenate multi-part files.
51
+
52
+ ## Provided Quants
53
+
54
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
55
+
56
+ | Link | Type | Size/GB | Notes |
57
+ |:-----|:-----|--------:|:------|
58
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled-i1-GGUF/resolve/main/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled.imatrix.gguf) | imatrix | 0.3 | imatrix file (for creating your own quants) |
59
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled-i1-GGUF/resolve/main/Qwen3.5-35B-A3B-heretic-v2-Opus-4.6-Distilled.i1-Q2_K.gguf) | i1-Q2_K | 13.0 | IQ3_XXS probably better |
60
+
61
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
62
+ types (lower is better):
63
+
64
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
65
+
66
+ And here are Artefact2's thoughts on the matter:
67
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
68
+
69
+ ## FAQ / Model Request
70
+
71
+ See https://huggingface.co/mradermacher/model_requests for some answers to
72
+ questions you might have and/or if you want some other model quantized.
73
+
74
+ ## Thanks
75
+
76
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
77
+ me use its servers and providing upgrades to my workstation to enable
78
+ 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.
79
+
80
+ <!-- end -->