From 9b83ab559c7f8af8b2712b47e91912941a328ca8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 02:59: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/Antiplex-instruct-3B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++ Antiplex-instruct-3B.IQ4_XS.gguf | 3 ++ Antiplex-instruct-3B.Q2_K.gguf | 3 ++ Antiplex-instruct-3B.Q3_K_L.gguf | 3 ++ Antiplex-instruct-3B.Q3_K_M.gguf | 3 ++ Antiplex-instruct-3B.Q3_K_S.gguf | 3 ++ Antiplex-instruct-3B.Q4_K_M.gguf | 3 ++ Antiplex-instruct-3B.Q4_K_S.gguf | 3 ++ Antiplex-instruct-3B.Q5_K_M.gguf | 3 ++ Antiplex-instruct-3B.Q5_K_S.gguf | 3 ++ Antiplex-instruct-3B.Q6_K.gguf | 3 ++ Antiplex-instruct-3B.Q8_0.gguf | 3 ++ Antiplex-instruct-3B.f16.gguf | 3 ++ README.md | 87 ++++++++++++++++++++++++++++++++ 14 files changed, 170 insertions(+) create mode 100644 .gitattributes create mode 100644 Antiplex-instruct-3B.IQ4_XS.gguf create mode 100644 Antiplex-instruct-3B.Q2_K.gguf create mode 100644 Antiplex-instruct-3B.Q3_K_L.gguf create mode 100644 Antiplex-instruct-3B.Q3_K_M.gguf create mode 100644 Antiplex-instruct-3B.Q3_K_S.gguf create mode 100644 Antiplex-instruct-3B.Q4_K_M.gguf create mode 100644 Antiplex-instruct-3B.Q4_K_S.gguf create mode 100644 Antiplex-instruct-3B.Q5_K_M.gguf create mode 100644 Antiplex-instruct-3B.Q5_K_S.gguf create mode 100644 Antiplex-instruct-3B.Q6_K.gguf create mode 100644 Antiplex-instruct-3B.Q8_0.gguf create mode 100644 Antiplex-instruct-3B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7c5b051 --- /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 +Antiplex-instruct-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Antiplex-instruct-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Antiplex-instruct-3B.IQ4_XS.gguf b/Antiplex-instruct-3B.IQ4_XS.gguf new file mode 100644 index 0000000..cbd7862 --- /dev/null +++ b/Antiplex-instruct-3B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dc886322ac411b10a0d07851b1c21635e8e54b616a0972de685c44141b8b84 +size 2075587520 diff --git a/Antiplex-instruct-3B.Q2_K.gguf b/Antiplex-instruct-3B.Q2_K.gguf new file mode 100644 index 0000000..2c9e02e --- /dev/null +++ b/Antiplex-instruct-3B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a1d27d58e9a519ae8900d81e84b61ef2e85a1593d0332808f2880f9f16883b +size 1446881216 diff --git a/Antiplex-instruct-3B.Q3_K_L.gguf b/Antiplex-instruct-3B.Q3_K_L.gguf new file mode 100644 index 0000000..7f6546f --- /dev/null +++ b/Antiplex-instruct-3B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53a560648a7e7947b55abf923cdce443eb414baf8a933c919e2a93283f9454d +size 2045136320 diff --git a/Antiplex-instruct-3B.Q3_K_M.gguf b/Antiplex-instruct-3B.Q3_K_M.gguf new file mode 100644 index 0000000..073e486 --- /dev/null +++ b/Antiplex-instruct-3B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e51e7c09070565e4478741830f741227ce9f6856722bc7b162e101f55cdc45 +size 1877626304 diff --git a/Antiplex-instruct-3B.Q3_K_S.gguf b/Antiplex-instruct-3B.Q3_K_S.gguf new file mode 100644 index 0000000..79fa800 --- /dev/null +++ b/Antiplex-instruct-3B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f71dcd58eb7b7527c993527c3d2f90e7851964e2d509ef4bf81989a36d124f5 +size 1681804736 diff --git a/Antiplex-instruct-3B.Q4_K_M.gguf b/Antiplex-instruct-3B.Q4_K_M.gguf new file mode 100644 index 0000000..08860af --- /dev/null +++ b/Antiplex-instruct-3B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b85d223cef4aaf2b18534b55ee5fec4d76169b98bdf8dfe88221447752e11b4 +size 2318920640 diff --git a/Antiplex-instruct-3B.Q4_K_S.gguf b/Antiplex-instruct-3B.Q4_K_S.gguf new file mode 100644 index 0000000..0a26b51 --- /dev/null +++ b/Antiplex-instruct-3B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b408de985df1a4f061759808668b19d45f3695a4f39cc2b172090526d2bbb0 +size 2193484736 diff --git a/Antiplex-instruct-3B.Q5_K_M.gguf b/Antiplex-instruct-3B.Q5_K_M.gguf new file mode 100644 index 0000000..dc7bc85 --- /dev/null +++ b/Antiplex-instruct-3B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a588a864dcbd17a10b187e22e2a9f69d66d4e76c59c1fea1b45ed535991172ef +size 2715012032 diff --git a/Antiplex-instruct-3B.Q5_K_S.gguf b/Antiplex-instruct-3B.Q5_K_S.gguf new file mode 100644 index 0000000..6fbe477 --- /dev/null +++ b/Antiplex-instruct-3B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc5ba28c37e9aff1d557cac586d5f5c24a793e6e60c55d567ef445b4dc4136e +size 2641480640 diff --git a/Antiplex-instruct-3B.Q6_K.gguf b/Antiplex-instruct-3B.Q6_K.gguf new file mode 100644 index 0000000..a4f8f8f --- /dev/null +++ b/Antiplex-instruct-3B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3b32aec6a1d6d86ef2ff5c882ca1279bd4fa51ac4dbb68c04c92d047c3efce +size 3135859136 diff --git a/Antiplex-instruct-3B.Q8_0.gguf b/Antiplex-instruct-3B.Q8_0.gguf new file mode 100644 index 0000000..d3e230f --- /dev/null +++ b/Antiplex-instruct-3B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b15c4978edb04bcf15a3341341356c37b991555fe89ac0f03464e500ff6c457 +size 4061228480 diff --git a/Antiplex-instruct-3B.f16.gguf b/Antiplex-instruct-3B.f16.gguf new file mode 100644 index 0000000..26a692c --- /dev/null +++ b/Antiplex-instruct-3B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c30f46048182f4010b69f88fa21e66079b76be382fa7a3edef981486e638df +size 7643303360 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec0385c --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: QuantaSparkLabs/Antiplex-instruct-3B +language: +- en +library_name: transformers +license: apache-2.0 +model_type: causal-lm +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llm +- instruction-tuned +- text-generation +- conversational +- open-world +- web-search +- anti-tic +- warm-personality +- lora +- lightweight +- safetensors +- causal-lm +- phi3 +--- +## About + + + + + + + + + +static quants of https://huggingface.co/QuantaSparkLabs/Antiplex-instruct-3B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Antiplex-instruct-3B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Antiplex-instruct-3B-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/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q3_K_L.gguf) | Q3_K_L | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q4_K_S.gguf) | Q4_K_S | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q4_K_M.gguf) | Q4_K_M | 2.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q5_K_S.gguf) | Q5_K_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q5_K_M.gguf) | Q5_K_M | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q6_K.gguf) | Q6_K | 3.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.Q8_0.gguf) | Q8_0 | 4.2 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Antiplex-instruct-3B-GGUF/resolve/main/Antiplex-instruct-3B.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. + +