From aec728837524bbb6c6a34b7503fd4101359c2c62 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 2 Jun 2026 05:07: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/OncoReasoning-3B-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++ OncoReasoning-3B.IQ4_XS.gguf | 3 ++ OncoReasoning-3B.Q2_K.gguf | 3 ++ OncoReasoning-3B.Q3_K_L.gguf | 3 ++ OncoReasoning-3B.Q3_K_M.gguf | 3 ++ OncoReasoning-3B.Q3_K_S.gguf | 3 ++ OncoReasoning-3B.Q4_K_M.gguf | 3 ++ OncoReasoning-3B.Q4_K_S.gguf | 3 ++ OncoReasoning-3B.Q5_K_M.gguf | 3 ++ OncoReasoning-3B.Q5_K_S.gguf | 3 ++ OncoReasoning-3B.Q6_K.gguf | 3 ++ OncoReasoning-3B.Q8_0.gguf | 3 ++ OncoReasoning-3B.f16.gguf | 3 ++ README.md | 78 ++++++++++++++++++++++++++++++++++++ 14 files changed, 161 insertions(+) create mode 100644 .gitattributes create mode 100644 OncoReasoning-3B.IQ4_XS.gguf create mode 100644 OncoReasoning-3B.Q2_K.gguf create mode 100644 OncoReasoning-3B.Q3_K_L.gguf create mode 100644 OncoReasoning-3B.Q3_K_M.gguf create mode 100644 OncoReasoning-3B.Q3_K_S.gguf create mode 100644 OncoReasoning-3B.Q4_K_M.gguf create mode 100644 OncoReasoning-3B.Q4_K_S.gguf create mode 100644 OncoReasoning-3B.Q5_K_M.gguf create mode 100644 OncoReasoning-3B.Q5_K_S.gguf create mode 100644 OncoReasoning-3B.Q6_K.gguf create mode 100644 OncoReasoning-3B.Q8_0.gguf create mode 100644 OncoReasoning-3B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2ccaea9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +OncoReasoning-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +OncoReasoning-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/OncoReasoning-3B.IQ4_XS.gguf b/OncoReasoning-3B.IQ4_XS.gguf new file mode 100644 index 0000000..41e7fc7 --- /dev/null +++ b/OncoReasoning-3B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a6e1f4c5dc13684d2f4d3886de18fa790179966bae43bd27eb2636a50143dc +size 1840906752 diff --git a/OncoReasoning-3B.Q2_K.gguf b/OncoReasoning-3B.Q2_K.gguf new file mode 100644 index 0000000..52028e9 --- /dev/null +++ b/OncoReasoning-3B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5421174e4a27267c4e90d236faf0c511543a28d1c5fe1bd8a33365a8f79c8c +size 1363935744 diff --git a/OncoReasoning-3B.Q3_K_L.gguf b/OncoReasoning-3B.Q3_K_L.gguf new file mode 100644 index 0000000..e14d0c0 --- /dev/null +++ b/OncoReasoning-3B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea441847f2c36ef2187d227d401cb3f78a40404e3210fa2699a6de83f61f0a3 +size 1815347712 diff --git a/OncoReasoning-3B.Q3_K_M.gguf b/OncoReasoning-3B.Q3_K_M.gguf new file mode 100644 index 0000000..273b748 --- /dev/null +++ b/OncoReasoning-3B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc060a73d418fc60ea7101d08a110cff77c027840dd0cc9184f5bc2f1f32f670 +size 1687159296 diff --git a/OncoReasoning-3B.Q3_K_S.gguf b/OncoReasoning-3B.Q3_K_S.gguf new file mode 100644 index 0000000..1dc0c77 --- /dev/null +++ b/OncoReasoning-3B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb7bb2581f9b761abeeda5ef3993b9274665fc7261d3cac163e7dc83c85f930 +size 1542849024 diff --git a/OncoReasoning-3B.Q4_K_M.gguf b/OncoReasoning-3B.Q4_K_M.gguf new file mode 100644 index 0000000..df2d84d --- /dev/null +++ b/OncoReasoning-3B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3847e42691f313fd077a174280236ed0bf7d648240d7efe1fdfe925708804d77 +size 2019377664 diff --git a/OncoReasoning-3B.Q4_K_S.gguf b/OncoReasoning-3B.Q4_K_S.gguf new file mode 100644 index 0000000..3aa82c3 --- /dev/null +++ b/OncoReasoning-3B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741146f0f332dcbf57c34693998806b61336eddab861218a21eb08662844df02 +size 1928200704 diff --git a/OncoReasoning-3B.Q5_K_M.gguf b/OncoReasoning-3B.Q5_K_M.gguf new file mode 100644 index 0000000..e809d86 --- /dev/null +++ b/OncoReasoning-3B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ccadd646167a4108c8a35a32138bd39f64558851e13222418ddc47ff97bc85 +size 2322153984 diff --git a/OncoReasoning-3B.Q5_K_S.gguf b/OncoReasoning-3B.Q5_K_S.gguf new file mode 100644 index 0000000..e95585a --- /dev/null +++ b/OncoReasoning-3B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff448c1f55573d2d52548ca05934f90ec7e6a8eef8b6bb9e9d3f6ea206668a91 +size 2269512192 diff --git a/OncoReasoning-3B.Q6_K.gguf b/OncoReasoning-3B.Q6_K.gguf new file mode 100644 index 0000000..16961b9 --- /dev/null +++ b/OncoReasoning-3B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe0e5e4ec331d80aa1421ff56c529f5739a4c64c37ef04389ee0c5f654d84bf +size 2643853824 diff --git a/OncoReasoning-3B.Q8_0.gguf b/OncoReasoning-3B.Q8_0.gguf new file mode 100644 index 0000000..9618ae8 --- /dev/null +++ b/OncoReasoning-3B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efa0ad9fd0c8187599cd9b0325372d2583021d1ec3b98930450f08b3a5e86ee +size 3421899264 diff --git a/OncoReasoning-3B.f16.gguf b/OncoReasoning-3B.f16.gguf new file mode 100644 index 0000000..600330c --- /dev/null +++ b/OncoReasoning-3B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c381a9d82d89f3d7668e9c2237e6dab9dc7eaeb2bbf0b6d563352dd77f66eb +size 6433688064 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ab6ade --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: ksg-dfci/OncoReasoning-3B-1225 +language: +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama-3.2 +- oncology +- clinical-trials +- distillation +- information-extraction +--- +## About + + + + + + + + + +static quants of https://huggingface.co/ksg-dfci/OncoReasoning-3B-1225 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#OncoReasoning-3B-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/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/OncoReasoning-3B-GGUF/resolve/main/OncoReasoning-3B.f16.gguf) | f16 | 6.5 | 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. + +