From feb497832f539d94aa47ad21345f35126a9f05f6 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Jul 2026 23:53:09 +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/exaone-3.5-2.4b-instruct-dacon-llm-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++ README.md | 69 +++++++++++++++++++ ...ne-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf | 3 + exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf | 3 + ...ne-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf | 3 + exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf | 3 + exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf | 3 + exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf | 3 + 14 files changed, 152 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf create mode 100644 exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..946074f --- /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 +exaone-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..5859e84 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: mindw96/exaone-3.5-2.4b-instruct-DACON-LLM +language: +- ko +- en +library_name: transformers +model_name: exaone-3.5-2.4b-instruct-dacon-llm +quantized_by: mradermacher +tags: +- generated_from_trainer +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/mindw96/exaone-3.5-2.4b-instruct-DACON-LLM + + +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/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf) | Q2_K | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf) | Q3_K_S | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf) | Q3_K_M | 1.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf) | Q3_K_L | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf) | IQ4_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf) | Q4_K_S | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf) | Q4_K_M | 1.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf) | Q5_K_S | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf) | Q5_K_M | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf) | Q6_K | 2.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf) | Q8_0 | 2.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/exaone-3.5-2.4b-instruct-dacon-llm-GGUF/resolve/main/exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf) | f16 | 5.4 | 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/exaone-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf new file mode 100644 index 0000000..e98cddc --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27413c9b8508d0d7b55a36b2befa413e930f51d6207b64bcd6a790623eb28f96 +size 1513893248 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf new file mode 100644 index 0000000..923daaa --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590cee710af6d7db0a2c3386bb549838791907db18e0ec4ed602d51644d73339 +size 1096459648 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf new file mode 100644 index 0000000..d845559 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64ad3b3d94fda9844286d029d84691531a01b42b3b98bd975de1e918392bc43 +size 1458622848 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf new file mode 100644 index 0000000..b87c946 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a4c0520f5be4ca1665b4a646f124991c680e2537bec748ef59d73a5056f222 +size 1361793408 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf new file mode 100644 index 0000000..07523a7 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9fdbcc20f88d5e33d027b1e654f82b1eea8752fdc8c1a2ea88f04f55a8e805 +size 1253336448 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf new file mode 100644 index 0000000..428049a --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b6b0761e6aa0957882c4de7138dabe56f3371e5868e85dabcb9972e835fc24 +size 1644919168 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf new file mode 100644 index 0000000..f5ebaf1 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08dcd918ab86bd6d37bb066196ecad93eb2eaf17cb6544643dce25ab40b32dcb +size 1580473728 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf new file mode 100644 index 0000000..af6081a --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a439a916746446ceb70ee6de25fc448173017a10a638caf24beb35a29599b5b7 +size 1910585728 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf new file mode 100644 index 0000000..653c7fc --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fa2c01102a4e9ffd4cd08701d9c1d0bae037c002c527d5216965b15488b207 +size 1873419648 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf new file mode 100644 index 0000000..779c815 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d964e9e6badbfc9f7b0b6d92037210e9150e3b76b211b559a369d8e3965f93 +size 2192856448 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf new file mode 100644 index 0000000..81eb446 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64a8a096156e460d15d1a3a6594fcb04940a7ac32fa850285339f9fd19f6928 +size 2838846848 diff --git a/exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf b/exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf new file mode 100644 index 0000000..d8d6e80 --- /dev/null +++ b/exaone-3.5-2.4b-instruct-dacon-llm.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b3b272f198ffba4b845c08a18f0025cbf65d6e3722dd777fbda6da0c93720da +size 5339454848