From f2d2ef67785ff611facd63c5ddf8a122d110befc Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 8 May 2026 08:19:53 +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/Clinician-Note-1.0a-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++++++ Clinician-Note-1.0a.IQ4_XS.gguf | 3 ++ Clinician-Note-1.0a.Q2_K.gguf | 3 ++ Clinician-Note-1.0a.Q3_K_L.gguf | 3 ++ Clinician-Note-1.0a.Q3_K_M.gguf | 3 ++ Clinician-Note-1.0a.Q3_K_S.gguf | 3 ++ Clinician-Note-1.0a.Q4_K_M.gguf | 3 ++ Clinician-Note-1.0a.Q4_K_S.gguf | 3 ++ Clinician-Note-1.0a.Q5_K_M.gguf | 3 ++ Clinician-Note-1.0a.Q5_K_S.gguf | 3 ++ Clinician-Note-1.0a.Q6_K.gguf | 3 ++ Clinician-Note-1.0a.Q8_0.gguf | 3 ++ Clinician-Note-1.0a.f16.gguf | 3 ++ README.md | 64 +++++++++++++++++++++++++++++++++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 Clinician-Note-1.0a.IQ4_XS.gguf create mode 100644 Clinician-Note-1.0a.Q2_K.gguf create mode 100644 Clinician-Note-1.0a.Q3_K_L.gguf create mode 100644 Clinician-Note-1.0a.Q3_K_M.gguf create mode 100644 Clinician-Note-1.0a.Q3_K_S.gguf create mode 100644 Clinician-Note-1.0a.Q4_K_M.gguf create mode 100644 Clinician-Note-1.0a.Q4_K_S.gguf create mode 100644 Clinician-Note-1.0a.Q5_K_M.gguf create mode 100644 Clinician-Note-1.0a.Q5_K_S.gguf create mode 100644 Clinician-Note-1.0a.Q6_K.gguf create mode 100644 Clinician-Note-1.0a.Q8_0.gguf create mode 100644 Clinician-Note-1.0a.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94514b7 --- /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 +Clinician-Note-1.0a.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Clinician-Note-1.0a.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Clinician-Note-1.0a.IQ4_XS.gguf b/Clinician-Note-1.0a.IQ4_XS.gguf new file mode 100644 index 0000000..c63a7da --- /dev/null +++ b/Clinician-Note-1.0a.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa072e088f366042c1372377c24454f69ddcfcaaf818c5574fe2ba9e3807166 +size 2286316256 diff --git a/Clinician-Note-1.0a.Q2_K.gguf b/Clinician-Note-1.0a.Q2_K.gguf new file mode 100644 index 0000000..f46a557 --- /dev/null +++ b/Clinician-Note-1.0a.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53769bce3a7ff9a7c70cf253260ed3ad4b16aebbd74a3620baa88b30cc7f43e1 +size 1669499616 diff --git a/Clinician-Note-1.0a.Q3_K_L.gguf b/Clinician-Note-1.0a.Q3_K_L.gguf new file mode 100644 index 0000000..beaa68f --- /dev/null +++ b/Clinician-Note-1.0a.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ba40cc955b3f1dea862900d2fc0fde8cdfc6613f4c6850c8b0206ae840fb62 +size 2239785696 diff --git a/Clinician-Note-1.0a.Q3_K_M.gguf b/Clinician-Note-1.0a.Q3_K_M.gguf new file mode 100644 index 0000000..1370ec7 --- /dev/null +++ b/Clinician-Note-1.0a.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f342851f68862d7e572d7b9876877571edc6457f1532f0aab3385ec813a6cdda +size 2075618016 diff --git a/Clinician-Note-1.0a.Q3_K_S.gguf b/Clinician-Note-1.0a.Q3_K_S.gguf new file mode 100644 index 0000000..c0670fe --- /dev/null +++ b/Clinician-Note-1.0a.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9dd7b4e8d0d9621a44ace2eeabd41787af1a78cd0e1773857d46b3b3297e17 +size 1886997216 diff --git a/Clinician-Note-1.0a.Q4_K_M.gguf b/Clinician-Note-1.0a.Q4_K_M.gguf new file mode 100644 index 0000000..ebb2ee1 --- /dev/null +++ b/Clinician-Note-1.0a.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0481734776c031541775ab7b555a849477595829dcbab85336a2d0a7488465 +size 2497280736 diff --git a/Clinician-Note-1.0a.Q4_K_S.gguf b/Clinician-Note-1.0a.Q4_K_S.gguf new file mode 100644 index 0000000..baaa466 --- /dev/null +++ b/Clinician-Note-1.0a.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c732b38484d4d05315c9dbda8824fee1d76bcf26d1d37ad1a72c78fbed4692 +size 2383309536 diff --git a/Clinician-Note-1.0a.Q5_K_M.gguf b/Clinician-Note-1.0a.Q5_K_M.gguf new file mode 100644 index 0000000..1396942 --- /dev/null +++ b/Clinician-Note-1.0a.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77111d73af313d10381a0adfa119aa727bbb4eb2e2c03478814003d5a805ffb +size 2889513696 diff --git a/Clinician-Note-1.0a.Q5_K_S.gguf b/Clinician-Note-1.0a.Q5_K_S.gguf new file mode 100644 index 0000000..b0b9ee0 --- /dev/null +++ b/Clinician-Note-1.0a.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f329c4904d25646d50202ef7e265842b7ecfe6d63c0a89b2275dcdab5d71cb8e +size 2823711456 diff --git a/Clinician-Note-1.0a.Q6_K.gguf b/Clinician-Note-1.0a.Q6_K.gguf new file mode 100644 index 0000000..d1eaa5f --- /dev/null +++ b/Clinician-Note-1.0a.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49796595a5a6022a44a5a90cddfa9c93e02a3547990aae83414f4bb6438df018 +size 3306261216 diff --git a/Clinician-Note-1.0a.Q8_0.gguf b/Clinician-Note-1.0a.Q8_0.gguf new file mode 100644 index 0000000..c451f13 --- /dev/null +++ b/Clinician-Note-1.0a.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e688b28ea9a9b2ae2aac06cc3fad02b8b10268d765272babda228b48710675 +size 4280405216 diff --git a/Clinician-Note-1.0a.f16.gguf b/Clinician-Note-1.0a.f16.gguf new file mode 100644 index 0000000..b5ad64e --- /dev/null +++ b/Clinician-Note-1.0a.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4473f2a0e00d6081a8053c2544daea11ac0dd1a518be9c0b06902620972f1c4 +size 8051285216 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca9a559 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: ClinicianFOCUS/Clinician-Note-1.0a +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/ClinicianFOCUS/Clinician-Note-1.0a + + +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/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q2_K.gguf) | Q2_K | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q3_K_S.gguf) | Q3_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q3_K_M.gguf) | Q3_K_M | 2.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q3_K_L.gguf) | Q3_K_L | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.IQ4_XS.gguf) | IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q4_K_S.gguf) | Q4_K_S | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q4_K_M.gguf) | Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q5_K_S.gguf) | Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q5_K_M.gguf) | Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q6_K.gguf) | Q6_K | 3.4 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.Q8_0.gguf) | Q8_0 | 4.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Clinician-Note-1.0a-GGUF/resolve/main/Clinician-Note-1.0a.f16.gguf) | f16 | 8.2 | 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. + +