From 39991131d456ee6eccd993b9f07e720a4dcc5632 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 12 May 2026 11:27:20 +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/HealthGPT-Pro-4B-GGUF Source: Original Platform --- .gitattributes | 49 +++++++++++++++++++ HealthGPT-Pro-4B.IQ4_XS.gguf | 3 ++ HealthGPT-Pro-4B.Q2_K.gguf | 3 ++ HealthGPT-Pro-4B.Q3_K_L.gguf | 3 ++ HealthGPT-Pro-4B.Q3_K_M.gguf | 3 ++ HealthGPT-Pro-4B.Q3_K_S.gguf | 3 ++ HealthGPT-Pro-4B.Q4_K_M.gguf | 3 ++ HealthGPT-Pro-4B.Q4_K_S.gguf | 3 ++ HealthGPT-Pro-4B.Q5_K_M.gguf | 3 ++ HealthGPT-Pro-4B.Q5_K_S.gguf | 3 ++ HealthGPT-Pro-4B.Q6_K.gguf | 3 ++ HealthGPT-Pro-4B.Q8_0.gguf | 3 ++ HealthGPT-Pro-4B.f16.gguf | 3 ++ HealthGPT-Pro-4B.mmproj-Q8_0.gguf | 3 ++ HealthGPT-Pro-4B.mmproj-f16.gguf | 3 ++ README.md | 79 +++++++++++++++++++++++++++++++ 16 files changed, 170 insertions(+) create mode 100644 .gitattributes create mode 100644 HealthGPT-Pro-4B.IQ4_XS.gguf create mode 100644 HealthGPT-Pro-4B.Q2_K.gguf create mode 100644 HealthGPT-Pro-4B.Q3_K_L.gguf create mode 100644 HealthGPT-Pro-4B.Q3_K_M.gguf create mode 100644 HealthGPT-Pro-4B.Q3_K_S.gguf create mode 100644 HealthGPT-Pro-4B.Q4_K_M.gguf create mode 100644 HealthGPT-Pro-4B.Q4_K_S.gguf create mode 100644 HealthGPT-Pro-4B.Q5_K_M.gguf create mode 100644 HealthGPT-Pro-4B.Q5_K_S.gguf create mode 100644 HealthGPT-Pro-4B.Q6_K.gguf create mode 100644 HealthGPT-Pro-4B.Q8_0.gguf create mode 100644 HealthGPT-Pro-4B.f16.gguf create mode 100644 HealthGPT-Pro-4B.mmproj-Q8_0.gguf create mode 100644 HealthGPT-Pro-4B.mmproj-f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0bba7fa --- /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 +HealthGPT-Pro-4B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +HealthGPT-Pro-4B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/HealthGPT-Pro-4B.IQ4_XS.gguf b/HealthGPT-Pro-4B.IQ4_XS.gguf new file mode 100644 index 0000000..ab06afe --- /dev/null +++ b/HealthGPT-Pro-4B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e8767a5c5fe0d0b2af922585169b980228dfdabe8f3190d8d7afc67893f183 +size 2492951104 diff --git a/HealthGPT-Pro-4B.Q2_K.gguf b/HealthGPT-Pro-4B.Q2_K.gguf new file mode 100644 index 0000000..4aece82 --- /dev/null +++ b/HealthGPT-Pro-4B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b229f522d970ac8b5e75d651d0c2ef77ece4f261f2cf700d67829ca76941882 +size 1797127744 diff --git a/HealthGPT-Pro-4B.Q3_K_L.gguf b/HealthGPT-Pro-4B.Q3_K_L.gguf new file mode 100644 index 0000000..1685378 --- /dev/null +++ b/HealthGPT-Pro-4B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de935a9d48935db3576301c282ecfb2c2c600b3471270934c9ffb5636ad219b +size 2406917184 diff --git a/HealthGPT-Pro-4B.Q3_K_M.gguf b/HealthGPT-Pro-4B.Q3_K_M.gguf new file mode 100644 index 0000000..c227e3a --- /dev/null +++ b/HealthGPT-Pro-4B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbfbb7d745253a65ad4c62ace139387e26ab19f34b33afcc58502e94fadeb34 +size 2242749504 diff --git a/HealthGPT-Pro-4B.Q3_K_S.gguf b/HealthGPT-Pro-4B.Q3_K_S.gguf new file mode 100644 index 0000000..273c2e7 --- /dev/null +++ b/HealthGPT-Pro-4B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643976ff8fe3107ba7efe82d43aa036877389e5253f864ee118cf2d58f29e023 +size 2054128704 diff --git a/HealthGPT-Pro-4B.Q4_K_M.gguf b/HealthGPT-Pro-4B.Q4_K_M.gguf new file mode 100644 index 0000000..6b64dee --- /dev/null +++ b/HealthGPT-Pro-4B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42af5afe45e8135acb44849b061b63bc7d3353b288b0d0dadacc602644b73a5 +size 2716070464 diff --git a/HealthGPT-Pro-4B.Q4_K_S.gguf b/HealthGPT-Pro-4B.Q4_K_S.gguf new file mode 100644 index 0000000..5536f61 --- /dev/null +++ b/HealthGPT-Pro-4B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92572b55c5629b1beffee650400f36bd3982e35e4c3b3449f6b33fa434bece8e +size 2602099264 diff --git a/HealthGPT-Pro-4B.Q5_K_M.gguf b/HealthGPT-Pro-4B.Q5_K_M.gguf new file mode 100644 index 0000000..669f942 --- /dev/null +++ b/HealthGPT-Pro-4B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf36eec7b3b8b477c7bba3556b6684143f53ab3f6ee855b7ab34821ef5a8063 +size 3156922944 diff --git a/HealthGPT-Pro-4B.Q5_K_S.gguf b/HealthGPT-Pro-4B.Q5_K_S.gguf new file mode 100644 index 0000000..293d9f7 --- /dev/null +++ b/HealthGPT-Pro-4B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a653f261d1dabe01606d6515f26344ab30f64d7dd32f288acd1522692f8d10a +size 3091120704 diff --git a/HealthGPT-Pro-4B.Q6_K.gguf b/HealthGPT-Pro-4B.Q6_K.gguf new file mode 100644 index 0000000..dda1e93 --- /dev/null +++ b/HealthGPT-Pro-4B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcb30de6245bf52ae78fe957a32a77177ed745c79df48809e05e6a3afe37acd +size 3625328704 diff --git a/HealthGPT-Pro-4B.Q8_0.gguf b/HealthGPT-Pro-4B.Q8_0.gguf new file mode 100644 index 0000000..c2687d1 --- /dev/null +++ b/HealthGPT-Pro-4B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fe47377e28371401bdbc3386d90bd3cdf44f8c00b43ba86ad6dc17813452a34 +size 4693673024 diff --git a/HealthGPT-Pro-4B.f16.gguf b/HealthGPT-Pro-4B.f16.gguf new file mode 100644 index 0000000..498ca66 --- /dev/null +++ b/HealthGPT-Pro-4B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f49a274dc4b16f1628f1b49b8668e3d90764a0e96a2092f86854b0487678f5 +size 8829199424 diff --git a/HealthGPT-Pro-4B.mmproj-Q8_0.gguf b/HealthGPT-Pro-4B.mmproj-Q8_0.gguf new file mode 100644 index 0000000..61bbc6d --- /dev/null +++ b/HealthGPT-Pro-4B.mmproj-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fdd79ec1dffe9bcef6ab47e6ea5985e97ed91135d310242e8e4786ba542b97 +size 453974752 diff --git a/HealthGPT-Pro-4B.mmproj-f16.gguf b/HealthGPT-Pro-4B.mmproj-f16.gguf new file mode 100644 index 0000000..988d1b1 --- /dev/null +++ b/HealthGPT-Pro-4B.mmproj-f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a57fb129658c117d58a402c5c17982eae73c016880edad67d1607312dd593b0a +size 836180704 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1eb28c3 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: lintw/HealthGPT-Pro-4B +language: +- en +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- medical +- multimodal +- MLLM +--- +## About + + + + + + + + + +static quants of https://huggingface.co/lintw/HealthGPT-Pro-4B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#HealthGPT-Pro-4B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/HealthGPT-Pro-4B-i1-GGUF +## 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/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.6 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.mmproj-f16.gguf) | mmproj-f16 | 0.9 | multi-modal supplement | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q2_K.gguf) | Q2_K | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q3_K_S.gguf) | Q3_K_S | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q3_K_M.gguf) | Q3_K_M | 2.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q3_K_L.gguf) | Q3_K_L | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.IQ4_XS.gguf) | IQ4_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q4_K_S.gguf) | Q4_K_S | 2.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q4_K_M.gguf) | Q4_K_M | 2.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q5_K_S.gguf) | Q5_K_S | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q5_K_M.gguf) | Q5_K_M | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q6_K.gguf) | Q6_K | 3.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.Q8_0.gguf) | Q8_0 | 4.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/HealthGPT-Pro-4B-GGUF/resolve/main/HealthGPT-Pro-4B.f16.gguf) | f16 | 8.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. + +