commit 30efc3b33a0de675417f0ae898e5969975214633 Author: ModelHub XC Date: Tue Jul 7 13:32:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Sailor2-3B-Chat-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..689da79 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +Sailor2-3B-Chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Sailor2-3B-Chat.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1c513d --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: sail/Sailor2-3B-Chat +language: +- en +- zh +- id +- th +- vi +- ms +- lo +- my +- jv +- km +- su +- tl +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- multilingual +- sea +- sailor +--- +## About + + + + + + +static quants of https://huggingface.co/sail/Sailor2-3B-Chat + + +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/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q3_K_S.gguf) | Q3_K_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q3_K_M.gguf) | Q3_K_M | 3.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q3_K_L.gguf) | Q3_K_L | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.IQ4_XS.gguf) | IQ4_XS | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q4_K_S.gguf) | Q4_K_S | 3.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q4_K_M.gguf) | Q4_K_M | 3.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q5_K_S.gguf) | Q5_K_S | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q5_K_M.gguf) | Q5_K_M | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.Q6_K.gguf) | Q6_K | 3.9 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Sailor2-3B-Chat-GGUF/resolve/main/Sailor2-3B-Chat.f16.gguf) | f16 | 7.3 | 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/Sailor2-3B-Chat.IQ4_XS.gguf b/Sailor2-3B-Chat.IQ4_XS.gguf new file mode 100644 index 0000000..a423ec1 --- /dev/null +++ b/Sailor2-3B-Chat.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51070568ef4fdf18f3d74275f979d0b38698c6aabce73ac24b6cae13a688d97f +size 3152944928 diff --git a/Sailor2-3B-Chat.Q2_K.gguf b/Sailor2-3B-Chat.Q2_K.gguf new file mode 100644 index 0000000..88bd841 --- /dev/null +++ b/Sailor2-3B-Chat.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45657eee02b7c528aa2868cbae29572f01f0d47ae070ebcdac8516daff68ca32 +size 2685043488 diff --git a/Sailor2-3B-Chat.Q3_K_L.gguf b/Sailor2-3B-Chat.Q3_K_L.gguf new file mode 100644 index 0000000..4a51b47 --- /dev/null +++ b/Sailor2-3B-Chat.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365c98ea4c3cd0a4fc662366df4d7f7992039f5dd7388bb7bb5ab28a935bc480 +size 2965033248 diff --git a/Sailor2-3B-Chat.Q3_K_M.gguf b/Sailor2-3B-Chat.Q3_K_M.gguf new file mode 100644 index 0000000..dd43c8e --- /dev/null +++ b/Sailor2-3B-Chat.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20ed6635d74966896f197c1e0fbe1ba94b5447ecc087e48ab81479e18330266 +size 2933903648 diff --git a/Sailor2-3B-Chat.Q3_K_S.gguf b/Sailor2-3B-Chat.Q3_K_S.gguf new file mode 100644 index 0000000..968933e --- /dev/null +++ b/Sailor2-3B-Chat.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419aa8755c3889f7e45cc6103afc916c8125fb6548956abd988044f50cc932a7 +size 2900152608 diff --git a/Sailor2-3B-Chat.Q4_K_M.gguf b/Sailor2-3B-Chat.Q4_K_M.gguf new file mode 100644 index 0000000..f2e7adb --- /dev/null +++ b/Sailor2-3B-Chat.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd6d16a367424e5e0056536efca2a2d30c3f9deab26810e417426f5422b8c62 +size 3227563808 diff --git a/Sailor2-3B-Chat.Q4_K_S.gguf b/Sailor2-3B-Chat.Q4_K_S.gguf new file mode 100644 index 0000000..f24b8f4 --- /dev/null +++ b/Sailor2-3B-Chat.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1fdaa168d880a7b7ce5b968b8b5b9d978d668cdf30d231225cfdf36b627c8c6 +size 3222812448 diff --git a/Sailor2-3B-Chat.Q5_K_M.gguf b/Sailor2-3B-Chat.Q5_K_M.gguf new file mode 100644 index 0000000..2594e51 --- /dev/null +++ b/Sailor2-3B-Chat.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13082d7ae9bfff5ba89e945064079d19145556c19701e964bddb963f3043d22 +size 3528005408 diff --git a/Sailor2-3B-Chat.Q5_K_S.gguf b/Sailor2-3B-Chat.Q5_K_S.gguf new file mode 100644 index 0000000..696d6e6 --- /dev/null +++ b/Sailor2-3B-Chat.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899c4d901c840e59a03a419927a03f3b03dc65215db9327aea73e96fcfca993d +size 3525220128 diff --git a/Sailor2-3B-Chat.Q6_K.gguf b/Sailor2-3B-Chat.Q6_K.gguf new file mode 100644 index 0000000..b54d4f2 --- /dev/null +++ b/Sailor2-3B-Chat.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11b8a1da58725ff601057357354d08595a2d4302101ec51b0f919ae7613c6d9 +size 3847224608 diff --git a/Sailor2-3B-Chat.f16.gguf b/Sailor2-3B-Chat.f16.gguf new file mode 100644 index 0000000..4411908 --- /dev/null +++ b/Sailor2-3B-Chat.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b354d67f1580f2db8998cea42db85cdc0f83fb0b4500d01982707b3593e7e8c +size 7166228768