From c2a0b6f5ffe556a1a757b9bdae51612e7cbe48d3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 11 Jul 2026 21:40:13 +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/Swallow-7b-hf-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++++++++++++ README.md | 69 +++++++++++++++++++++++++++++++++++++++ Swallow-7b-hf.IQ3_M.gguf | 3 ++ Swallow-7b-hf.IQ3_S.gguf | 3 ++ Swallow-7b-hf.IQ3_XS.gguf | 3 ++ Swallow-7b-hf.IQ4_XS.gguf | 3 ++ Swallow-7b-hf.Q2_K.gguf | 3 ++ Swallow-7b-hf.Q3_K_L.gguf | 3 ++ Swallow-7b-hf.Q3_K_M.gguf | 3 ++ Swallow-7b-hf.Q3_K_S.gguf | 3 ++ Swallow-7b-hf.Q4_K_M.gguf | 3 ++ Swallow-7b-hf.Q4_K_S.gguf | 3 ++ Swallow-7b-hf.Q5_K_M.gguf | 3 ++ Swallow-7b-hf.Q5_K_S.gguf | 3 ++ Swallow-7b-hf.Q6_K.gguf | 3 ++ Swallow-7b-hf.Q8_0.gguf | 3 ++ Swallow-7b-hf.f16.gguf | 3 ++ 17 files changed, 164 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Swallow-7b-hf.IQ3_M.gguf create mode 100644 Swallow-7b-hf.IQ3_S.gguf create mode 100644 Swallow-7b-hf.IQ3_XS.gguf create mode 100644 Swallow-7b-hf.IQ4_XS.gguf create mode 100644 Swallow-7b-hf.Q2_K.gguf create mode 100644 Swallow-7b-hf.Q3_K_L.gguf create mode 100644 Swallow-7b-hf.Q3_K_M.gguf create mode 100644 Swallow-7b-hf.Q3_K_S.gguf create mode 100644 Swallow-7b-hf.Q4_K_M.gguf create mode 100644 Swallow-7b-hf.Q4_K_S.gguf create mode 100644 Swallow-7b-hf.Q5_K_M.gguf create mode 100644 Swallow-7b-hf.Q5_K_S.gguf create mode 100644 Swallow-7b-hf.Q6_K.gguf create mode 100644 Swallow-7b-hf.Q8_0.gguf create mode 100644 Swallow-7b-hf.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad03e4c --- /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 +Swallow-7b-hf.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.f16.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-hf.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cf7ae1 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: tokyotech-llm/Swallow-7b-hf +language: +- en +- ja +library_name: transformers +license: llama2 +model_type: llama +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/tokyotech-llm/Swallow-7b-hf + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Swallow-7b-hf-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/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q2_K.gguf) | Q2_K | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ3_XS.gguf) | IQ3_XS | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ3_S.gguf) | IQ3_S | 3.1 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q3_K_S.gguf) | Q3_K_S | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ3_M.gguf) | IQ3_M | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q3_K_M.gguf) | Q3_K_M | 3.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q3_K_L.gguf) | Q3_K_L | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.IQ4_XS.gguf) | IQ4_XS | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q5_K_M.gguf) | Q5_K_M | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q6_K.gguf) | Q6_K | 5.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.Q8_0.gguf) | Q8_0 | 7.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-hf-GGUF/resolve/main/Swallow-7b-hf.f16.gguf) | f16 | 13.8 | 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/Swallow-7b-hf.IQ3_M.gguf b/Swallow-7b-hf.IQ3_M.gguf new file mode 100644 index 0000000..87290da --- /dev/null +++ b/Swallow-7b-hf.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f34fe3ae3e166dcbb97a4d4660ce06216d9d37c4b2c8c8e2c92917de5dc675e +size 3172341024 diff --git a/Swallow-7b-hf.IQ3_S.gguf b/Swallow-7b-hf.IQ3_S.gguf new file mode 100644 index 0000000..577071c --- /dev/null +++ b/Swallow-7b-hf.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3975a578dc2a0483107596b0839b0f485dfdf8d31d702e65644c0419ed32ee13 +size 3005781280 diff --git a/Swallow-7b-hf.IQ3_XS.gguf b/Swallow-7b-hf.IQ3_XS.gguf new file mode 100644 index 0000000..bd83203 --- /dev/null +++ b/Swallow-7b-hf.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67412432ff813895ff6ca139ccdf778928d23242ae1523aa15fd992166c5134b +size 2853999904 diff --git a/Swallow-7b-hf.IQ4_XS.gguf b/Swallow-7b-hf.IQ4_XS.gguf new file mode 100644 index 0000000..15e7f92 --- /dev/null +++ b/Swallow-7b-hf.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc98d82f9a8373c1cf790e92d73aa0da0dcbe598b597d50736f7fc72a46149f8 +size 3709642272 diff --git a/Swallow-7b-hf.Q2_K.gguf b/Swallow-7b-hf.Q2_K.gguf new file mode 100644 index 0000000..8390ee2 --- /dev/null +++ b/Swallow-7b-hf.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bca84e99f6c4a1fff41db683a4462121a970af3135ad9ad5caf279e69ced36 +size 2585691168 diff --git a/Swallow-7b-hf.Q3_K_L.gguf b/Swallow-7b-hf.Q3_K_L.gguf new file mode 100644 index 0000000..e7e699d --- /dev/null +++ b/Swallow-7b-hf.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1aa1626948351a260c041f44496e64f02864bd28c9ea1c6453ceb9945df474 +size 3654587680 diff --git a/Swallow-7b-hf.Q3_K_M.gguf b/Swallow-7b-hf.Q3_K_M.gguf new file mode 100644 index 0000000..441947f --- /dev/null +++ b/Swallow-7b-hf.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967aa5b7acffdf67fafedfa81572ad28c54d0208d16f43c528dec88826730cb7 +size 3355481376 diff --git a/Swallow-7b-hf.Q3_K_S.gguf b/Swallow-7b-hf.Q3_K_S.gguf new file mode 100644 index 0000000..c5c68c8 --- /dev/null +++ b/Swallow-7b-hf.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a5949f67d0c49f3eb9613e0c138a0a1ba22632557c1dc89a2be19cbad9cb1b +size 3005781280 diff --git a/Swallow-7b-hf.Q4_K_M.gguf b/Swallow-7b-hf.Q4_K_M.gguf new file mode 100644 index 0000000..f522964 --- /dev/null +++ b/Swallow-7b-hf.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87568445618768adc2d46b3735baea5f13a341c43e0ab2ad07e0b8d4d2024cf6 +size 4144560672 diff --git a/Swallow-7b-hf.Q4_K_S.gguf b/Swallow-7b-hf.Q4_K_S.gguf new file mode 100644 index 0000000..af09f15 --- /dev/null +++ b/Swallow-7b-hf.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c52e3727f2d384ca7e06bfc3e107b3793aa359a21a855c47485c219953c6e7 +size 3920296480 diff --git a/Swallow-7b-hf.Q5_K_M.gguf b/Swallow-7b-hf.Q5_K_M.gguf new file mode 100644 index 0000000..8ec84cc --- /dev/null +++ b/Swallow-7b-hf.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a2d98de59bb70d0b96fa9613bf3f8c082434bd654cc072281d1e1a7a701a2f +size 4852435488 diff --git a/Swallow-7b-hf.Q5_K_S.gguf b/Swallow-7b-hf.Q5_K_S.gguf new file mode 100644 index 0000000..276b555 --- /dev/null +++ b/Swallow-7b-hf.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83ae57fddaa05a9426c39826341c7cf9185a94655c2bcbf0691817d4c113d23 +size 4720970272 diff --git a/Swallow-7b-hf.Q6_K.gguf b/Swallow-7b-hf.Q6_K.gguf new file mode 100644 index 0000000..298fc5c --- /dev/null +++ b/Swallow-7b-hf.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326909ce19315f19aa1812ea8970267c1ec507f9918b3826fe85b93df7421e73 +size 5604552480 diff --git a/Swallow-7b-hf.Q8_0.gguf b/Swallow-7b-hf.Q8_0.gguf new file mode 100644 index 0000000..f3f3da8 --- /dev/null +++ b/Swallow-7b-hf.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257648f3c2b16bd354b3a47ae1c3aceef6e8cc45e1be8ce6c303ae7dbcd6a121 +size 7258621216 diff --git a/Swallow-7b-hf.f16.gguf b/Swallow-7b-hf.f16.gguf new file mode 100644 index 0000000..591c1a3 --- /dev/null +++ b/Swallow-7b-hf.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503497ab166c12a9e1ab4b4b8f383929491f34da5cdc40d0396e9408a169e882 +size 13661467936