From 7d61598025b40d332a217033506725867a123dbc Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 16 Jun 2026 03:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/paligemma-chest-xray-vision-GGUF Source: Original Platform --- .gitattributes | 49 ++++++++++++ README.md | 81 ++++++++++++++++++++ paligemma-chest-xray-vision.IQ4_XS.gguf | 3 + paligemma-chest-xray-vision.Q2_K.gguf | 3 + paligemma-chest-xray-vision.Q3_K_L.gguf | 3 + paligemma-chest-xray-vision.Q3_K_M.gguf | 3 + paligemma-chest-xray-vision.Q3_K_S.gguf | 3 + paligemma-chest-xray-vision.Q4_K_M.gguf | 3 + paligemma-chest-xray-vision.Q4_K_S.gguf | 3 + paligemma-chest-xray-vision.Q5_K_M.gguf | 3 + paligemma-chest-xray-vision.Q5_K_S.gguf | 3 + paligemma-chest-xray-vision.Q6_K.gguf | 3 + paligemma-chest-xray-vision.Q8_0.gguf | 3 + paligemma-chest-xray-vision.f16.gguf | 3 + paligemma-chest-xray-vision.mmproj-Q8_0.gguf | 3 + paligemma-chest-xray-vision.mmproj-f16.gguf | 3 + 16 files changed, 172 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 paligemma-chest-xray-vision.IQ4_XS.gguf create mode 100644 paligemma-chest-xray-vision.Q2_K.gguf create mode 100644 paligemma-chest-xray-vision.Q3_K_L.gguf create mode 100644 paligemma-chest-xray-vision.Q3_K_M.gguf create mode 100644 paligemma-chest-xray-vision.Q3_K_S.gguf create mode 100644 paligemma-chest-xray-vision.Q4_K_M.gguf create mode 100644 paligemma-chest-xray-vision.Q4_K_S.gguf create mode 100644 paligemma-chest-xray-vision.Q5_K_M.gguf create mode 100644 paligemma-chest-xray-vision.Q5_K_S.gguf create mode 100644 paligemma-chest-xray-vision.Q6_K.gguf create mode 100644 paligemma-chest-xray-vision.Q8_0.gguf create mode 100644 paligemma-chest-xray-vision.f16.gguf create mode 100644 paligemma-chest-xray-vision.mmproj-Q8_0.gguf create mode 100644 paligemma-chest-xray-vision.mmproj-f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..268324d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +paligemma-chest-xray-vision.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc7fc73 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: MedeHealth/paligemma-chest-xray-vision +language: +- pt +library_name: transformers +license: gemma +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- medical +- radiology +- chest-xray +- paligemma +- vision-language +- image-text-to-text +--- +## About + + + + + + + + + +static quants of https://huggingface.co/MedeHealth/paligemma-chest-xray-vision + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#paligemma-chest-xray-vision-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.7 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.mmproj-f16.gguf) | mmproj-f16 | 1.0 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q5_K_M.gguf) | Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q6_K.gguf) | Q6_K | 3.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/paligemma-chest-xray-vision-GGUF/resolve/main/paligemma-chest-xray-vision.f16.gguf) | f16 | 7.9 | 16 bpw, overkill | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. + + diff --git a/paligemma-chest-xray-vision.IQ4_XS.gguf b/paligemma-chest-xray-vision.IQ4_XS.gguf new file mode 100644 index 0000000..20afea6 --- /dev/null +++ b/paligemma-chest-xray-vision.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8066fd7c5827e7482f25cec9b25d54572475b188491f3f73669959fd799856f +size 2279626528 diff --git a/paligemma-chest-xray-vision.Q2_K.gguf b/paligemma-chest-xray-vision.Q2_K.gguf new file mode 100644 index 0000000..037ad1c --- /dev/null +++ b/paligemma-chest-xray-vision.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f440f144dc91ad786eef6b9b582ba6b833416abb467610ad117c846ea280f6 +size 1729165088 diff --git a/paligemma-chest-xray-vision.Q3_K_L.gguf b/paligemma-chest-xray-vision.Q3_K_L.gguf new file mode 100644 index 0000000..42e99c9 --- /dev/null +++ b/paligemma-chest-xray-vision.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90c2747fb4e9a256d77b034acc76d5f12631db2349c3b59204713ceac68be5b +size 2236086048 diff --git a/paligemma-chest-xray-vision.Q3_K_M.gguf b/paligemma-chest-xray-vision.Q3_K_M.gguf new file mode 100644 index 0000000..614454e --- /dev/null +++ b/paligemma-chest-xray-vision.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30058d9103a97a40e9cb142f5da5a4de0618e0e64888414044b4b46f865e1164 +size 2098460448 diff --git a/paligemma-chest-xray-vision.Q3_K_S.gguf b/paligemma-chest-xray-vision.Q3_K_S.gguf new file mode 100644 index 0000000..209c425 --- /dev/null +++ b/paligemma-chest-xray-vision.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb83bb97a7298b09299b51ed9bb7f226f457f9050a7c8374aecaa765446ca0a +size 1937364768 diff --git a/paligemma-chest-xray-vision.Q4_K_M.gguf b/paligemma-chest-xray-vision.Q4_K_M.gguf new file mode 100644 index 0000000..3e01019 --- /dev/null +++ b/paligemma-chest-xray-vision.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920c984c432f28d369157706f1ea28dc768004b8a5cd0618623947a6e7a43bfe +size 2489894688 diff --git a/paligemma-chest-xray-vision.Q4_K_S.gguf b/paligemma-chest-xray-vision.Q4_K_S.gguf new file mode 100644 index 0000000..024d65f --- /dev/null +++ b/paligemma-chest-xray-vision.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4ab55418de87b0bb92ab953ccab0c97c148161bd623c83045ab33584adc462 +size 2377930528 diff --git a/paligemma-chest-xray-vision.Q5_K_M.gguf b/paligemma-chest-xray-vision.Q5_K_M.gguf new file mode 100644 index 0000000..a7e9e92 --- /dev/null +++ b/paligemma-chest-xray-vision.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec173d08cc6ee09a44d0614b9375bbf97d72ae54bfcd8b03a9fbde6b9454d055 +size 2829698848 diff --git a/paligemma-chest-xray-vision.Q5_K_S.gguf b/paligemma-chest-xray-vision.Q5_K_S.gguf new file mode 100644 index 0000000..aad18be --- /dev/null +++ b/paligemma-chest-xray-vision.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7ab728f0c52d77e5f7040d1f6a5b2107476863c0bd30cac7b25b69be47cc34 +size 2764592928 diff --git a/paligemma-chest-xray-vision.Q6_K.gguf b/paligemma-chest-xray-vision.Q6_K.gguf new file mode 100644 index 0000000..697754c --- /dev/null +++ b/paligemma-chest-xray-vision.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5befbe0cd62867116b00a7a09f44d6a5b3b89539b2705828612860faa7a0051d +size 3190740768 diff --git a/paligemma-chest-xray-vision.Q8_0.gguf b/paligemma-chest-xray-vision.Q8_0.gguf new file mode 100644 index 0000000..508220b --- /dev/null +++ b/paligemma-chest-xray-vision.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf57326d90b059fa9e8851c0da51dbde2056c15e554980710b2fddaa86fd63c7 +size 4130402848 diff --git a/paligemma-chest-xray-vision.f16.gguf b/paligemma-chest-xray-vision.f16.gguf new file mode 100644 index 0000000..505950d --- /dev/null +++ b/paligemma-chest-xray-vision.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6732c50a13e95777a1a497876fa90973f6bfe1236b0e441542b61e033673d12f +size 7767804448 diff --git a/paligemma-chest-xray-vision.mmproj-Q8_0.gguf b/paligemma-chest-xray-vision.mmproj-Q8_0.gguf new file mode 100644 index 0000000..17f1a4e --- /dev/null +++ b/paligemma-chest-xray-vision.mmproj-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca906bf237a505b0c19f9a3b7fd1cd89b61574ce1de0dd0e3a10a46b7a7418b +size 591377952 diff --git a/paligemma-chest-xray-vision.mmproj-f16.gguf b/paligemma-chest-xray-vision.mmproj-f16.gguf new file mode 100644 index 0000000..66d6c9c --- /dev/null +++ b/paligemma-chest-xray-vision.mmproj-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47efa79eccd7dd9bc94f5d180f04c19481f14226f00bb0418b57cd89a53008c3 +size 851251872