From ba2f7f684adb990bb231ecb382c06d22d1f8637d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 3 Jun 2026 18:07: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/LeoLM-hessianai-7b-chat-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++ LeoLM-hessianai-7b-chat.IQ4_XS.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q2_K.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q3_K_L.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q3_K_M.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q3_K_S.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q4_K_M.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q4_K_S.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q5_K_M.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q5_K_S.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q6_K.gguf | 3 ++ LeoLM-hessianai-7b-chat.Q8_0.gguf | 3 ++ LeoLM-hessianai-7b-chat.f16.gguf | 3 ++ README.md | 76 +++++++++++++++++++++++++++++ 14 files changed, 158 insertions(+) create mode 100644 .gitattributes create mode 100644 LeoLM-hessianai-7b-chat.IQ4_XS.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q2_K.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q3_K_L.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q3_K_M.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q3_K_S.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q4_K_M.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q4_K_S.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q5_K_M.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q5_K_S.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q6_K.gguf create mode 100644 LeoLM-hessianai-7b-chat.Q8_0.gguf create mode 100644 LeoLM-hessianai-7b-chat.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a197c38 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +LeoLM-hessianai-7b-chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.f16.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LeoLM-hessianai-7b-chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LeoLM-hessianai-7b-chat.IQ4_XS.gguf b/LeoLM-hessianai-7b-chat.IQ4_XS.gguf new file mode 100644 index 0000000..43984d4 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8889d5f0956568340d253cd33109012eae38fe6c3e7cc4c51583517ee5735fe +size 3648231072 diff --git a/LeoLM-hessianai-7b-chat.Q2_K.gguf b/LeoLM-hessianai-7b-chat.Q2_K.gguf new file mode 100644 index 0000000..b3d3e22 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12adce9855278be0f2ab1db32beb793dae5fe34ed07e9ff5ddd8d13697264dad +size 2533471904 diff --git a/LeoLM-hessianai-7b-chat.Q3_K_L.gguf b/LeoLM-hessianai-7b-chat.Q3_K_L.gguf new file mode 100644 index 0000000..d471020 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0aa29928505c2467ee9bbe54071d9edb0072843c24c0782d54daab1d35b901 +size 3597772448 diff --git a/LeoLM-hessianai-7b-chat.Q3_K_M.gguf b/LeoLM-hessianai-7b-chat.Q3_K_M.gguf new file mode 100644 index 0000000..85e1140 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47409a784f6b3e1aaf3c4494852c27076adc16db11ae1724cc0e6b474d50d190 +size 3298666144 diff --git a/LeoLM-hessianai-7b-chat.Q3_K_S.gguf b/LeoLM-hessianai-7b-chat.Q3_K_S.gguf new file mode 100644 index 0000000..770e3a8 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124ca9891d176c301ad71eac63927bd0860f526a17f35c0f4f8258a1fd93759d +size 2948966048 diff --git a/LeoLM-hessianai-7b-chat.Q4_K_M.gguf b/LeoLM-hessianai-7b-chat.Q4_K_M.gguf new file mode 100644 index 0000000..c75e891 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e8976afba9d253233c1d6fc129df0331ff739e58d1599fd77757759340f9fa +size 4081735328 diff --git a/LeoLM-hessianai-7b-chat.Q4_K_S.gguf b/LeoLM-hessianai-7b-chat.Q4_K_S.gguf new file mode 100644 index 0000000..24f8c3a --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0226859f771036b6745b16776f81b02e603605a238174dbe419bfe9a6732de +size 3857471136 diff --git a/LeoLM-hessianai-7b-chat.Q5_K_M.gguf b/LeoLM-hessianai-7b-chat.Q5_K_M.gguf new file mode 100644 index 0000000..4bdefaf --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e53f88a6d57d395b95f9026837e97dc13154c09f660d93ec42b545409d5b02d +size 4783953568 diff --git a/LeoLM-hessianai-7b-chat.Q5_K_S.gguf b/LeoLM-hessianai-7b-chat.Q5_K_S.gguf new file mode 100644 index 0000000..72e8b9e --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53df1810e18f0c039e4850db05f2fcb021c11562a969ed7b1a05e523b7dae320 +size 4652488352 diff --git a/LeoLM-hessianai-7b-chat.Q6_K.gguf b/LeoLM-hessianai-7b-chat.Q6_K.gguf new file mode 100644 index 0000000..efeb374 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfe33dc38bedfcc9ae8c83fa41fbeff7dc38abd16275b8c82c3b08ee7d13baf +size 5530060448 diff --git a/LeoLM-hessianai-7b-chat.Q8_0.gguf b/LeoLM-hessianai-7b-chat.Q8_0.gguf new file mode 100644 index 0000000..3991cf6 --- /dev/null +++ b/LeoLM-hessianai-7b-chat.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58de867271af9b5ff62dc32ba8639bfe67e6390cf61e0c26d7b1642c76c5dd54 +size 7162209952 diff --git a/LeoLM-hessianai-7b-chat.f16.gguf b/LeoLM-hessianai-7b-chat.f16.gguf new file mode 100644 index 0000000..99df85a --- /dev/null +++ b/LeoLM-hessianai-7b-chat.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b693cbc778396fcdeb27f5c2d3e36d07a4302d7bf82cf94cbda02fff02d87a10 +size 13480208032 diff --git a/README.md b/README.md new file mode 100644 index 0000000..fefd3ab --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: titanbot/LeoLM-hessianai-7b-chat +datasets: +- LeoLM/OpenSchnabeltier +- OpenAssistant/OASST-DE +- FreedomIntelligence/alpaca-gpt4-deutsch +- FreedomIntelligence/evol-instruct-deutsch +- LeoLM/German_Poems +- LeoLM/German_Songs +language: +- en +- de +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/titanbot/LeoLM-hessianai-7b-chat + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#LeoLM-hessianai-7b-chat-GGUF).*** + +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/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q2_K.gguf) | Q2_K | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q3_K_S.gguf) | Q3_K_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q3_K_L.gguf) | Q3_K_L | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.IQ4_XS.gguf) | IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q5_K_M.gguf) | Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q6_K.gguf) | Q6_K | 5.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/LeoLM-hessianai-7b-chat-GGUF/resolve/main/LeoLM-hessianai-7b-chat.f16.gguf) | f16 | 13.6 | 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. + +