commit d4781264202fe890dbd271d5a06ead7f7f70b0fb Author: ModelHub XC Date: Wed Jun 17 11:22:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/clinical-phi-ehr-prototype-0.1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13e088f --- /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 +clinical-phi-ehr-prototype-0.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +clinical-phi-ehr-prototype-0.1.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..1106570 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: elucidator8918/clinical-phi-ehr-prototype-0.1 +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/elucidator8918/clinical-phi-ehr-prototype-0.1 + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-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/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q3_K_M.gguf) | Q3_K_M | 2.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q3_K_L.gguf) | Q3_K_L | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q4_K_S.gguf) | Q4_K_S | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q4_K_M.gguf) | Q4_K_M | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q5_K_S.gguf) | Q5_K_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q5_K_M.gguf) | Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q6_K.gguf) | Q6_K | 3.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/clinical-phi-ehr-prototype-0.1-GGUF/resolve/main/clinical-phi-ehr-prototype-0.1.f16.gguf) | f16 | 7.7 | 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/clinical-phi-ehr-prototype-0.1.IQ4_XS.gguf b/clinical-phi-ehr-prototype-0.1.IQ4_XS.gguf new file mode 100644 index 0000000..bdfec61 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee1b342c0a0049292600ce94b3981e7609a3e77a9d21c0aedd0176149ec3174 +size 2075581728 diff --git a/clinical-phi-ehr-prototype-0.1.Q2_K.gguf b/clinical-phi-ehr-prototype-0.1.Q2_K.gguf new file mode 100644 index 0000000..8daf4c6 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451fee2701c4f0127a3dccfcbd2966985bffd0f99cbb62e6a8dbc933907557d8 +size 1416204576 diff --git a/clinical-phi-ehr-prototype-0.1.Q3_K_L.gguf b/clinical-phi-ehr-prototype-0.1.Q3_K_L.gguf new file mode 100644 index 0000000..816774f --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117be0740fe953f62282c4d752068de8bbd8575a9b12e4a6701515405208bfbd +size 2087597856 diff --git a/clinical-phi-ehr-prototype-0.1.Q3_K_M.gguf b/clinical-phi-ehr-prototype-0.1.Q3_K_M.gguf new file mode 100644 index 0000000..4af087d --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f02b514cfaec5368edc846c65d6456c9052427f8668f744c2778b4c8eec6c3e +size 1955477280 diff --git a/clinical-phi-ehr-prototype-0.1.Q3_K_S.gguf b/clinical-phi-ehr-prototype-0.1.Q3_K_S.gguf new file mode 100644 index 0000000..fdc77f8 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595e7adf4a3cc1d0c6d90af22466e4c03cf97f29133172d166477c00e588bdd6 +size 1681798944 diff --git a/clinical-phi-ehr-prototype-0.1.Q4_K_M.gguf b/clinical-phi-ehr-prototype-0.1.Q4_K_M.gguf new file mode 100644 index 0000000..b3795a0 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e6a4d3b407643e0bc9463ac1816833124092799bf28fb63b3b40fe804b7096 +size 2393232672 diff --git a/clinical-phi-ehr-prototype-0.1.Q4_K_S.gguf b/clinical-phi-ehr-prototype-0.1.Q4_K_S.gguf new file mode 100644 index 0000000..0b170d1 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3d6d52c6dcd7569a35a40968fbe55ca8bb47b54159d899ab06097be2262d15 +size 2188760352 diff --git a/clinical-phi-ehr-prototype-0.1.Q5_K_M.gguf b/clinical-phi-ehr-prototype-0.1.Q5_K_M.gguf new file mode 100644 index 0000000..f7fec85 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09b88de44d9f9cb4810f92d180a540f94f9f4d0cd6ed0015ba86b913a226afb +size 2815276320 diff --git a/clinical-phi-ehr-prototype-0.1.Q5_K_S.gguf b/clinical-phi-ehr-prototype-0.1.Q5_K_S.gguf new file mode 100644 index 0000000..58b3a16 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b7ca27cece1f5408d834b5615942666ccda87d09bf34346eb9c26e3783bb70 +size 2641474848 diff --git a/clinical-phi-ehr-prototype-0.1.Q6_K.gguf b/clinical-phi-ehr-prototype-0.1.Q6_K.gguf new file mode 100644 index 0000000..0b0787d --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0fc1422d39bfee5438e3e935827e5e3323a95f51eab47eafce432c887145dd +size 3135853344 diff --git a/clinical-phi-ehr-prototype-0.1.Q8_0.gguf b/clinical-phi-ehr-prototype-0.1.Q8_0.gguf new file mode 100644 index 0000000..65508e7 --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3748947e2c9c57d922797e03ad6b0a1e555c8135ff1b857bce25ffd276737216 +size 4061222688 diff --git a/clinical-phi-ehr-prototype-0.1.f16.gguf b/clinical-phi-ehr-prototype-0.1.f16.gguf new file mode 100644 index 0000000..dcda2bb --- /dev/null +++ b/clinical-phi-ehr-prototype-0.1.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0e2d06422ceefa40d17fc1bb0338206fbb6f0a90493a603dd1f0d21b96376f +size 7643297568