commit c24d86cfc645741270d21e68ecf87b7375a81ad2 Author: ModelHub XC Date: Sun Apr 19 08:09:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Swallow-7b-instruct-v0.1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2d49447 --- /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-instruct-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.f16.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Swallow-7b-instruct-v0.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a31f7c --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: tokyotech-llm/Swallow-7b-instruct-v0.1 +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-instruct-v0.1 + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-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-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q2_K.gguf) | Q2_K | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.IQ3_XS.gguf) | IQ3_XS | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.IQ3_S.gguf) | IQ3_S | 3.1 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q3_K_S.gguf) | Q3_K_S | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.IQ3_M.gguf) | IQ3_M | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q3_K_M.gguf) | Q3_K_M | 3.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q3_K_L.gguf) | Q3_K_L | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.IQ4_XS.gguf) | IQ4_XS | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q5_K_M.gguf) | Q5_K_M | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q6_K.gguf) | Q6_K | 5.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.Q8_0.gguf) | Q8_0 | 7.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Swallow-7b-instruct-v0.1-GGUF/resolve/main/Swallow-7b-instruct-v0.1.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-instruct-v0.1.IQ3_M.gguf b/Swallow-7b-instruct-v0.1.IQ3_M.gguf new file mode 100644 index 0000000..b713af2 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f646b7dcceb8321a03d703c9ae28a98c5d1c33a3a4dbf1cc6e319f2d98268ad +size 3172342272 diff --git a/Swallow-7b-instruct-v0.1.IQ3_S.gguf b/Swallow-7b-instruct-v0.1.IQ3_S.gguf new file mode 100644 index 0000000..d3ec53b --- /dev/null +++ b/Swallow-7b-instruct-v0.1.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766b3843b935e4781650295778ec5d34f973881a1ed319aa1aba308e8c66c7f6 +size 3005782528 diff --git a/Swallow-7b-instruct-v0.1.IQ3_XS.gguf b/Swallow-7b-instruct-v0.1.IQ3_XS.gguf new file mode 100644 index 0000000..7cc8b23 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbacf644557ae7f64632b2bf5fa97b21d37759f79618e84c504d1dabcea030d9 +size 2854001152 diff --git a/Swallow-7b-instruct-v0.1.IQ4_XS.gguf b/Swallow-7b-instruct-v0.1.IQ4_XS.gguf new file mode 100644 index 0000000..1b09b7a --- /dev/null +++ b/Swallow-7b-instruct-v0.1.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11261689b12cc7396d02ce85f5aeb66e72e00470b1cc4d3a0314a1c4252ba597 +size 3709643520 diff --git a/Swallow-7b-instruct-v0.1.Q2_K.gguf b/Swallow-7b-instruct-v0.1.Q2_K.gguf new file mode 100644 index 0000000..915dcc2 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f630a8769014819393e03d2d885a0f818241e82613ec63c06843fc50043f04d +size 2585692416 diff --git a/Swallow-7b-instruct-v0.1.Q3_K_L.gguf b/Swallow-7b-instruct-v0.1.Q3_K_L.gguf new file mode 100644 index 0000000..9f77040 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c18640a489e57643bcb4b145b2fb50895ff480b1201c53468117ec07c21d27 +size 3654588928 diff --git a/Swallow-7b-instruct-v0.1.Q3_K_M.gguf b/Swallow-7b-instruct-v0.1.Q3_K_M.gguf new file mode 100644 index 0000000..8b6f33e --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28822e5c00716d33c3d240a68a011c7e825bccd88e8be70a84e6d53b635be055 +size 3355482624 diff --git a/Swallow-7b-instruct-v0.1.Q3_K_S.gguf b/Swallow-7b-instruct-v0.1.Q3_K_S.gguf new file mode 100644 index 0000000..cf82834 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc364412e2c578b2d0a6cc1742f42c8f0b174c3a328559e7fe710a191ad1350 +size 3005782528 diff --git a/Swallow-7b-instruct-v0.1.Q4_K_M.gguf b/Swallow-7b-instruct-v0.1.Q4_K_M.gguf new file mode 100644 index 0000000..0d48190 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5e0623f7abb82bdd5b8fefe53b58ee494aa4a87a3a6b092d49a28f3002035f +size 4144561920 diff --git a/Swallow-7b-instruct-v0.1.Q4_K_S.gguf b/Swallow-7b-instruct-v0.1.Q4_K_S.gguf new file mode 100644 index 0000000..8d71aed --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09a55b5ca81c72933cab1015d8c2be622b212cbfcae20007814ddcdae735871 +size 3920297728 diff --git a/Swallow-7b-instruct-v0.1.Q5_K_M.gguf b/Swallow-7b-instruct-v0.1.Q5_K_M.gguf new file mode 100644 index 0000000..3b9a8bf --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7824d06ee1230ec451b494f3860b19ff14110214b5c99d59065b306a55fe62 +size 4852436736 diff --git a/Swallow-7b-instruct-v0.1.Q5_K_S.gguf b/Swallow-7b-instruct-v0.1.Q5_K_S.gguf new file mode 100644 index 0000000..5c81daf --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bfc4f37bfe016b3c5256e5b61383e831e8e54613adbf31bb24e979cbbc7517 +size 4720971520 diff --git a/Swallow-7b-instruct-v0.1.Q6_K.gguf b/Swallow-7b-instruct-v0.1.Q6_K.gguf new file mode 100644 index 0000000..8c624ce --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acb96e10e4397920ee69e311cb74f972639915af1dc13f90c6d6b200d3b4f82 +size 5604553728 diff --git a/Swallow-7b-instruct-v0.1.Q8_0.gguf b/Swallow-7b-instruct-v0.1.Q8_0.gguf new file mode 100644 index 0000000..916486a --- /dev/null +++ b/Swallow-7b-instruct-v0.1.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42f73e172580693e36646116c4589f178f25c66d9430872b4aed5908c855ea2 +size 7258622464 diff --git a/Swallow-7b-instruct-v0.1.f16.gguf b/Swallow-7b-instruct-v0.1.f16.gguf new file mode 100644 index 0000000..4779934 --- /dev/null +++ b/Swallow-7b-instruct-v0.1.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7322b55d0589f9fb36c63c69622e37f98dbf700af7260ac461024b0dc4672e8 +size 13661469184