mradermacher commited on
Commit
3db8d1d
·
verified ·
1 Parent(s): 01df38f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md CHANGED
@@ -1,6 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/google/medgemma-27b-it
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/medgemma-27b-it
3
+ extra_gated_button_content: Acknowledge license
4
+ extra_gated_heading: Access MedGemma on Hugging Face
5
+ extra_gated_prompt: To access MedGemma on Hugging Face, you're required to review
6
+ and agree to [Health AI Developer Foundation's terms of use](https://developers.google.com/health-ai-developer-foundations/terms).
7
+ To do this, please ensure you're logged in to Hugging Face and click below. Requests
8
+ are processed immediately.
9
+ language: en
10
+ library_name: transformers
11
+ license: other
12
+ license_link: https://developers.google.com/health-ai-developer-foundations/terms
13
+ license_name: health-ai-developer-foundations
14
+ quantized_by: mradermacher
15
+ tags:
16
+ - medical
17
+ - x-ray
18
+ - pathology
19
+ - dermatology
20
+ - fundus
21
+ - radiology report generation
22
+ - chest-x-ray
23
+ - medical-embeddings
24
+ - image-classification
25
+ - zero-shot-image-classification
26
+ - image-feature-extraction
27
+ - image-text-to-text
28
+ ---
29
+ ## About
30
+
31
  <!-- ### quantize_version: 2 -->
32
  <!-- ### output_tensor_quantised: 1 -->
33
  <!-- ### convert_type: hf -->
34
  <!-- ### vocab_type: -->
35
  <!-- ### tags: nicoboss -->
36
  weighted/imatrix quants of https://huggingface.co/google/medgemma-27b-it
37
+
38
+ <!-- provided-files -->
39
+ static quants are available at https://huggingface.co/mradermacher/medgemma-27b-it-GGUF
40
+ ## Usage
41
+
42
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
43
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
44
+ more details, including on how to concatenate multi-part files.
45
+
46
+ ## Provided Quants
47
+
48
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
49
+
50
+ | Link | Type | Size/GB | Notes |
51
+ |:-----|:-----|--------:|:------|
52
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ1_S.gguf) | i1-IQ1_S | 6.4 | for the desperate |
53
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ1_M.gguf) | i1-IQ1_M | 6.9 | mostly desperate |
54
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 7.8 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ2_XS.gguf) | i1-IQ2_XS | 8.5 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ2_S.gguf) | i1-IQ2_S | 8.9 | |
57
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ2_M.gguf) | i1-IQ2_M | 9.6 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q2_K_S.gguf) | i1-Q2_K_S | 9.9 | very low quality |
59
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q2_K.gguf) | i1-Q2_K | 10.6 | IQ3_XXS probably better |
60
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 10.8 | lower quality |
61
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ3_XS.gguf) | i1-IQ3_XS | 11.7 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ3_S.gguf) | i1-IQ3_S | 12.3 | beats Q3_K* |
63
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q3_K_S.gguf) | i1-Q3_K_S | 12.3 | IQ3_XS probably better |
64
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ3_M.gguf) | i1-IQ3_M | 12.6 | |
65
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q3_K_M.gguf) | i1-Q3_K_M | 13.5 | IQ3_S probably better |
66
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q3_K_L.gguf) | i1-Q3_K_L | 14.6 | IQ3_M probably better |
67
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-IQ4_XS.gguf) | i1-IQ4_XS | 14.9 | |
68
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q4_0.gguf) | i1-Q4_0 | 15.7 | fast, low quality |
69
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q4_K_S.gguf) | i1-Q4_K_S | 15.8 | optimal size/speed/quality |
70
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q4_K_M.gguf) | i1-Q4_K_M | 16.6 | fast, recommended |
71
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q4_1.gguf) | i1-Q4_1 | 17.3 | |
72
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q5_K_S.gguf) | i1-Q5_K_S | 18.9 | |
73
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q5_K_M.gguf) | i1-Q5_K_M | 19.4 | |
74
+ | [GGUF](https://huggingface.co/mradermacher/medgemma-27b-it-i1-GGUF/resolve/main/medgemma-27b-it.i1-Q6_K.gguf) | i1-Q6_K | 22.3 | practically like static Q6_K |
75
+
76
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
77
+ types (lower is better):
78
+
79
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
80
+
81
+ And here are Artefact2's thoughts on the matter:
82
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
83
+
84
+ ## FAQ / Model Request
85
+
86
+ See https://huggingface.co/mradermacher/model_requests for some answers to
87
+ questions you might have and/or if you want some other model quantized.
88
+
89
+ ## Thanks
90
+
91
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
92
+ me use its servers and providing upgrades to my workstation to enable
93
+ 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.
94
+
95
+ <!-- end -->