From 6f0a2a6eaccb7dfd365f32bd06b568c2d5f14829 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 6 Jul 2026 20:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/Agnes-SeaLLM-8b-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++ Agnes-SeaLLM-8b.IQ4_XS.gguf | 3 ++ Agnes-SeaLLM-8b.Q2_K.gguf | 3 ++ Agnes-SeaLLM-8b.Q3_K_L.gguf | 3 ++ Agnes-SeaLLM-8b.Q3_K_M.gguf | 3 ++ Agnes-SeaLLM-8b.Q3_K_S.gguf | 3 ++ Agnes-SeaLLM-8b.Q4_K_M.gguf | 3 ++ Agnes-SeaLLM-8b.Q4_K_S.gguf | 3 ++ Agnes-SeaLLM-8b.Q5_K_M.gguf | 3 ++ Agnes-SeaLLM-8b.Q5_K_S.gguf | 3 ++ Agnes-SeaLLM-8b.Q6_K.gguf | 3 ++ Agnes-SeaLLM-8b.Q8_0.gguf | 3 ++ Agnes-SeaLLM-8b.f16.gguf | 3 ++ README.md | 76 +++++++++++++++++++++++++++++++++++++ 14 files changed, 159 insertions(+) create mode 100644 .gitattributes create mode 100644 Agnes-SeaLLM-8b.IQ4_XS.gguf create mode 100644 Agnes-SeaLLM-8b.Q2_K.gguf create mode 100644 Agnes-SeaLLM-8b.Q3_K_L.gguf create mode 100644 Agnes-SeaLLM-8b.Q3_K_M.gguf create mode 100644 Agnes-SeaLLM-8b.Q3_K_S.gguf create mode 100644 Agnes-SeaLLM-8b.Q4_K_M.gguf create mode 100644 Agnes-SeaLLM-8b.Q4_K_S.gguf create mode 100644 Agnes-SeaLLM-8b.Q5_K_M.gguf create mode 100644 Agnes-SeaLLM-8b.Q5_K_S.gguf create mode 100644 Agnes-SeaLLM-8b.Q6_K.gguf create mode 100644 Agnes-SeaLLM-8b.Q8_0.gguf create mode 100644 Agnes-SeaLLM-8b.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c73f712 --- /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 +Agnes-SeaLLM-8b.f16.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Agnes-SeaLLM-8b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Agnes-SeaLLM-8b.IQ4_XS.gguf b/Agnes-SeaLLM-8b.IQ4_XS.gguf new file mode 100644 index 0000000..15a51fb --- /dev/null +++ b/Agnes-SeaLLM-8b.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27aea521c374d83ad1812cc17b22e2c8e8e5c965f01d28d26697b19dc4ab3ab +size 4593297152 diff --git a/Agnes-SeaLLM-8b.Q2_K.gguf b/Agnes-SeaLLM-8b.Q2_K.gguf new file mode 100644 index 0000000..03cf900 --- /dev/null +++ b/Agnes-SeaLLM-8b.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bdc3ce523f0810e75949faba48dff04d157b538af69728962c85415ebbb203c +size 3281733376 diff --git a/Agnes-SeaLLM-8b.Q3_K_L.gguf b/Agnes-SeaLLM-8b.Q3_K_L.gguf new file mode 100644 index 0000000..d83d177 --- /dev/null +++ b/Agnes-SeaLLM-8b.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8b4422aaf159f8d14576fcffa061897000439461e874871db7d6d3c592312f +size 4431394560 diff --git a/Agnes-SeaLLM-8b.Q3_K_M.gguf b/Agnes-SeaLLM-8b.Q3_K_M.gguf new file mode 100644 index 0000000..833654f --- /dev/null +++ b/Agnes-SeaLLM-8b.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86290b906889c8bf8a3572f35d78c0d960aba7410da5fdbfac23365a1aad36b3 +size 4124161792 diff --git a/Agnes-SeaLLM-8b.Q3_K_S.gguf b/Agnes-SeaLLM-8b.Q3_K_S.gguf new file mode 100644 index 0000000..2d9eebb --- /dev/null +++ b/Agnes-SeaLLM-8b.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9e5691cf5d692435b2b74df5e573aa2c50207ca91d531b1e132147a7c8ddd4 +size 3769612032 diff --git a/Agnes-SeaLLM-8b.Q4_K_M.gguf b/Agnes-SeaLLM-8b.Q4_K_M.gguf new file mode 100644 index 0000000..9ea5d0e --- /dev/null +++ b/Agnes-SeaLLM-8b.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cecbe1b40ec0159fc7eb8921f82748cbabeaa6458d97be9b49b560e34640fc +size 5027784448 diff --git a/Agnes-SeaLLM-8b.Q4_K_S.gguf b/Agnes-SeaLLM-8b.Q4_K_S.gguf new file mode 100644 index 0000000..b0ad1fb --- /dev/null +++ b/Agnes-SeaLLM-8b.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e745436e9a8090928358f9d49b6287a21f9aaa70b47200f8e73f6c964c0d8377 +size 4802012928 diff --git a/Agnes-SeaLLM-8b.Q5_K_M.gguf b/Agnes-SeaLLM-8b.Q5_K_M.gguf new file mode 100644 index 0000000..cbe7bfb --- /dev/null +++ b/Agnes-SeaLLM-8b.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e660e5ccfb2c17bb5fe49b805a45f87cf528ef68dbc28988948a35ba1229f275 +size 5851113216 diff --git a/Agnes-SeaLLM-8b.Q5_K_S.gguf b/Agnes-SeaLLM-8b.Q5_K_S.gguf new file mode 100644 index 0000000..6ec2216 --- /dev/null +++ b/Agnes-SeaLLM-8b.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c288ccc3875701af16d81ddc36f09bec50ad20eb80979e55041afa4877ee94 +size 5720762112 diff --git a/Agnes-SeaLLM-8b.Q6_K.gguf b/Agnes-SeaLLM-8b.Q6_K.gguf new file mode 100644 index 0000000..95b497b --- /dev/null +++ b/Agnes-SeaLLM-8b.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8558af89ff81500c3a02827e360f4cee77d7fd8646fb82d3ef28ff491f6b171 +size 6725900032 diff --git a/Agnes-SeaLLM-8b.Q8_0.gguf b/Agnes-SeaLLM-8b.Q8_0.gguf new file mode 100644 index 0000000..135f2f5 --- /dev/null +++ b/Agnes-SeaLLM-8b.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc1a7823a23b15d5821744e5d1e9476bfe47b45167a8ea6d935e9c9301879c1 +size 8709519104 diff --git a/Agnes-SeaLLM-8b.f16.gguf b/Agnes-SeaLLM-8b.f16.gguf new file mode 100644 index 0000000..4699182 --- /dev/null +++ b/Agnes-SeaLLM-8b.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1db0c8cd5b235635984c518b097e1bcf96d8044478078ea8034c5fe97973d0 +size 16388044544 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d793444 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: Agnes-AI/Agnes-SeaLLM-8b +language: +- en +- vi +- id +- th +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +static quants of https://huggingface.co/Agnes-AI/Agnes-SeaLLM-8b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Agnes-SeaLLM-8b-GGUF).*** + +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/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q2_K.gguf) | Q2_K | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q3_K_S.gguf) | Q3_K_S | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q3_K_M.gguf) | Q3_K_M | 4.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q3_K_L.gguf) | Q3_K_L | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.IQ4_XS.gguf) | IQ4_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q4_K_S.gguf) | Q4_K_S | 4.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q4_K_M.gguf) | Q4_K_M | 5.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q5_K_S.gguf) | Q5_K_S | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q5_K_M.gguf) | Q5_K_M | 6.0 | | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q6_K.gguf) | Q6_K | 6.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.Q8_0.gguf) | Q8_0 | 8.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Agnes-SeaLLM-8b-GGUF/resolve/main/Agnes-SeaLLM-8b.f16.gguf) | f16 | 16.5 | 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. + +