From 49f3a5e60aa54ad5cac583bfea6249345444d562 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 6 Aug 2026 01:59: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/NeuralKrishna-7B-V2-DPO-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++ NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q2_K.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q6_K.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.Q8_0.gguf | 3 ++ NeuralKrishna-7B-V2-DPO.f16.gguf | 3 ++ README.md | 64 +++++++++++++++++++++++++++++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q2_K.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q6_K.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.Q8_0.gguf create mode 100644 NeuralKrishna-7B-V2-DPO.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5f933b8 --- /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 +NeuralKrishna-7B-V2-DPO.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.f16.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf b/NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf new file mode 100644 index 0000000..2f020af --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078ed481a712887426731d32dbb8557a4bb02a22d5a28def52919b4fd411aacc +size 3944389152 diff --git a/NeuralKrishna-7B-V2-DPO.Q2_K.gguf b/NeuralKrishna-7B-V2-DPO.Q2_K.gguf new file mode 100644 index 0000000..83fe05a --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e8e3dc18ceca27903d97d63f8cc98bb6fc56999d223bb37c68fc6b32d0a939 +size 2719242784 diff --git a/NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf b/NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf new file mode 100644 index 0000000..a0bbec4 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12fc4abe1682f14b23806e6ea18c64657df4d496a218ec725daaeb8648bbf5b +size 3822025248 diff --git a/NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf b/NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf new file mode 100644 index 0000000..08c11f4 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a49b30c12b34f03c06ae9e8edf8f8bae2abada13c66a47e05f253acdbb53389 +size 3518986784 diff --git a/NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf b/NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf new file mode 100644 index 0000000..4d1af84 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad1d633ca2190126684a62699af52c6eefbdd9d1388d5e58300f1528c85dd7f +size 3164568096 diff --git a/NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf b/NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf new file mode 100644 index 0000000..94ceb21 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71884c9e2f871fc7149b58132a6f7fa0181b81cab3a08a7a01a8807fe7c28f0 +size 4368439840 diff --git a/NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf b/NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf new file mode 100644 index 0000000..ff1e91f --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5075fce6b63fd0e87bacd4fdd8e57bb51dcc02c2fcfbca4debf1c549c2a2b2 +size 4140374560 diff --git a/NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf b/NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf new file mode 100644 index 0000000..9910ccf --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbdc9d9cea682383d1cc5d5985a6e5023488c1e3688175cf31aa50ddbfb8981 +size 5131409952 diff --git a/NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf b/NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf new file mode 100644 index 0000000..0644488 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd74d0bc276921e626ac4f9d11f82654acbecf4ea3412936e6468b5a2a3cce9d +size 4997716512 diff --git a/NeuralKrishna-7B-V2-DPO.Q6_K.gguf b/NeuralKrishna-7B-V2-DPO.Q6_K.gguf new file mode 100644 index 0000000..e7235bc --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa80abbb7c19fdeb24eac0b7b8c4d34640d323df5df0950574c166a40d9419fb +size 5942065696 diff --git a/NeuralKrishna-7B-V2-DPO.Q8_0.gguf b/NeuralKrishna-7B-V2-DPO.Q8_0.gguf new file mode 100644 index 0000000..bd14308 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32402ea288995a6ff0249d153d7df29b97b581cda75fd5052dc66411ddbe7e21 +size 7695858208 diff --git a/NeuralKrishna-7B-V2-DPO.f16.gguf b/NeuralKrishna-7B-V2-DPO.f16.gguf new file mode 100644 index 0000000..c305715 --- /dev/null +++ b/NeuralKrishna-7B-V2-DPO.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179f8f942f316a9e75ba446ce0111e48fb57d6867ea92c8a093159d1d07a66a2 +size 14484732448 diff --git a/README.md b/README.md new file mode 100644 index 0000000..372ec0b --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: Kukedlc/NeuralKrishna-7B-V2-DPO +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/Kukedlc/NeuralKrishna-7B-V2-DPO + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-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/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/NeuralKrishna-7B-V2-DPO-GGUF/resolve/main/NeuralKrishna-7B-V2-DPO.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. + +