From a82c8d5255a582027a645d0da939a37b7eb0d335 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 30 Jul 2026 02:17:17 +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/Llama3-Swallow-8B-instruct-vector-merged-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++ ...allow-8B-instruct-vector-merged.IQ3_M.gguf | 3 + ...allow-8B-instruct-vector-merged.IQ3_S.gguf | 3 + ...llow-8B-instruct-vector-merged.IQ3_XS.gguf | 3 + ...llow-8B-instruct-vector-merged.IQ4_XS.gguf | 3 + ...wallow-8B-instruct-vector-merged.Q2_K.gguf | 3 + ...llow-8B-instruct-vector-merged.Q3_K_L.gguf | 3 + ...llow-8B-instruct-vector-merged.Q3_K_M.gguf | 3 + ...llow-8B-instruct-vector-merged.Q3_K_S.gguf | 3 + ...llow-8B-instruct-vector-merged.Q4_K_M.gguf | 3 + ...llow-8B-instruct-vector-merged.Q4_K_S.gguf | 3 + ...llow-8B-instruct-vector-merged.Q5_K_M.gguf | 3 + ...llow-8B-instruct-vector-merged.Q5_K_S.gguf | 3 + ...wallow-8B-instruct-vector-merged.Q6_K.gguf | 3 + ...wallow-8B-instruct-vector-merged.Q8_0.gguf | 3 + ...Swallow-8B-instruct-vector-merged.f16.gguf | 3 + README.md | 67 +++++++++++++++++++ 17 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.IQ3_M.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.IQ3_S.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.IQ3_XS.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.IQ4_XS.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q2_K.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q3_K_L.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q3_K_M.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q3_K_S.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q4_K_M.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q4_K_S.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q5_K_M.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q5_K_S.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q6_K.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.Q8_0.gguf create mode 100644 Llama3-Swallow-8B-instruct-vector-merged.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aba532b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.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 +Llama3-Swallow-8B-instruct-vector-merged.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3-Swallow-8B-instruct-vector-merged.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama3-Swallow-8B-instruct-vector-merged.IQ3_M.gguf b/Llama3-Swallow-8B-instruct-vector-merged.IQ3_M.gguf new file mode 100644 index 0000000..6d4a6f5 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c010631efecefde12bfd9b5fd8daee3fa397ef7ed7c01cfb04048ba6d8ce8dac +size 3784823616 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.IQ3_S.gguf b/Llama3-Swallow-8B-instruct-vector-merged.IQ3_S.gguf new file mode 100644 index 0000000..dfd0382 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322832705d2e5c12512ea0eef09a6882ab969c7366dcb27cfa2a7d6bdc1a1787 +size 3682325312 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.IQ3_XS.gguf b/Llama3-Swallow-8B-instruct-vector-merged.IQ3_XS.gguf new file mode 100644 index 0000000..7a98808 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43de3fb2199eea122b64197cd4f25bb4b585b723e63b05acaa83e5ab86e7d4b +size 3518747456 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.IQ4_XS.gguf b/Llama3-Swallow-8B-instruct-vector-merged.IQ4_XS.gguf new file mode 100644 index 0000000..608df58 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998c66b9ae6224db42c3e04aa9773344d349c7c6c9f73926c96db857bbbea715 +size 4484363072 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q2_K.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q2_K.gguf new file mode 100644 index 0000000..345148e --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f83d7c9541b0815633d1f961b987133319acf072a6f98333880946f2966e68 +size 3179131712 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_L.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_L.gguf new file mode 100644 index 0000000..c1c7605 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744e9bf1c18b0dde0eea9ba4b7e3937fb9d999973778d8f154be26e7fb8d9ea6 +size 4321956672 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_M.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_M.gguf new file mode 100644 index 0000000..c789f38 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df203a4059ed1eb83c8a07630b0c286d28e9251520a7aee4f5745ace2314749 +size 4018918208 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_S.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_S.gguf new file mode 100644 index 0000000..048da66 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ba0625c705c347608e60cdfec6769f674618d7b9b5b599eb832d4bf7f18d24 +size 3664499520 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_M.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_M.gguf new file mode 100644 index 0000000..3032174 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482fb23d2beea4cf5ceff212944b5aa338eda208c96698970cffe9a8d42f82b3 +size 4920734528 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_S.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_S.gguf new file mode 100644 index 0000000..aea70f9 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0746aa8ab6355acac80544f73694b9ee8149724a2992e88fd367fb61f29aab +size 4692669248 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_M.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_M.gguf new file mode 100644 index 0000000..7dc897a --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea01727d4f4c794809c960d6e5c49dac8591fdbe8efc3a2974c08ef8814d6886 +size 5732987712 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_S.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_S.gguf new file mode 100644 index 0000000..ef50355 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c91bf3f48c84f6b11a6983a8073cd27098a70244ddb22d2349f85521c03f73 +size 5599294272 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q6_K.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q6_K.gguf new file mode 100644 index 0000000..0803b11 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966ce0c0f3c72aeb7b2b047dbd340757ebc22dbea9d89a85ad8bb8eab8da5424 +size 6596006720 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.Q8_0.gguf b/Llama3-Swallow-8B-instruct-vector-merged.Q8_0.gguf new file mode 100644 index 0000000..289d747 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90b3215a88e5d0b2b4e667b67dfae321687f93a1d84e0e820b29d12f5dd7ae7 +size 8540771136 diff --git a/Llama3-Swallow-8B-instruct-vector-merged.f16.gguf b/Llama3-Swallow-8B-instruct-vector-merged.f16.gguf new file mode 100644 index 0000000..7a46196 --- /dev/null +++ b/Llama3-Swallow-8B-instruct-vector-merged.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9543dd0e031897eec504827ca1aed42f0228400afe84278b889fd5023fc2f1 +size 16068891456 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b1ae98 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: aixsatoshi/Llama3-Swallow-8B-instruct-vector-merged +language: +- en +library_name: transformers +license: llama3 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/aixsatoshi/Llama3-Swallow-8B-instruct-vector-merged + + +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/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3-Swallow-8B-instruct-vector-merged-GGUF/resolve/main/Llama3-Swallow-8B-instruct-vector-merged.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. + +