初始化项目,由ModelHub XC社区提供模型

Model: mradermacher/Swallow-7b-instruct-v0.1-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-19 08:09:16 +08:00
commit c24d86cfc6
17 changed files with 164 additions and 0 deletions

50
.gitattributes vendored Normal file
View File

@@ -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

69
README.md Normal file
View File

@@ -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
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: -->
static quants of https://huggingface.co/tokyotech-llm/Swallow-7b-instruct-v0.1
<!-- provided-files -->
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.
<!-- end -->

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f646b7dcceb8321a03d703c9ae28a98c5d1c33a3a4dbf1cc6e319f2d98268ad
size 3172342272

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:766b3843b935e4781650295778ec5d34f973881a1ed319aa1aba308e8c66c7f6
size 3005782528

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbacf644557ae7f64632b2bf5fa97b21d37759f79618e84c504d1dabcea030d9
size 2854001152

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11261689b12cc7396d02ce85f5aeb66e72e00470b1cc4d3a0314a1c4252ba597
size 3709643520

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f630a8769014819393e03d2d885a0f818241e82613ec63c06843fc50043f04d
size 2585692416

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8c18640a489e57643bcb4b145b2fb50895ff480b1201c53468117ec07c21d27
size 3654588928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28822e5c00716d33c3d240a68a011c7e825bccd88e8be70a84e6d53b635be055
size 3355482624

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fc364412e2c578b2d0a6cc1742f42c8f0b174c3a328559e7fe710a191ad1350
size 3005782528

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a5e0623f7abb82bdd5b8fefe53b58ee494aa4a87a3a6b092d49a28f3002035f
size 4144561920

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d09a55b5ca81c72933cab1015d8c2be622b212cbfcae20007814ddcdae735871
size 3920297728

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e7824d06ee1230ec451b494f3860b19ff14110214b5c99d59065b306a55fe62
size 4852436736

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54bfc4f37bfe016b3c5256e5b61383e831e8e54613adbf31bb24e979cbbc7517
size 4720971520

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0acb96e10e4397920ee69e311cb74f972639915af1dc13f90c6d6b200d3b4f82
size 5604553728

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f42f73e172580693e36646116c4589f178f25c66d9430872b4aed5908c855ea2
size 7258622464

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7322b55d0589f9fb36c63c69622e37f98dbf700af7260ac461024b0dc4672e8
size 13661469184