From c1a9a6a871baba7fc22a6d877edaf908de8b960b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 00:06: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/Alpesteibock-Llama-3-8B-Alpha-GGUF Source: Original Platform --- .gitattributes | 50 ++++++++++++++ Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf | 3 + Alpesteibock-Llama-3-8B-Alpha.f16.gguf | 3 + README.md | 79 +++++++++++++++++++++++ 17 files changed, 174 insertions(+) create mode 100644 .gitattributes create mode 100644 Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf create mode 100644 Alpesteibock-Llama-3-8B-Alpha.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9bbb0ed --- /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 +Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.f16.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf b/Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf new file mode 100644 index 0000000..c4b3803 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a82c2a4acf400df5aa05a029609873e6d0647492b7d1472bd56e0279c45b460 +size 3785003904 diff --git a/Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf b/Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf new file mode 100644 index 0000000..7a48313 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724722585caa1e1896a1b85d851bb01b6237195edc47614f8198f1b3d187e0a3 +size 3682505600 diff --git a/Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf b/Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf new file mode 100644 index 0000000..0afd279 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a13aeed5c6595bec8f2519d73a1bb17d5cc8d9ed1176200fdac260c82c680a7 +size 3518927744 diff --git a/Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf b/Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf new file mode 100644 index 0000000..e31feff --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5b171084e7b2833f32d7282f3ae13b3ab9d2303aa9904d175fa251323c9836 +size 4484557920 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf new file mode 100644 index 0000000..169d18d --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e298b4d643e4c7b431346f4d3060c5c828d916a1d8a0530818d6b452ca604b +size 3179297440 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf new file mode 100644 index 0000000..d415e73 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f2d9b9a9f0cd264989cfe9fbaf67036e977605cd4f5e43427826a4c6670ad3 +size 4322136960 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf new file mode 100644 index 0000000..b83d4d5 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3410f0bdb4ab29fe1a7e11b6e080e5025ca70f5142353bdf3122e424e8cf7731 +size 4019098496 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf new file mode 100644 index 0000000..d869aa7 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8b4fe61f129176a8dffe42bca9e41896f524afb5eba5abd47c24e0245e0ca1 +size 3664679808 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf new file mode 100644 index 0000000..099696b --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee24b701f1bd78e66c92bad11b775a36404c8d18e3c1966397d03c0e5f9a7ef +size 4920933856 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf new file mode 100644 index 0000000..ea98f19 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc359e83eb0de01cd69011051805759b02503adf9b97ee0bb4e1cbe2f731a29 +size 4692868576 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf new file mode 100644 index 0000000..a51618c --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415fa5c84edcdb4bc80bfa7f401b724d50baa665c38c9cc4d866f7d010ef7526 +size 5733204960 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf new file mode 100644 index 0000000..a0c5219 --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3be52df90706b68d30f34a47d5130c4ac5533ac6e395d6bcaaad8cd482b8f80 +size 5599511520 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf new file mode 100644 index 0000000..ebd265d --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2294b9ce9b9e76974d516aa935e907a28478bebd43a6be0eece65a1e6f1bfa82 +size 6596243008 diff --git a/Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf b/Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf new file mode 100644 index 0000000..3ee34ce --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45995a31f74a34690c705b9e6cb3b8a2fd72ef8c39fa0d0f9848966d254f0199 +size 8541076864 diff --git a/Alpesteibock-Llama-3-8B-Alpha.f16.gguf b/Alpesteibock-Llama-3-8B-Alpha.f16.gguf new file mode 100644 index 0000000..52fb25a --- /dev/null +++ b/Alpesteibock-Llama-3-8B-Alpha.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213a70d074a152c2846728352c06a3644c494aed683540ef2ab8bb31f662c18b +size 16069465984 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8b98b3 --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: kaizuberbuehler/Alpesteibock-Llama-3-8B-Alpha +datasets: +- cis-lmu/Glot500 +- cis-lmu/GlotCC-V1 +language: +- gsw +library_name: transformers +license: llama3 +model_type: LlamaForCausalLM +quantized_by: mradermacher +tags: +- Llama-3 +- instruct +- finetune +- qlora +- chatml +- synthetic data +- axolotl +--- +## About + + + + + + +static quants of https://huggingface.co/kaizuberbuehler/Alpesteibock-Llama-3-8B-Alpha + + +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/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Alpesteibock-Llama-3-8B-Alpha-GGUF/resolve/main/Alpesteibock-Llama-3-8B-Alpha.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. + +