From ac3c92ec48975e9322c9977d3f1551d9754f29ad Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Apr 2026 04:04:43 +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/Loyal-Macaroni-Maid-7B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++ Loyal-Macaroni-Maid-7B.IQ4_XS.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q2_K.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q3_K_L.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q3_K_M.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q3_K_S.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q4_K_M.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q4_K_S.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q5_K_M.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q5_K_S.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q6_K.gguf | 3 ++ Loyal-Macaroni-Maid-7B.Q8_0.gguf | 3 ++ Loyal-Macaroni-Maid-7B.f16.gguf | 3 ++ README.md | 73 ++++++++++++++++++++++++++++++ 14 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 Loyal-Macaroni-Maid-7B.IQ4_XS.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q2_K.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q3_K_L.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q3_K_M.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q3_K_S.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q4_K_M.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q4_K_S.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q5_K_M.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q5_K_S.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q6_K.gguf create mode 100644 Loyal-Macaroni-Maid-7B.Q8_0.gguf create mode 100644 Loyal-Macaroni-Maid-7B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ebb3ab0 --- /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 +Loyal-Macaroni-Maid-7B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.f16.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Loyal-Macaroni-Maid-7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Loyal-Macaroni-Maid-7B.IQ4_XS.gguf b/Loyal-Macaroni-Maid-7B.IQ4_XS.gguf new file mode 100644 index 0000000..93bf3cd --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2b09ac5010af2026559c43a490790c556aa1c27ff8e23afd79c07172681a00 +size 3944389184 diff --git a/Loyal-Macaroni-Maid-7B.Q2_K.gguf b/Loyal-Macaroni-Maid-7B.Q2_K.gguf new file mode 100644 index 0000000..202d269 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1e851828dbb3b931467b2bf9a16fb33206fea4fbfd054cc3a8a65f4f083447 +size 2719242816 diff --git a/Loyal-Macaroni-Maid-7B.Q3_K_L.gguf b/Loyal-Macaroni-Maid-7B.Q3_K_L.gguf new file mode 100644 index 0000000..63dc894 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0906632f37c9ae885154311f1cc9c6a094d79e93fae2dc1b19a8ab478966a +size 3822025280 diff --git a/Loyal-Macaroni-Maid-7B.Q3_K_M.gguf b/Loyal-Macaroni-Maid-7B.Q3_K_M.gguf new file mode 100644 index 0000000..4dd0612 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69e33f9b58ac9f82b1502dfffae661e4dc8e05422048adb1c7db14c4f3ea5a7 +size 3518986816 diff --git a/Loyal-Macaroni-Maid-7B.Q3_K_S.gguf b/Loyal-Macaroni-Maid-7B.Q3_K_S.gguf new file mode 100644 index 0000000..4904302 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319fd44d71836d5b61389144df9ddc3c922d170240821e42a1ac69e7d155785d +size 3164568128 diff --git a/Loyal-Macaroni-Maid-7B.Q4_K_M.gguf b/Loyal-Macaroni-Maid-7B.Q4_K_M.gguf new file mode 100644 index 0000000..62e610a --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d08cf050e56781c4b6209050c061822fc6d76da953e642ad295b693e322079 +size 4368439872 diff --git a/Loyal-Macaroni-Maid-7B.Q4_K_S.gguf b/Loyal-Macaroni-Maid-7B.Q4_K_S.gguf new file mode 100644 index 0000000..201f04a --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff1f635065715ef3fa3ec22144dd29bdcc8d442b08ff18990ec486095afdc4b +size 4140374592 diff --git a/Loyal-Macaroni-Maid-7B.Q5_K_M.gguf b/Loyal-Macaroni-Maid-7B.Q5_K_M.gguf new file mode 100644 index 0000000..69d75be --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9e5220437e130d97f1f42d673b8f82a45dd99c502ad3ef4afc89a66b848a60 +size 5131409984 diff --git a/Loyal-Macaroni-Maid-7B.Q5_K_S.gguf b/Loyal-Macaroni-Maid-7B.Q5_K_S.gguf new file mode 100644 index 0000000..fb776e5 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ca937b5b2306bbd1fb029eb536a6f1a44642cfef01f42a7ec75f108cd6d5c4 +size 4997716544 diff --git a/Loyal-Macaroni-Maid-7B.Q6_K.gguf b/Loyal-Macaroni-Maid-7B.Q6_K.gguf new file mode 100644 index 0000000..7f5d458 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c660c77420c9e4641d7fb4d30d249bd7fd92ac80d4b281357a3abbc004eced84 +size 5942065728 diff --git a/Loyal-Macaroni-Maid-7B.Q8_0.gguf b/Loyal-Macaroni-Maid-7B.Q8_0.gguf new file mode 100644 index 0000000..3a216c1 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70522e4ca093f087c07539cb26090da1e0c067e9f40bdac50eedf22ae993db0b +size 7695858240 diff --git a/Loyal-Macaroni-Maid-7B.f16.gguf b/Loyal-Macaroni-Maid-7B.f16.gguf new file mode 100644 index 0000000..050fc75 --- /dev/null +++ b/Loyal-Macaroni-Maid-7B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b4a848f0eeca791e6b4af5ad58cd103fe26ed8c0fa9ef37d49c365d3229ff7 +size 14484732480 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d5bf41 --- /dev/null +++ b/README.md @@ -0,0 +1,73 @@ +--- +base_model: SanjiWatsuki/Loyal-Macaroni-Maid-7B +language: +- en +library_name: transformers +license: cc-by-nc-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- not-for-all-audiences +- nsfw +--- +## About + + + + + + +static quants of https://huggingface.co/SanjiWatsuki/Loyal-Macaroni-Maid-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Loyal-Macaroni-Maid-7B-GGUF).*** + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-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/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Loyal-Macaroni-Maid-7B-GGUF/resolve/main/Loyal-Macaroni-Maid-7B.f16.gguf) | f16 | 14.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. + +