mradermacher commited on
Commit
0650a7c
1 Parent(s): ea78b1a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -1,6 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: -->
6
  static quants of https://huggingface.co/google/codegemma-1.1-7b-it
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/codegemma-1.1-7b-it
3
+ extra_gated_button_content: Acknowledge license
4
+ extra_gated_heading: Access CodeGemma on Hugging Face
5
+ extra_gated_prompt: To access CodeGemma on Hugging Face, you’re required to review
6
+ and agree to Google’s usage license. To do this, please ensure you’re logged-in
7
+ to Hugging Face and click below. Requests are processed immediately.
8
+ language:
9
+ - en
10
+ library_name: transformers
11
+ license: gemma
12
+ license_link: https://ai.google.dev/gemma/terms
13
+ quantized_by: mradermacher
14
+ ---
15
+ ## About
16
+
17
  <!-- ### quantize_version: 2 -->
18
  <!-- ### output_tensor_quantised: 1 -->
19
  <!-- ### convert_type: hf -->
20
  <!-- ### vocab_type: -->
21
  <!-- ### tags: -->
22
  static quants of https://huggingface.co/google/codegemma-1.1-7b-it
23
+
24
+ <!-- provided-files -->
25
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/codegemma-1.1-7b-it-i1-GGUF
26
+ ## Usage
27
+
28
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
29
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
30
+ more details, including on how to concatenate multi-part files.
31
+
32
+ ## Provided Quants
33
+
34
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
35
+
36
+ | Link | Type | Size/GB | Notes |
37
+ |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q2_K.gguf) | Q2_K | 3.6 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q3_K_S.gguf) | Q3_K_S | 4.1 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q3_K_M.gguf) | Q3_K_M | 4.5 | lower quality |
41
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q3_K_L.gguf) | Q3_K_L | 4.8 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.IQ4_XS.gguf) | IQ4_XS | 4.9 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q4_0_4_4.gguf) | Q4_0_4_4 | 5.1 | fast on arm, low quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q4_K_S.gguf) | Q4_K_S | 5.1 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q4_K_M.gguf) | Q4_K_M | 5.4 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q5_K_S.gguf) | Q5_K_S | 6.1 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q5_K_M.gguf) | Q5_K_M | 6.2 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q6_K.gguf) | Q6_K | 7.1 | very good quality |
49
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.Q8_0.gguf) | Q8_0 | 9.2 | fast, best quality |
50
+ | [GGUF](https://huggingface.co/mradermacher/codegemma-1.1-7b-it-GGUF/resolve/main/codegemma-1.1-7b-it.f16.gguf) | f16 | 17.2 | 16 bpw, overkill |
51
+
52
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
53
+ types (lower is better):
54
+
55
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
56
+
57
+ And here are Artefact2's thoughts on the matter:
58
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
59
+
60
+ ## FAQ / Model Request
61
+
62
+ See https://huggingface.co/mradermacher/model_requests for some answers to
63
+ questions you might have and/or if you want some other model quantized.
64
+
65
+ ## Thanks
66
+
67
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
68
+ me use its servers and providing upgrades to my workstation to enable
69
+ this work in my free time.
70
+
71
+ <!-- end -->