From c03222ad502848f3e9fe54840a333ad8d231ff5b Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 16 Jun 2026 02:50: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/sixtyoneeighty-7b-chat-GGUF Source: Original Platform --- .gitattributes | 49 +++++++++++++++++++++ README.md | 68 ++++++++++++++++++++++++++++++ sixtyoneeighty-7b-chat.IQ3_M.gguf | 3 ++ sixtyoneeighty-7b-chat.IQ3_S.gguf | 3 ++ sixtyoneeighty-7b-chat.IQ3_XS.gguf | 3 ++ sixtyoneeighty-7b-chat.IQ4_XS.gguf | 3 ++ sixtyoneeighty-7b-chat.Q2_K.gguf | 3 ++ sixtyoneeighty-7b-chat.Q3_K_L.gguf | 3 ++ sixtyoneeighty-7b-chat.Q3_K_M.gguf | 3 ++ sixtyoneeighty-7b-chat.Q3_K_S.gguf | 3 ++ sixtyoneeighty-7b-chat.Q4_K_M.gguf | 3 ++ sixtyoneeighty-7b-chat.Q4_K_S.gguf | 3 ++ sixtyoneeighty-7b-chat.Q5_K_M.gguf | 3 ++ sixtyoneeighty-7b-chat.Q5_K_S.gguf | 3 ++ sixtyoneeighty-7b-chat.Q6_K.gguf | 3 ++ sixtyoneeighty-7b-chat.Q8_0.gguf | 3 ++ 16 files changed, 159 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 sixtyoneeighty-7b-chat.IQ3_M.gguf create mode 100644 sixtyoneeighty-7b-chat.IQ3_S.gguf create mode 100644 sixtyoneeighty-7b-chat.IQ3_XS.gguf create mode 100644 sixtyoneeighty-7b-chat.IQ4_XS.gguf create mode 100644 sixtyoneeighty-7b-chat.Q2_K.gguf create mode 100644 sixtyoneeighty-7b-chat.Q3_K_L.gguf create mode 100644 sixtyoneeighty-7b-chat.Q3_K_M.gguf create mode 100644 sixtyoneeighty-7b-chat.Q3_K_S.gguf create mode 100644 sixtyoneeighty-7b-chat.Q4_K_M.gguf create mode 100644 sixtyoneeighty-7b-chat.Q4_K_S.gguf create mode 100644 sixtyoneeighty-7b-chat.Q5_K_M.gguf create mode 100644 sixtyoneeighty-7b-chat.Q5_K_S.gguf create mode 100644 sixtyoneeighty-7b-chat.Q6_K.gguf create mode 100644 sixtyoneeighty-7b-chat.Q8_0.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c4326c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +sixtyoneeighty-7b-chat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-chat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee77744 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +--- +base_model: jambroz/sixtyoneeighty-7b +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + +static quants of https://huggingface.co/jambroz/sixtyoneeighty-7b + + +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/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.IQ3_XS.gguf) | IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.IQ3_M.gguf) | IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-chat-GGUF/resolve/main/sixtyoneeighty-7b-chat.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | + +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. + + diff --git a/sixtyoneeighty-7b-chat.IQ3_M.gguf b/sixtyoneeighty-7b-chat.IQ3_M.gguf new file mode 100644 index 0000000..f1c490a --- /dev/null +++ b/sixtyoneeighty-7b-chat.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7fe471239b82910a753cf8bbcb3a7e2abf0c747a804c7366e11adaed8fa67f +size 3284891616 diff --git a/sixtyoneeighty-7b-chat.IQ3_S.gguf b/sixtyoneeighty-7b-chat.IQ3_S.gguf new file mode 100644 index 0000000..b0b07f8 --- /dev/null +++ b/sixtyoneeighty-7b-chat.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0173d5ca499a88f2c8a055ec2afd1778432bde3e2ee7b04e472c7d3cb2b8f5d4 +size 3182393312 diff --git a/sixtyoneeighty-7b-chat.IQ3_XS.gguf b/sixtyoneeighty-7b-chat.IQ3_XS.gguf new file mode 100644 index 0000000..4293e28 --- /dev/null +++ b/sixtyoneeighty-7b-chat.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00995dbd54630384aab8843ec93aea0ea6a5a4d6f7245643142e36ac86330854 +size 3018815456 diff --git a/sixtyoneeighty-7b-chat.IQ4_XS.gguf b/sixtyoneeighty-7b-chat.IQ4_XS.gguf new file mode 100644 index 0000000..f859c08 --- /dev/null +++ b/sixtyoneeighty-7b-chat.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74825414818c55bf84fe9540d952d1e82725e65e8e81277bbc59effaa9cee33e +size 3944388576 diff --git a/sixtyoneeighty-7b-chat.Q2_K.gguf b/sixtyoneeighty-7b-chat.Q2_K.gguf new file mode 100644 index 0000000..0996e09 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6ca697b1565747e2d14eec8c9f8c20ae4174aa08426401cb43c60a308baa4f +size 2719242208 diff --git a/sixtyoneeighty-7b-chat.Q3_K_L.gguf b/sixtyoneeighty-7b-chat.Q3_K_L.gguf new file mode 100644 index 0000000..171dcba --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbba57a0a1495259022860345b8115fcaeb41131f566aac684615976c51c587 +size 3822024672 diff --git a/sixtyoneeighty-7b-chat.Q3_K_M.gguf b/sixtyoneeighty-7b-chat.Q3_K_M.gguf new file mode 100644 index 0000000..7cc18cc --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f606eb4eab527aee234635ed844782195f34cc59264a5f1ef0a05309cb392a6 +size 3518986208 diff --git a/sixtyoneeighty-7b-chat.Q3_K_S.gguf b/sixtyoneeighty-7b-chat.Q3_K_S.gguf new file mode 100644 index 0000000..22171e1 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9893cccc9ec3c29a912cc93e9713779e3f4d54d4fca33cb8285737e8be45275 +size 3164567520 diff --git a/sixtyoneeighty-7b-chat.Q4_K_M.gguf b/sixtyoneeighty-7b-chat.Q4_K_M.gguf new file mode 100644 index 0000000..3d7df16 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8af39c6addeb58baca12e74907b1d5a26ddee2e4e226d86c4de11f8cf157d07 +size 4368439264 diff --git a/sixtyoneeighty-7b-chat.Q4_K_S.gguf b/sixtyoneeighty-7b-chat.Q4_K_S.gguf new file mode 100644 index 0000000..45c2b84 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5a10f62ce89e9db02642f6503b10aecb5975dcff6a90d1b8ef6bdb482297e1 +size 4140373984 diff --git a/sixtyoneeighty-7b-chat.Q5_K_M.gguf b/sixtyoneeighty-7b-chat.Q5_K_M.gguf new file mode 100644 index 0000000..484ab90 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076adaa71bf36895a5e4e5e72ec460919c38c260517cd566243716002b55ae53 +size 5131409376 diff --git a/sixtyoneeighty-7b-chat.Q5_K_S.gguf b/sixtyoneeighty-7b-chat.Q5_K_S.gguf new file mode 100644 index 0000000..903064f --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49550cb5994b2fbc4e51a5d76ff03f7fd30dbfad82d2f71d53002bdbaad585bd +size 4997715936 diff --git a/sixtyoneeighty-7b-chat.Q6_K.gguf b/sixtyoneeighty-7b-chat.Q6_K.gguf new file mode 100644 index 0000000..c81ec97 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c0c61bbe81015261ede89f0839e06356ffb448ead27d7a3f6f674e27b4ff2a +size 5942065120 diff --git a/sixtyoneeighty-7b-chat.Q8_0.gguf b/sixtyoneeighty-7b-chat.Q8_0.gguf new file mode 100644 index 0000000..dcd72b7 --- /dev/null +++ b/sixtyoneeighty-7b-chat.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c2c54921e2bfb2dec1383237d8a7babfbee9c78416842d7674f51c3f7380ee +size 7695857632