From 29e9cc24ef3901fd76aa94ce9281955d1c89b4c2 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 17:54: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/mistral-7b-kto-wildchat-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++++ README.md | 69 +++++++++++++++++++++++++++++ mistral-7b-kto-wildchat.IQ4_XS.gguf | 3 ++ mistral-7b-kto-wildchat.Q2_K.gguf | 3 ++ mistral-7b-kto-wildchat.Q3_K_L.gguf | 3 ++ mistral-7b-kto-wildchat.Q3_K_M.gguf | 3 ++ mistral-7b-kto-wildchat.Q3_K_S.gguf | 3 ++ mistral-7b-kto-wildchat.Q4_K_M.gguf | 3 ++ mistral-7b-kto-wildchat.Q4_K_S.gguf | 3 ++ mistral-7b-kto-wildchat.Q5_K_M.gguf | 3 ++ mistral-7b-kto-wildchat.Q5_K_S.gguf | 3 ++ mistral-7b-kto-wildchat.Q6_K.gguf | 3 ++ mistral-7b-kto-wildchat.Q8_0.gguf | 3 ++ mistral-7b-kto-wildchat.f16.gguf | 3 ++ 14 files changed, 151 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 mistral-7b-kto-wildchat.IQ4_XS.gguf create mode 100644 mistral-7b-kto-wildchat.Q2_K.gguf create mode 100644 mistral-7b-kto-wildchat.Q3_K_L.gguf create mode 100644 mistral-7b-kto-wildchat.Q3_K_M.gguf create mode 100644 mistral-7b-kto-wildchat.Q3_K_S.gguf create mode 100644 mistral-7b-kto-wildchat.Q4_K_M.gguf create mode 100644 mistral-7b-kto-wildchat.Q4_K_S.gguf create mode 100644 mistral-7b-kto-wildchat.Q5_K_M.gguf create mode 100644 mistral-7b-kto-wildchat.Q5_K_S.gguf create mode 100644 mistral-7b-kto-wildchat.Q6_K.gguf create mode 100644 mistral-7b-kto-wildchat.Q8_0.gguf create mode 100644 mistral-7b-kto-wildchat.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5b9c934 --- /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 +mistral-7b-kto-wildchat.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-kto-wildchat.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..cff92b6 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: Yuhan123/mistral-7b-kto-wildchat +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/Yuhan123/mistral-7b-kto-wildchat + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#mistral-7b-kto-wildchat-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/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/mistral-7b-kto-wildchat-GGUF/resolve/main/mistral-7b-kto-wildchat.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. + + diff --git a/mistral-7b-kto-wildchat.IQ4_XS.gguf b/mistral-7b-kto-wildchat.IQ4_XS.gguf new file mode 100644 index 0000000..f6af8fd --- /dev/null +++ b/mistral-7b-kto-wildchat.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5a25f9ae238441aeabb4c5921fee7c242a0ff5704b5f2e23994e6f06823649 +size 3944389536 diff --git a/mistral-7b-kto-wildchat.Q2_K.gguf b/mistral-7b-kto-wildchat.Q2_K.gguf new file mode 100644 index 0000000..580d586 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3224ea276877ab10318e5b79097622058c769c1cb48faaad6d774440285a418 +size 2719243168 diff --git a/mistral-7b-kto-wildchat.Q3_K_L.gguf b/mistral-7b-kto-wildchat.Q3_K_L.gguf new file mode 100644 index 0000000..1f05410 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:162719bd9c09ce947da57ff678fcf8364203a400c22235be3017a019fdfc2a85 +size 3822025632 diff --git a/mistral-7b-kto-wildchat.Q3_K_M.gguf b/mistral-7b-kto-wildchat.Q3_K_M.gguf new file mode 100644 index 0000000..604680b --- /dev/null +++ b/mistral-7b-kto-wildchat.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d18920be0cf945b8f57fc976325690405febde5ac29dd611a2093bf8c0e11d +size 3518987168 diff --git a/mistral-7b-kto-wildchat.Q3_K_S.gguf b/mistral-7b-kto-wildchat.Q3_K_S.gguf new file mode 100644 index 0000000..dcfae27 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf03a2d3ce9a8eabd4345ac4b3a91b472e9e4e4923fd04e0a38daf25f4b73696 +size 3164568480 diff --git a/mistral-7b-kto-wildchat.Q4_K_M.gguf b/mistral-7b-kto-wildchat.Q4_K_M.gguf new file mode 100644 index 0000000..88643c6 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54c0485eb1e24211b2b17d34e6458427dcd886651eb40b145492a4a41119e26 +size 4368440224 diff --git a/mistral-7b-kto-wildchat.Q4_K_S.gguf b/mistral-7b-kto-wildchat.Q4_K_S.gguf new file mode 100644 index 0000000..f40d8ee --- /dev/null +++ b/mistral-7b-kto-wildchat.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001e740c57ff0a9b4a8e75f1acbabb8cf09069e0478dd39ea00e54d5bea842ca +size 4140374944 diff --git a/mistral-7b-kto-wildchat.Q5_K_M.gguf b/mistral-7b-kto-wildchat.Q5_K_M.gguf new file mode 100644 index 0000000..8756296 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a934b088d440149510a7a9b66750daf3154876199a99e8e9d1704e90ad5e43f4 +size 5131410336 diff --git a/mistral-7b-kto-wildchat.Q5_K_S.gguf b/mistral-7b-kto-wildchat.Q5_K_S.gguf new file mode 100644 index 0000000..45223fb --- /dev/null +++ b/mistral-7b-kto-wildchat.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece720683886677af5414e5478af1f80e224786edfea4c2e7bf2d53e10bc3b1b +size 4997716896 diff --git a/mistral-7b-kto-wildchat.Q6_K.gguf b/mistral-7b-kto-wildchat.Q6_K.gguf new file mode 100644 index 0000000..06a0307 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a36962c4bcfb99057da5b4a65d590f8b42fae185195255232d074965d5a332 +size 5942066080 diff --git a/mistral-7b-kto-wildchat.Q8_0.gguf b/mistral-7b-kto-wildchat.Q8_0.gguf new file mode 100644 index 0000000..75e2e01 --- /dev/null +++ b/mistral-7b-kto-wildchat.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aab04707f2fcd557fdbecc075ed8df0eaf971ce9d0386b5401b29f96f67e9895 +size 7695858592 diff --git a/mistral-7b-kto-wildchat.f16.gguf b/mistral-7b-kto-wildchat.f16.gguf new file mode 100644 index 0000000..a071dd4 --- /dev/null +++ b/mistral-7b-kto-wildchat.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfb462a07435c4478cfd2e9cd119793dda6c1ab11b4e73cef0b8756952c37b6 +size 14484732832