mradermacher commited on
Commit
0466940
·
verified ·
1 Parent(s): df61e2c

auto-patch README.md

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