mradermacher commited on
Commit
f0330f9
·
verified ·
1 Parent(s): 0eacd5c

auto-patch README.md

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