From 404d9dce9c601405269060b2bd9d48eae950691d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 14 Apr 2026 14:52:07 +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/L3.1-Artemis-d-8B-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++++++ L3.1-Artemis-d-8B.IQ3_M.gguf | 3 ++ L3.1-Artemis-d-8B.IQ3_S.gguf | 3 ++ L3.1-Artemis-d-8B.IQ3_XS.gguf | 3 ++ L3.1-Artemis-d-8B.IQ4_XS.gguf | 3 ++ L3.1-Artemis-d-8B.Q2_K.gguf | 3 ++ L3.1-Artemis-d-8B.Q3_K_L.gguf | 3 ++ L3.1-Artemis-d-8B.Q3_K_M.gguf | 3 ++ L3.1-Artemis-d-8B.Q3_K_S.gguf | 3 ++ L3.1-Artemis-d-8B.Q4_K_M.gguf | 3 ++ L3.1-Artemis-d-8B.Q4_K_S.gguf | 3 ++ L3.1-Artemis-d-8B.Q5_K_M.gguf | 3 ++ L3.1-Artemis-d-8B.Q5_K_S.gguf | 3 ++ L3.1-Artemis-d-8B.Q6_K.gguf | 3 ++ L3.1-Artemis-d-8B.Q8_0.gguf | 3 ++ L3.1-Artemis-d-8B.f16.gguf | 3 ++ README.md | 69 +++++++++++++++++++++++++++++++++++ 17 files changed, 164 insertions(+) create mode 100644 .gitattributes create mode 100644 L3.1-Artemis-d-8B.IQ3_M.gguf create mode 100644 L3.1-Artemis-d-8B.IQ3_S.gguf create mode 100644 L3.1-Artemis-d-8B.IQ3_XS.gguf create mode 100644 L3.1-Artemis-d-8B.IQ4_XS.gguf create mode 100644 L3.1-Artemis-d-8B.Q2_K.gguf create mode 100644 L3.1-Artemis-d-8B.Q3_K_L.gguf create mode 100644 L3.1-Artemis-d-8B.Q3_K_M.gguf create mode 100644 L3.1-Artemis-d-8B.Q3_K_S.gguf create mode 100644 L3.1-Artemis-d-8B.Q4_K_M.gguf create mode 100644 L3.1-Artemis-d-8B.Q4_K_S.gguf create mode 100644 L3.1-Artemis-d-8B.Q5_K_M.gguf create mode 100644 L3.1-Artemis-d-8B.Q5_K_S.gguf create mode 100644 L3.1-Artemis-d-8B.Q6_K.gguf create mode 100644 L3.1-Artemis-d-8B.Q8_0.gguf create mode 100644 L3.1-Artemis-d-8B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..947b165 --- /dev/null +++ b/.gitattributes @@ -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 +L3.1-Artemis-d-8B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.f16.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +L3.1-Artemis-d-8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/L3.1-Artemis-d-8B.IQ3_M.gguf b/L3.1-Artemis-d-8B.IQ3_M.gguf new file mode 100644 index 0000000..bbf87c7 --- /dev/null +++ b/L3.1-Artemis-d-8B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1730f627ae6a24af221bea822a91344d86df2a8f92ce3c12dfab39e8d01fead2 +size 3784824992 diff --git a/L3.1-Artemis-d-8B.IQ3_S.gguf b/L3.1-Artemis-d-8B.IQ3_S.gguf new file mode 100644 index 0000000..87a7913 --- /dev/null +++ b/L3.1-Artemis-d-8B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc9536457b272bf27d5ab2e515555be074ebfa0e6c72bdb1f30d74a8aafddf57 +size 3682326688 diff --git a/L3.1-Artemis-d-8B.IQ3_XS.gguf b/L3.1-Artemis-d-8B.IQ3_XS.gguf new file mode 100644 index 0000000..7d2f064 --- /dev/null +++ b/L3.1-Artemis-d-8B.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a7c4129212b6d4baa12c50427e1c0a5090767976b042b5554c579bf5acee23 +size 3518748832 diff --git a/L3.1-Artemis-d-8B.IQ4_XS.gguf b/L3.1-Artemis-d-8B.IQ4_XS.gguf new file mode 100644 index 0000000..b4a2d32 --- /dev/null +++ b/L3.1-Artemis-d-8B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00af66ea7d8e2935913ca4079c5347d121a0afba8f71e175ec49229c81c97a +size 4484364448 diff --git a/L3.1-Artemis-d-8B.Q2_K.gguf b/L3.1-Artemis-d-8B.Q2_K.gguf new file mode 100644 index 0000000..76b168b --- /dev/null +++ b/L3.1-Artemis-d-8B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f77c1f5bb6d40dd6b7755b3dc78dd101523367251d41dc3504d029a10122e4 +size 3179133088 diff --git a/L3.1-Artemis-d-8B.Q3_K_L.gguf b/L3.1-Artemis-d-8B.Q3_K_L.gguf new file mode 100644 index 0000000..14e00be --- /dev/null +++ b/L3.1-Artemis-d-8B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b582890938aa39fed023f684e2ba6516943af048ff4b79e8056801cdc0478a +size 4321958048 diff --git a/L3.1-Artemis-d-8B.Q3_K_M.gguf b/L3.1-Artemis-d-8B.Q3_K_M.gguf new file mode 100644 index 0000000..464b8f4 --- /dev/null +++ b/L3.1-Artemis-d-8B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2615e11e58776612a27b9f3222dd4b3f809f4c7d6d067c072d8d78d7362c8bc +size 4018919584 diff --git a/L3.1-Artemis-d-8B.Q3_K_S.gguf b/L3.1-Artemis-d-8B.Q3_K_S.gguf new file mode 100644 index 0000000..ac385eb --- /dev/null +++ b/L3.1-Artemis-d-8B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dd878aea4a86710361ff4bd765340f93bc5a0d36bd6f873ce26c94a41d7a51 +size 3664500896 diff --git a/L3.1-Artemis-d-8B.Q4_K_M.gguf b/L3.1-Artemis-d-8B.Q4_K_M.gguf new file mode 100644 index 0000000..c8dca1f --- /dev/null +++ b/L3.1-Artemis-d-8B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39308915db0ad953000eefd5a504594b79973db70651aa5dc63269b2147f4048 +size 4920735904 diff --git a/L3.1-Artemis-d-8B.Q4_K_S.gguf b/L3.1-Artemis-d-8B.Q4_K_S.gguf new file mode 100644 index 0000000..4637d6c --- /dev/null +++ b/L3.1-Artemis-d-8B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3b0456798378992561fc4273d6bde00a92e0cfab4b44001fd518098066126b +size 4692670624 diff --git a/L3.1-Artemis-d-8B.Q5_K_M.gguf b/L3.1-Artemis-d-8B.Q5_K_M.gguf new file mode 100644 index 0000000..a560727 --- /dev/null +++ b/L3.1-Artemis-d-8B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e397dce3cd2e77b36e8797f31b55fa6f4c1c2db484b4bfeef6f5907ab362b82 +size 5732989088 diff --git a/L3.1-Artemis-d-8B.Q5_K_S.gguf b/L3.1-Artemis-d-8B.Q5_K_S.gguf new file mode 100644 index 0000000..fecaa61 --- /dev/null +++ b/L3.1-Artemis-d-8B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06fb1a83447785f4f3dd3fc6a2c67bb0a6cd8c3365d258608f2d8251c87087f9 +size 5599295648 diff --git a/L3.1-Artemis-d-8B.Q6_K.gguf b/L3.1-Artemis-d-8B.Q6_K.gguf new file mode 100644 index 0000000..0ab53e9 --- /dev/null +++ b/L3.1-Artemis-d-8B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37fa20f2321428bc72f26f7b6c503cee5703ffeb679870c0e47ab316dc5bc3f +size 6596008096 diff --git a/L3.1-Artemis-d-8B.Q8_0.gguf b/L3.1-Artemis-d-8B.Q8_0.gguf new file mode 100644 index 0000000..6f00e86 --- /dev/null +++ b/L3.1-Artemis-d-8B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05f78ce7c8df75c1d67e55cf3f4a17ba28061dbbdfd4c89622c066413b3955b +size 8540772512 diff --git a/L3.1-Artemis-d-8B.f16.gguf b/L3.1-Artemis-d-8B.f16.gguf new file mode 100644 index 0000000..cdbf4b8 --- /dev/null +++ b/L3.1-Artemis-d-8B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14e7a826f6584ca04e9544d109b5fe7421d6c3b62124c207023a723162ce946 +size 16068892832 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e737f7 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: mergekit-community/L3.1-Artemis-d-8B +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/mergekit-community/L3.1-Artemis-d-8B + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-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/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/L3.1-Artemis-d-8B-GGUF/resolve/main/L3.1-Artemis-d-8B.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. + +