From 377b9d77a266c4ea4e01bea2814f20c41222a9c1 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 5 Aug 2026 06:41: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/Llama-3-8B-Stroganoff-3.0-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++++++ Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q2_K.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q6_K.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.Q8_0.gguf | 3 ++ Llama-3-8B-Stroganoff-3.0.f16.gguf | 3 ++ README.md | 74 +++++++++++++++++++++++++++ 17 files changed, 169 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q2_K.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q6_K.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.Q8_0.gguf create mode 100644 Llama-3-8B-Stroganoff-3.0.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4df6ae9 --- /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 +Llama-3-8B-Stroganoff-3.0.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf b/Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf new file mode 100644 index 0000000..e1468b8 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d509ae9d1b967eb39e264d3573fe48198fa06a2a0397a6cc14c40278f55fe95 +size 3784825344 diff --git a/Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf b/Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf new file mode 100644 index 0000000..6610102 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940a60ee4cd4d43c203f2453cc3cfbb5cc67e226eae7c00e9eca979e99470f4c +size 3682327040 diff --git a/Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf b/Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf new file mode 100644 index 0000000..a3074c7 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1407ceb4a5ee6abb9cf03ab8f871f8ab9c9744868c66e015ec5b697d24cceec +size 3518749184 diff --git a/Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf b/Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf new file mode 100644 index 0000000..94be195 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319dbd35aebabb4328877709f64080ef2ff5eb3560d453e31eb8c6d5e350b6d7 +size 4484364800 diff --git a/Llama-3-8B-Stroganoff-3.0.Q2_K.gguf b/Llama-3-8B-Stroganoff-3.0.Q2_K.gguf new file mode 100644 index 0000000..6dcc94a --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2686806eca22a1d6575ba2e2de59bea2df1d1290baa282e43c14a893f7cb3c +size 3179133440 diff --git a/Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf b/Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf new file mode 100644 index 0000000..0c25a4b --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d58c0f797f7e2de0c8754f63de2e6a1738d5aa77be9e35ad0606b8f3030128 +size 4321958400 diff --git a/Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf b/Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf new file mode 100644 index 0000000..692656a --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f3fe8ae9646cb4d06dc0bb9c0004a436f467955c9b86091d07cdadb6f7fa73 +size 4018919936 diff --git a/Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf b/Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf new file mode 100644 index 0000000..c364a54 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208b92250c92b561a2de85909a321a90745643e225841aefbdbdef9172b55b07 +size 3664501248 diff --git a/Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf b/Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf new file mode 100644 index 0000000..cd9234a --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c002f03a22f4017a17e5c3cadd808ccd09618a4aef7fef357526758448baf40 +size 4920736256 diff --git a/Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf b/Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf new file mode 100644 index 0000000..d30fbd2 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b1944e7032e58cbfb5cfd9d8f9012be541262a8b5a84ae463304ebdecf2d34 +size 4692670976 diff --git a/Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf b/Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf new file mode 100644 index 0000000..bf89aee --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf6f09b49d19bdee7dcb5e0be2c85ea3efc5739e728d08280c01cef4d576dfe +size 5732989440 diff --git a/Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf b/Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf new file mode 100644 index 0000000..3048fbf --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189360cb6e3e10b69d26101ca506b473fdd43a8eb94f1c9f131e1bcd74dfd772 +size 5599296000 diff --git a/Llama-3-8B-Stroganoff-3.0.Q6_K.gguf b/Llama-3-8B-Stroganoff-3.0.Q6_K.gguf new file mode 100644 index 0000000..bc5c7a5 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed79904fba67bb93b6c9b181c90833a1f5d5d117c7a7549843a7bfffb1f3e247 +size 6596008448 diff --git a/Llama-3-8B-Stroganoff-3.0.Q8_0.gguf b/Llama-3-8B-Stroganoff-3.0.Q8_0.gguf new file mode 100644 index 0000000..5aba0cc --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92eb6344a610fbf21d8867965ab1233d2f3f2434d56b956ab979d669cbfe603 +size 8540772864 diff --git a/Llama-3-8B-Stroganoff-3.0.f16.gguf b/Llama-3-8B-Stroganoff-3.0.f16.gguf new file mode 100644 index 0000000..c60bc66 --- /dev/null +++ b/Llama-3-8B-Stroganoff-3.0.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293e9f08df9e6a2de93498f8f0927d2fe96be16347cebb9a5b230d42b900a724 +size 16068893184 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5deaab1 --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: HiroseKoichi/Llama-3-8B-Stroganoff-3.0 +language: +- en +library_name: transformers +license: llama3 +quantized_by: mradermacher +tags: +- nsfw +- not-for-all-audiences +- llama-3 +- text-generation-inference +- mergekit +- merge +--- +## About + + + + + + +static quants of https://huggingface.co/HiroseKoichi/Llama-3-8B-Stroganoff-3.0 + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-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/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Stroganoff-3.0-GGUF/resolve/main/Llama-3-8B-Stroganoff-3.0.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. + +