From 1ff92a58b152b1e23e29accae85827cb2b1636a6 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 7 Aug 2026 05:47:16 +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/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 83 +++++++++++++++++++ SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf | 3 + ...Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf | 3 + ...Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf | 3 + ...lama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf | 3 + ...lama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf | 3 + ...lama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf | 3 + ...-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf | 3 + SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf create mode 100644 SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8c8f97d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..21eeb55 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: ZhangShenao/SELM-Llama-3-8B-Instruct-iter-3 +datasets: +- HuggingFaceH4/ultrafeedback_binarized +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +tags: +- alignment-handbook +- dpo +- trl +- selm +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/ZhangShenao/SELM-Llama-3-8B-Instruct-iter-3 + + +static quants are available at https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-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/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/SELM-Llama-3-8B-Instruct-iter-3-i1-GGUF/resolve/main/SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K | + +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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf new file mode 100644 index 0000000..89b7cf1 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58df5df8760c672137c522c2f2d2df22f6a15ce9e113bd9fff6df7f8eb44b40 +size 2161973280 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf new file mode 100644 index 0000000..05da5ce --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f939031cd85cb7949cee3cd86d3565711adecaf9a14d9889963217c515e034e +size 2019629088 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf new file mode 100644 index 0000000..0d2142d --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e25afdf5045d17f7617c5660a6b37e48788dddd842d86fa57f25626c52f39f +size 2948282400 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf new file mode 100644 index 0000000..049582f --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3f44f466125cf55c85154a5407fd30816cd89cbdaea757874589f65367e8ea +size 2758490144 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf new file mode 100644 index 0000000..95ebdc4 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6efd21d3b702d56b478551eb5c0c55b7112b7819aa7dff107a7c87ef7bac90b +size 2605783072 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..4aeb963 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5a068ac817d880eabce22f9374045752ee92c49a4bf669871b8a3ec7c07a1f +size 2399213600 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf new file mode 100644 index 0000000..c4deefc --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b24200a97125d41abb4e86c7cb0a4877c2039fb553912858a24b98c3f98a3a3 +size 3784824864 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf new file mode 100644 index 0000000..70db136 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1674d61668eff1d81ab370025991d02139a32e9a46898e84843f152934f0ec38 +size 3682326560 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf new file mode 100644 index 0000000..920294a --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9b7ba7cb174d94889b81691d0a32562ce5bc50cf82ba7eb2762d54d93e9f62 +size 3518748704 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..b361e0a --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638dcddb8d2c53e63b8d130dbabf587878dfae350208426bd8bcd36c10317efe +size 3274913824 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf new file mode 100644 index 0000000..ea13e8d --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4748ec9d7adf2e566ab323047c32e6bdbd68e8e1f56955a8b2837a044fb4df15 +size 4447664160 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf new file mode 100644 index 0000000..0ffde0b --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587b55dfbd2ed817871d40b745fa2ccfe623710d44ed2411eea1628e06534e19 +size 3179132960 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7773b25 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111230cf9da29896158dc16ff52d3a1977055859f83079cf5fa1915037b65fe3 +size 4321957920 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf new file mode 100644 index 0000000..8ea38e5 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384cf6acbdf99a491ae085bae2d29cc2447da54777c99f254e971cc9cc74ac4e +size 4018919456 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf new file mode 100644 index 0000000..eafea68 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984759e7670f5e77e36e15d227d3859c11f60dc254f08ae9981ea7e183fcd1a3 +size 3664500768 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf new file mode 100644 index 0000000..4673964 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fcf12926561d6732b48c85ca89524169e108164fd2416b6b5d819563614579 +size 4675893280 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..2b2835b --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0351e7ca6b01dfec1ea5d2aec0146580147f169c82487a10d4a986f2ff7a84ae +size 4661213216 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..37a188f --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d830a6fcc1007f4611a6e5a430ea720c3916e6c57269d7f56e0d4a1d03b46e +size 4661213216 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..16081bc --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d32deb9e6c2bea1a09ca2ca24a65695e02f9e8b02567713c5be22999529267a +size 4661213216 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf new file mode 100644 index 0000000..ee7f253 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c6740853dc3f6bb5dbe9affb1d093e13d148957a27bab792956a6c62457a43 +size 4920735776 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf new file mode 100644 index 0000000..72aa147 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f19e07dc01ab46f9d057ee63d41a2d3e5ee315dbd52f2844cf187f40f3f3ba +size 4692670496 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf new file mode 100644 index 0000000..51e03d5 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebfee410472e546212932432536fa851070bc94d4fe5ae4bc96e7bd393ee298 +size 5732988960 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4b080de --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0e195ea19584e77ef884df8285316ccd5c701fcc5444b07192ed61218806d3 +size 5599295520 diff --git a/SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf new file mode 100644 index 0000000..e7a2e93 --- /dev/null +++ b/SELM-Llama-3-8B-Instruct-iter-3.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f37cc512b80a15eaaf1c968be116d18ab887dcc233983b540736bcd8b5fb06f +size 6596007968 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..14b5e79 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95fdfaaac8afeed8eda4e3af0dfd047a5a7e096d99185004c7b90ffc1095fa4 +size 4988157