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

Model: mradermacher/TinySwallow-1.5B-Instruct-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-22 04:26:49 +08:00
commit 39f7c52963
14 changed files with 151 additions and 0 deletions

47
.gitattributes vendored Normal file
View File

@@ -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
TinySwallow-1.5B-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
TinySwallow-1.5B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text

68
README.md Normal file
View File

@@ -0,0 +1,68 @@
---
base_model: SakanaAI/TinySwallow-1.5B-Instruct
datasets:
- tokyotech-llm/lmsys-chat-1m-synth
- tokyotech-llm/swallow-magpie-ultra-v0.1
- tokyotech-llm/swallow-swallow-gemma-magpie-v0.1
language:
- ja
library_name: transformers
license: apache-2.0
quantized_by: mradermacher
---
## About
<!-- ### quantize_version: 2 -->
<!-- ### output_tensor_quantised: 1 -->
<!-- ### convert_type: hf -->
<!-- ### vocab_type: -->
<!-- ### tags: nicoboss -->
static quants of https://huggingface.co/SakanaAI/TinySwallow-1.5B-Instruct
<!-- provided-files -->
weighted/imatrix quants are available at https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-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/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q2_K.gguf) | Q2_K | 0.8 | |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q3_K_S.gguf) | Q3_K_S | 0.9 | |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q3_K_M.gguf) | Q3_K_M | 0.9 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.0 | |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.IQ4_XS.gguf) | IQ4_XS | 1.0 | |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q4_K_S.gguf) | Q4_K_S | 1.0 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q4_K_M.gguf) | Q4_K_M | 1.1 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q5_K_S.gguf) | Q5_K_S | 1.2 | |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q5_K_M.gguf) | Q5_K_M | 1.2 | |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q6_K.gguf) | Q6_K | 1.4 | very good quality |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.Q8_0.gguf) | Q8_0 | 1.7 | fast, best quality |
| [GGUF](https://huggingface.co/mradermacher/TinySwallow-1.5B-Instruct-GGUF/resolve/main/TinySwallow-1.5B-Instruct.f16.gguf) | f16 | 3.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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
<!-- end -->

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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