commit f657c59a99d00f5555c8d61a97f5c0999172443d Author: ModelHub XC Date: Thu Jun 18 07:46:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..aff2829 --- /dev/null +++ b/.gitattributes @@ -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 +llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3-8b-cpt-sea-lionv2.1-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c9c0af --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +--- +base_model: aisingapore/Llama-SEA-LION-v2-8B-IT +language: +- en +- id +- ta +- th +- vi +library_name: transformers +license: llama3 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/aisingapore/Llama-SEA-LION-v2-8B-IT + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-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/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama3-8b-cpt-sea-lionv2.1-instruct-GGUF/resolve/main/llama3-8b-cpt-sea-lionv2.1-instruct.f16.gguf) | f16 | 16.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. + + diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.IQ4_XS.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.IQ4_XS.gguf new file mode 100644 index 0000000..e79ab85 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98d8cf7ff6e97d7ead845f9a8dbeedf8a1722afe2b448c732b77bef8b8a0fd9 +size 4484363680 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q2_K.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q2_K.gguf new file mode 100644 index 0000000..b9c5aa5 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f794455c8c4c913a7948f8a2b93e777171e31d0689cb30d4c49a14cd055bc9 +size 3179132320 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_L.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_L.gguf new file mode 100644 index 0000000..4128e3c --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc63293ff1d19bd5936c14b8cec3a3005b74c7f8d1b4d23746dbdfd797781ae0 +size 4321957280 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_M.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_M.gguf new file mode 100644 index 0000000..dbb3d1d --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8251f1ce5b0d41da659ccae66f2fb2747ec64c48814abd569a1708f798d47a4 +size 4018918816 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_S.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_S.gguf new file mode 100644 index 0000000..dbd4750 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfedb977941254582b4a25344ff3d803591137ec06fb6018bf1ef58bf9e41a25 +size 3664500128 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_M.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_M.gguf new file mode 100644 index 0000000..753eaf1 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5624e20c3b438c32efcdf588f26fbd0220b07511eef77cf5b5e17e42317b0c54 +size 4920735136 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_S.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_S.gguf new file mode 100644 index 0000000..baff9b7 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17737ab2ed08d9cd6bead140f0bf6a7a138ff2a088c46adc82f3eb07c97cf8b5 +size 4692669856 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_M.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_M.gguf new file mode 100644 index 0000000..8e07616 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c86d212c2d83a773d63b2c4b34d2fb89f345d8de0b8eff4a14df40522a1be1 +size 5732988320 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_S.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_S.gguf new file mode 100644 index 0000000..295d83d --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4695bddc07bf784b08d8814a2104e3249be7dbf115ecb3b513bfd61eac2f8430 +size 5599294880 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q6_K.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q6_K.gguf new file mode 100644 index 0000000..e844e87 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad13681a7d40fe8c21a70cc61ce72ca8d87c3b8704b2aba5b478255c401d2c33 +size 6596007328 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.Q8_0.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.Q8_0.gguf new file mode 100644 index 0000000..c08824b --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f42fc1d9be3c7902bf2e13607fdabcc5f0a6a738ef6ad383b8ade63fa2da5e3 +size 8540771744 diff --git a/llama3-8b-cpt-sea-lionv2.1-instruct.f16.gguf b/llama3-8b-cpt-sea-lionv2.1-instruct.f16.gguf new file mode 100644 index 0000000..9f30bc9 --- /dev/null +++ b/llama3-8b-cpt-sea-lionv2.1-instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f790a3cc03a758c0b920ba59f8495ce0fedeca9b8d8793699f28c7967e021e7 +size 16068892064