From 4772703129190548be37495f36b7a66c8856c441 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 2 Jun 2026 09:06: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/ECE-PRYMMAL-3B-SLERP-V2-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++ ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf | 3 ++ ECE-PRYMMAL-3B-SLERP-V2.f16.gguf | 3 ++ README.md | 75 +++++++++++++++++++++++++++++ 14 files changed, 158 insertions(+) create mode 100644 .gitattributes create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf create mode 100644 ECE-PRYMMAL-3B-SLERP-V2.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7d1de3b --- /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 +ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ECE-PRYMMAL-3B-SLERP-V2.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf b/ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf new file mode 100644 index 0000000..ea7b593 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0508fcfdfbad4400be1538ba10b396683d9c7ee4f1c0773ac0571b135c24150 +size 2075581376 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf new file mode 100644 index 0000000..a0e103c --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb05f33acbcbee9a97de1bd9f2cf29fcf3e821be15c2ba205e89c22f5fa7371 +size 1416204224 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf new file mode 100644 index 0000000..62944b2 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161900253e4a258c5acd8f434f24db8eea748c347c1d5754a6ef5b0fc00ebaed +size 2087597504 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf new file mode 100644 index 0000000..641ee22 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8867aedc2e9a11b2cddc2acd43f1eb70003d1888f97d40abb7caac3b273c6a6a +size 1955476928 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf new file mode 100644 index 0000000..be04056 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194f666c214e18af2c424651cc24e74dd71ad617d9550f3580b1a341e44521c3 +size 1681798592 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf new file mode 100644 index 0000000..a6a6a54 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a29655b7501ef427f493e5698139d3fe5b76c1ea9f6380a7b4b655deec72cd +size 2393232320 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf new file mode 100644 index 0000000..aeb23b6 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15be847cf0a063acbd613baadd0ca3dc556215869af7a8344f4256d5d02deda8 +size 2188760000 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf new file mode 100644 index 0000000..5dba8f1 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5b4ed43ef884f28a60b9a7bcc59e7e56a624a5702bdf92f89aefd25faffb2d +size 2815275968 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf new file mode 100644 index 0000000..ed85001 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66afccdb09955481ca27880c26e3f23f89acedc6089e2258224480c0aa8606b +size 2641474496 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf new file mode 100644 index 0000000..fc9efe6 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6660fd649b76618faafef9a903fc0687d34cad90971673198d93f61dcbc4833d +size 3135852992 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf b/ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf new file mode 100644 index 0000000..ab7a7aa --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec45901119c82565ec5987175cd4b186acd8edcdaf2a62217d08636067e56633 +size 4061222336 diff --git a/ECE-PRYMMAL-3B-SLERP-V2.f16.gguf b/ECE-PRYMMAL-3B-SLERP-V2.f16.gguf new file mode 100644 index 0000000..06929a8 --- /dev/null +++ b/ECE-PRYMMAL-3B-SLERP-V2.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b504f837fa20301805b930836fde8bcf82896e601f9cb6df4a7f74c2bbd4da9b +size 7643297216 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a0f2a0 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: lesubra/ECE-PRYMMAL-3B-SLERP-V2 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- mergekit +- lazymergekit +- jpacifico/Chocolatine-3B-Instruct-DPO-Revised +- microsoft/Phi-3.5-mini-instruct +--- +## About + + + + + + +static quants of https://huggingface.co/lesubra/ECE-PRYMMAL-3B-SLERP-V2 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#ECE-PRYMMAL-3B-SLERP-V2-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/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_M.gguf) | Q3_K_M | 2.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q3_K_L.gguf) | Q3_K_L | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_S.gguf) | Q4_K_S | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q4_K_M.gguf) | Q4_K_M | 2.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_S.gguf) | Q5_K_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q5_K_M.gguf) | Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q6_K.gguf) | Q6_K | 3.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/ECE-PRYMMAL-3B-SLERP-V2-GGUF/resolve/main/ECE-PRYMMAL-3B-SLERP-V2.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. + +