mradermacher commited on
Commit
d4a55a3
·
verified ·
1 Parent(s): 002f151

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md CHANGED
@@ -1,3 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
@@ -7,3 +35,51 @@
7
  <!-- ### quants_skip: -->
8
  <!-- ### skip_mmproj: -->
9
  weighted/imatrix quants of https://huggingface.co/prithivMLmods/Q3.5-9B-DS-v4-Flash-DA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: prithivMLmods/Q3.5-9B-DS-v4-Flash-DA
3
+ datasets:
4
+ - Jackrong/DeepSeek-V4-Distill-8000x
5
+ - prithivMLmods/harm_bench
6
+ language:
7
+ - en
8
+ library_name: transformers
9
+ license: apache-2.0
10
+ mradermacher:
11
+ readme_rev: 1
12
+ quantized_by: mradermacher
13
+ tags:
14
+ - text-generation-inference
15
+ - deepseek-v4
16
+ - bf16
17
+ - reasoning
18
+ - pytorch
19
+ - uncensored
20
+ - abliterated
21
+ - unfiltered
22
+ - unredacted
23
+ - refusal-ablated
24
+ - alignment-modified
25
+ - flash
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/prithivMLmods/Q3.5-9B-DS-v4-Flash-DA
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#Q3.5-9B-DS-v4-Flash-DA-i1-GGUF).***
42
+
43
+ static quants are available at https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-GGUF
44
+
45
+ **This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-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/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
59
+ | [GGUF](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.i1-Q2_K.gguf) | i1-Q2_K | 3.9 | IQ3_XXS probably better |
60
+ | [GGUF](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 4.0 | lower quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.i1-IQ3_M.gguf) | i1-IQ3_M | 4.5 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.7 | IQ3_S probably better |
63
+ | [GGUF](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.i1-Q4_K_S.gguf) | i1-Q4_K_S | 5.5 | optimal size/speed/quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/Q3.5-9B-DS-v4-Flash-DA-i1-GGUF/resolve/main/Q3.5-9B-DS-v4-Flash-DA.i1-IQ4_NL.gguf) | i1-IQ4_NL | 5.5 | prefer IQ4_XS |
65
+
66
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
67
+ types (lower is better):
68
+
69
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
70
+
71
+ And here are Artefact2's thoughts on the matter:
72
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
73
+
74
+ ## FAQ / Model Request
75
+
76
+ See https://huggingface.co/mradermacher/model_requests for some answers to
77
+ questions you might have and/or if you want some other model quantized.
78
+
79
+ ## Thanks
80
+
81
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
82
+ me use its servers and providing upgrades to my workstation to enable
83
+ 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.
84
+
85
+ <!-- end -->