From 0fb1550aa454320d6edd08971f5bdc3e2f385f7b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 4 Jul 2026 19:32:15 +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/DeepPhi-3.5-mini-instruct-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++ DeepPhi-3.5-mini-instruct.IQ4_XS.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q2_K.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q3_K_L.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q3_K_M.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q3_K_S.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q4_K_M.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q4_K_S.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q5_K_M.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q5_K_S.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q6_K.gguf | 3 ++ DeepPhi-3.5-mini-instruct.Q8_0.gguf | 3 ++ DeepPhi-3.5-mini-instruct.f16.gguf | 3 ++ README.md | 70 +++++++++++++++++++++++++++ 14 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepPhi-3.5-mini-instruct.IQ4_XS.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q2_K.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q3_K_L.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q3_K_M.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q3_K_S.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q4_K_M.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q4_K_S.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q5_K_M.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q5_K_S.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q6_K.gguf create mode 100644 DeepPhi-3.5-mini-instruct.Q8_0.gguf create mode 100644 DeepPhi-3.5-mini-instruct.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b280870 --- /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 +DeepPhi-3.5-mini-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepPhi-3.5-mini-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepPhi-3.5-mini-instruct.IQ4_XS.gguf b/DeepPhi-3.5-mini-instruct.IQ4_XS.gguf new file mode 100644 index 0000000..11bfe9a --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d9a6a0fa61d0f500f5f74c40d0b9ee968a0c0c766799b08a08b254e5912137 +size 2075587424 diff --git a/DeepPhi-3.5-mini-instruct.Q2_K.gguf b/DeepPhi-3.5-mini-instruct.Q2_K.gguf new file mode 100644 index 0000000..dc0f690 --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085efe799ffda72e1f6055544b284411bf7ea3c778922f5575be198118be841f +size 1446881120 diff --git a/DeepPhi-3.5-mini-instruct.Q3_K_L.gguf b/DeepPhi-3.5-mini-instruct.Q3_K_L.gguf new file mode 100644 index 0000000..15b9c42 --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8224a1cd0229f2393cf577d95bac5b018aa10b0f5cb5bc0ab92795ef7cd647b5 +size 2045136224 diff --git a/DeepPhi-3.5-mini-instruct.Q3_K_M.gguf b/DeepPhi-3.5-mini-instruct.Q3_K_M.gguf new file mode 100644 index 0000000..f701881 --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d165cc1519ab93a864b1cd48df1d96eaa87715a74b37275fef2fa3050b5fba +size 1877626208 diff --git a/DeepPhi-3.5-mini-instruct.Q3_K_S.gguf b/DeepPhi-3.5-mini-instruct.Q3_K_S.gguf new file mode 100644 index 0000000..b59a783 --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b361a06d2592ca70c199bab12b1f88cfaa51256067de4fd48ece42316afd8bb +size 1681804640 diff --git a/DeepPhi-3.5-mini-instruct.Q4_K_M.gguf b/DeepPhi-3.5-mini-instruct.Q4_K_M.gguf new file mode 100644 index 0000000..a7776df --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff79d09828f4ca941caf81db8015e092b6c5fde05aad9803b67940d206b0a3b +size 2318920544 diff --git a/DeepPhi-3.5-mini-instruct.Q4_K_S.gguf b/DeepPhi-3.5-mini-instruct.Q4_K_S.gguf new file mode 100644 index 0000000..024f67e --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d7ae2d9d5902a932c9a32a4e244c2ce3b8ee6316da7b1ce7d0d7f48a5bbf76 +size 2193484640 diff --git a/DeepPhi-3.5-mini-instruct.Q5_K_M.gguf b/DeepPhi-3.5-mini-instruct.Q5_K_M.gguf new file mode 100644 index 0000000..4b0bb38 --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885c32eeec33a668c3ee5104508a9873211fcc62e7e37aa74523366dbe64a24e +size 2715011936 diff --git a/DeepPhi-3.5-mini-instruct.Q5_K_S.gguf b/DeepPhi-3.5-mini-instruct.Q5_K_S.gguf new file mode 100644 index 0000000..64d9e16 --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53df3541d0382e2210e05a50a1503259562080ce7a9b8bbe0bb78e6520c1a73 +size 2641480544 diff --git a/DeepPhi-3.5-mini-instruct.Q6_K.gguf b/DeepPhi-3.5-mini-instruct.Q6_K.gguf new file mode 100644 index 0000000..77fea4b --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03bc966ff2357dbef385784d434c06246782dbca5f9f526a5115e65700113de +size 3135859040 diff --git a/DeepPhi-3.5-mini-instruct.Q8_0.gguf b/DeepPhi-3.5-mini-instruct.Q8_0.gguf new file mode 100644 index 0000000..a38a64e --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92b57b24376aedbe71b7588a6f7a3bb776cc851e3f0e0eb8c416d3c02bc49d1 +size 4061228384 diff --git a/DeepPhi-3.5-mini-instruct.f16.gguf b/DeepPhi-3.5-mini-instruct.f16.gguf new file mode 100644 index 0000000..4d8f3fb --- /dev/null +++ b/DeepPhi-3.5-mini-instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8297d45dcf01e2cac75439b9bc36680480a83452a8aed966b19c8a9fd883666f +size 7643303264 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7a329e --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: EpistemeAI/DeepPhi-3.5-mini-instruct +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +--- +## About + + + + + + +static quants of https://huggingface.co/EpistemeAI/DeepPhi-3.5-mini-instruct + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-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/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q3_K_L.gguf) | Q3_K_L | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q4_K_S.gguf) | Q4_K_S | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q4_K_M.gguf) | Q4_K_M | 2.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q5_K_S.gguf) | Q5_K_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q5_K_M.gguf) | Q5_K_M | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q6_K.gguf) | Q6_K | 3.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/DeepPhi-3.5-mini-instruct-GGUF/resolve/main/DeepPhi-3.5-mini-instruct.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. + +