From 6783b39c0b34775caa63f886f80f774df055ab83 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 2 Jun 2026 10:32:16 +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/BioQwen-1.8B-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++++++++ BioQwen-1.8B.IQ3_M.gguf | 3 ++ BioQwen-1.8B.IQ3_S.gguf | 3 ++ BioQwen-1.8B.IQ3_XS.gguf | 3 ++ BioQwen-1.8B.IQ4_XS.gguf | 3 ++ BioQwen-1.8B.Q2_K.gguf | 3 ++ BioQwen-1.8B.Q3_K_L.gguf | 3 ++ BioQwen-1.8B.Q3_K_M.gguf | 3 ++ BioQwen-1.8B.Q3_K_S.gguf | 3 ++ BioQwen-1.8B.Q4_K_M.gguf | 3 ++ BioQwen-1.8B.Q4_K_S.gguf | 3 ++ BioQwen-1.8B.Q5_K_M.gguf | 3 ++ BioQwen-1.8B.Q5_K_S.gguf | 3 ++ BioQwen-1.8B.Q6_K.gguf | 3 ++ BioQwen-1.8B.Q8_0.gguf | 3 ++ BioQwen-1.8B.f16.gguf | 3 ++ README.md | 75 ++++++++++++++++++++++++++++++++++++++++ 17 files changed, 170 insertions(+) create mode 100644 .gitattributes create mode 100644 BioQwen-1.8B.IQ3_M.gguf create mode 100644 BioQwen-1.8B.IQ3_S.gguf create mode 100644 BioQwen-1.8B.IQ3_XS.gguf create mode 100644 BioQwen-1.8B.IQ4_XS.gguf create mode 100644 BioQwen-1.8B.Q2_K.gguf create mode 100644 BioQwen-1.8B.Q3_K_L.gguf create mode 100644 BioQwen-1.8B.Q3_K_M.gguf create mode 100644 BioQwen-1.8B.Q3_K_S.gguf create mode 100644 BioQwen-1.8B.Q4_K_M.gguf create mode 100644 BioQwen-1.8B.Q4_K_S.gguf create mode 100644 BioQwen-1.8B.Q5_K_M.gguf create mode 100644 BioQwen-1.8B.Q5_K_S.gguf create mode 100644 BioQwen-1.8B.Q6_K.gguf create mode 100644 BioQwen-1.8B.Q8_0.gguf create mode 100644 BioQwen-1.8B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74f3f63 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +BioQwen-1.8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.f16.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +BioQwen-1.8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/BioQwen-1.8B.IQ3_M.gguf b/BioQwen-1.8B.IQ3_M.gguf new file mode 100644 index 0000000..36fb43d --- /dev/null +++ b/BioQwen-1.8B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5056a0f6ab91268f3a14edc9b259195c32e8b4adf3d8b2ac1ea9346f9dfc1a0a +size 984537472 diff --git a/BioQwen-1.8B.IQ3_S.gguf b/BioQwen-1.8B.IQ3_S.gguf new file mode 100644 index 0000000..eb0fd74 --- /dev/null +++ b/BioQwen-1.8B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22346e32f95139a6514dd6115c4bf536ddde01d9acb800a410a7a68aab0bba37 +size 953571712 diff --git a/BioQwen-1.8B.IQ3_XS.gguf b/BioQwen-1.8B.IQ3_XS.gguf new file mode 100644 index 0000000..0536bcc --- /dev/null +++ b/BioQwen-1.8B.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7abeb3a53822f3548ffae0ea844e92a4e064fdd1ae678cf90358163a027e4f +size 925112704 diff --git a/BioQwen-1.8B.IQ4_XS.gguf b/BioQwen-1.8B.IQ4_XS.gguf new file mode 100644 index 0000000..0d00591 --- /dev/null +++ b/BioQwen-1.8B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8176bc1b1076689fe62b3c1481ac03b37309bffcd8f71aa7f280b0c0badf54 +size 1087361408 diff --git a/BioQwen-1.8B.Q2_K.gguf b/BioQwen-1.8B.Q2_K.gguf new file mode 100644 index 0000000..8bc01c6 --- /dev/null +++ b/BioQwen-1.8B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7048078f807f75c0431840935fa6b6927ea5ddde21cc351ec12d642699c51fd +size 846569856 diff --git a/BioQwen-1.8B.Q3_K_L.gguf b/BioQwen-1.8B.Q3_K_L.gguf new file mode 100644 index 0000000..247f15f --- /dev/null +++ b/BioQwen-1.8B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a8257aa66e371b5618916de7a505c649cf1ad43399e26121115c5bea4e8d1a +size 1056201088 diff --git a/BioQwen-1.8B.Q3_K_M.gguf b/BioQwen-1.8B.Q3_K_M.gguf new file mode 100644 index 0000000..1e1d8ba --- /dev/null +++ b/BioQwen-1.8B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb13475f97101eeff443dde21131fac3311fcb3bb16d98da778bb0c0ebbc6f16 +size 1015880064 diff --git a/BioQwen-1.8B.Q3_K_S.gguf b/BioQwen-1.8B.Q3_K_S.gguf new file mode 100644 index 0000000..c79749a --- /dev/null +++ b/BioQwen-1.8B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d03dac36e9540fcc4f89ae63256c5025a3b3b915bf626f3456eaae47602198 +size 953571712 diff --git a/BioQwen-1.8B.Q4_K_M.gguf b/BioQwen-1.8B.Q4_K_M.gguf new file mode 100644 index 0000000..bd8f54e --- /dev/null +++ b/BioQwen-1.8B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241b9638bb175482260f21dcef16d3d770c6462d648cdcb7b43c82e9dd44207c +size 1217753472 diff --git a/BioQwen-1.8B.Q4_K_S.gguf b/BioQwen-1.8B.Q4_K_S.gguf new file mode 100644 index 0000000..46dd294 --- /dev/null +++ b/BioQwen-1.8B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891db14188241394e2452dee1e5709dc349741e246a9e7ac154d58ad11276d90 +size 1158263168 diff --git a/BioQwen-1.8B.Q5_K_M.gguf b/BioQwen-1.8B.Q5_K_M.gguf new file mode 100644 index 0000000..9324665 --- /dev/null +++ b/BioQwen-1.8B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9423c76b4b30a1d96b5c597e0910bc3a0a4b410d70624b4b5501c6708af7b10 +size 1376776576 diff --git a/BioQwen-1.8B.Q5_K_S.gguf b/BioQwen-1.8B.Q5_K_S.gguf new file mode 100644 index 0000000..77f797c --- /dev/null +++ b/BioQwen-1.8B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f0ab7e95992febf7fea935f26c2bcff519b19f153a91b2180e32257591adf3 +size 1327821184 diff --git a/BioQwen-1.8B.Q6_K.gguf b/BioQwen-1.8B.Q6_K.gguf new file mode 100644 index 0000000..12f1ea9 --- /dev/null +++ b/BioQwen-1.8B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e4542429c53e975a2871367ff3e0ffff425b75f2e86d6f61e6c51c304d3e49 +size 1579026816 diff --git a/BioQwen-1.8B.Q8_0.gguf b/BioQwen-1.8B.Q8_0.gguf new file mode 100644 index 0000000..560b70d --- /dev/null +++ b/BioQwen-1.8B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570c1b715b57251a8818b9a53b16127b84a322378ebcea57d33b95161294dd8c +size 1958304128 diff --git a/BioQwen-1.8B.f16.gguf b/BioQwen-1.8B.f16.gguf new file mode 100644 index 0000000..ba02a78 --- /dev/null +++ b/BioQwen-1.8B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ac348cc9fd815bf8ba5d528c48e4830eba85870a7806818c9b51b6e334d001 +size 3680098688 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f716e56 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: liyinghong/BioQwen-1.8B +datasets: +- yueqingyou/BioQwen +language: +- en +- zh +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- BioQwen +- 1.8B +- Biomedical +- Multi-Tasks +--- +## About + + + + + + +static quants of https://huggingface.co/liyinghong/BioQwen-1.8B + + +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/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q2_K.gguf) | Q2_K | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.IQ3_XS.gguf) | IQ3_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.IQ3_S.gguf) | IQ3_S | 1.1 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q3_K_S.gguf) | Q3_K_S | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.IQ3_M.gguf) | IQ3_M | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q3_K_M.gguf) | Q3_K_M | 1.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q3_K_L.gguf) | Q3_K_L | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.IQ4_XS.gguf) | IQ4_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q4_K_S.gguf) | Q4_K_S | 1.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q4_K_M.gguf) | Q4_K_M | 1.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q5_K_S.gguf) | Q5_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q5_K_M.gguf) | Q5_K_M | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q6_K.gguf) | Q6_K | 1.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.Q8_0.gguf) | Q8_0 | 2.1 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/BioQwen-1.8B-GGUF/resolve/main/BioQwen-1.8B.f16.gguf) | f16 | 3.8 | 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. + +