commit 9fe88858504f3669555b3615cfca3eed06771514 Author: ModelHub XC Date: Sat May 9 13:05:05 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/llama-3.1-8b-clinical-V2.0-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2216b7a --- /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 +llama-3.1-8b-clinical-V2.0.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.f16.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3.1-8b-clinical-V2.0.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e98cc90 --- /dev/null +++ b/README.md @@ -0,0 +1,71 @@ +--- +base_model: CodCodingCode/llama-3.1-8b-clinical-V2.0 +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/CodCodingCode/llama-3.1-8b-clinical-V2.0 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#llama-3.1-8b-clinical-V2.0-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/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3.1-8b-clinical-V2.0-GGUF/resolve/main/llama-3.1-8b-clinical-V2.0.f16.gguf) | f16 | 16.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. + + diff --git a/llama-3.1-8b-clinical-V2.0.IQ4_XS.gguf b/llama-3.1-8b-clinical-V2.0.IQ4_XS.gguf new file mode 100644 index 0000000..249f7ca --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bae3450722a65cee61e2d37c08a8cc8ec3e47c05ca08ad9ed34f586a0974026 +size 4484362912 diff --git a/llama-3.1-8b-clinical-V2.0.Q2_K.gguf b/llama-3.1-8b-clinical-V2.0.Q2_K.gguf new file mode 100644 index 0000000..897b65e --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7615dc09e839d296defb2e1a45e70d00fd267ac5c9ddc3e78d9a442fd32944ff +size 3179131552 diff --git a/llama-3.1-8b-clinical-V2.0.Q3_K_L.gguf b/llama-3.1-8b-clinical-V2.0.Q3_K_L.gguf new file mode 100644 index 0000000..d98a51a --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a7484061c9aace4cb9011d1f57165f3690815a49cd8803d015b318644928a +size 4321956512 diff --git a/llama-3.1-8b-clinical-V2.0.Q3_K_M.gguf b/llama-3.1-8b-clinical-V2.0.Q3_K_M.gguf new file mode 100644 index 0000000..c03569c --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d522b302acbba45eb2f2bc5b932eab04a1e3e96baf4c9a3f1a63a09a6cd97bc1 +size 4018918048 diff --git a/llama-3.1-8b-clinical-V2.0.Q3_K_S.gguf b/llama-3.1-8b-clinical-V2.0.Q3_K_S.gguf new file mode 100644 index 0000000..f58885e --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c142e3da716481643aea2dea8c86d34bfd687bda6ac3e2914db8b3cec28aee35 +size 3664499360 diff --git a/llama-3.1-8b-clinical-V2.0.Q4_K_M.gguf b/llama-3.1-8b-clinical-V2.0.Q4_K_M.gguf new file mode 100644 index 0000000..bc8ae04 --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91be1be415fc54374396b1ac6eef1e394449e74467ec39592f5ac4bf01c2dbe +size 4920734368 diff --git a/llama-3.1-8b-clinical-V2.0.Q4_K_S.gguf b/llama-3.1-8b-clinical-V2.0.Q4_K_S.gguf new file mode 100644 index 0000000..eaec1c1 --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4298fb5c34302d0f2fcc2635e816b85103954bff6f5f63b6bdab6ab1da35f12c +size 4692669088 diff --git a/llama-3.1-8b-clinical-V2.0.Q5_K_M.gguf b/llama-3.1-8b-clinical-V2.0.Q5_K_M.gguf new file mode 100644 index 0000000..3b285ea --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11c4ba2d5fd919eebf00df67e4f5b978da60ac8abb66420e291963ade9894d5 +size 5732987552 diff --git a/llama-3.1-8b-clinical-V2.0.Q5_K_S.gguf b/llama-3.1-8b-clinical-V2.0.Q5_K_S.gguf new file mode 100644 index 0000000..e3fb367 --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec0854322097d2d648e4bca7d25931667cee621a7321e64594d6f6de4c8bf33 +size 5599294112 diff --git a/llama-3.1-8b-clinical-V2.0.Q6_K.gguf b/llama-3.1-8b-clinical-V2.0.Q6_K.gguf new file mode 100644 index 0000000..c7ec076 --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a97bd2ad0223e0b9543722002f638044d24573e7077980e225a53b3a3d8b8e +size 6596006560 diff --git a/llama-3.1-8b-clinical-V2.0.Q8_0.gguf b/llama-3.1-8b-clinical-V2.0.Q8_0.gguf new file mode 100644 index 0000000..12bb88b --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de32a4c6f1c417ed34a52636964030641b816787e529279632d5f47bb2069aa1 +size 8540770976 diff --git a/llama-3.1-8b-clinical-V2.0.f16.gguf b/llama-3.1-8b-clinical-V2.0.f16.gguf new file mode 100644 index 0000000..080782c --- /dev/null +++ b/llama-3.1-8b-clinical-V2.0.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6fa800de59d405342a2ddca2801e34b7fb580158e31527c07f38221a901070c +size 16068891296