From 65056244dd6b51016508bac0b2236f0ccc0ca009 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 05:40: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/UnifiedReward-2.0-qwen-7b-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 96 +++++++++++++++++++++++ UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf | 3 + UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf | 3 + UnifiedReward-2.0-qwen-7b.imatrix.gguf | 3 + 27 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf create mode 100644 UnifiedReward-2.0-qwen-7b.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ffc1429 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +UnifiedReward-2.0-qwen-7b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..453f480 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: CodeGoat24/UnifiedReward-2.0-qwen-7b +datasets: +- CodeGoat24/HPD +- CodeGoat24/LiFT-HRA +- CodeGoat24/OIP +- CodeGoat24/EvalMuse +- CodeGoat24/ShareGPTVideo-DPO +- CodeGoat24/VideoFeedback +- CodeGoat24/LLaVA-Critic-113k +- CodeGoat24/VideoDPO +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/CodeGoat24/UnifiedReward-2.0-qwen-7b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#UnifiedReward-2.0-qwen-7b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-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/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/UnifiedReward-2.0-qwen-7b-i1-GGUF/resolve/main/UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf) | i1-Q6_K | 6.4 | practically like static Q6_K | + +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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf new file mode 100644 index 0000000..846ad04 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda209978b0790df562cb7351f5ceabca2c25678b49a826ff049226d7b373337 +size 2042197120 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf new file mode 100644 index 0000000..189a60a --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65de4b050d874bcd4fedb8f0ad5bc1fb136e91129c92ad446bb0aa6841ef8def +size 1903668352 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf new file mode 100644 index 0000000..d4cb475 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699b5beb613e00714f624a674e7492b4e699b874c3dcd7b985175b6fba6ad813 +size 2780343424 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf new file mode 100644 index 0000000..63c7b1d --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394a41d31f8916aff70b0d17a3d587c5606d0fa36c387da73a995525e069ecdf +size 2595638400 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..47c006a --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3784c57bae8e9d059be956c80f9c93970e45e7596efe64b61bd619f534241a +size 2469022848 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a984865 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210310472bfeecc8eb22c91a71145b4bb0c35a1084c2e28e1f5f365c898b2a2c +size 2273078400 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf new file mode 100644 index 0000000..454d7f1 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9b0bd62214ec37086084acf9d5b01a2fd3e6cf940465f4984cd5d29283fb37 +size 3574013056 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf new file mode 100644 index 0000000..1ac8175 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059abb5545b9866974e6ab5432a33e8a6c496434e5afa468f342c4bfbd83a12d +size 3499193472 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..b8eec62 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f54044fc679ffe4860253dfe97b4fb0252d68204a33bc4b11a7b21f08ce90c +size 3346257024 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9cfae58 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddb7e1b70031c6c267704a569b193636afdbc9896ad6865ff32c056a6636379 +size 3114515584 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..7d0b233 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e9a7f034a8b339da2caadcd641a7165485252ce287ca1caab96e28c08cf4ec +size 4437814400 diff --git a/UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf b/UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..1e69a63 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb504499e0753da7ca50aa62ddef23f2e818937e6ab5701647342d4b41a7828 +size 4218473600 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf new file mode 100644 index 0000000..6345f71 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7919a6f6327ce67b3bd66e8fce651011d8a8244d9f0e3c94e1e29a6482290a31 +size 3015941248 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..eabe8ec --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e648f553306a6f3189155f192dbfdf0bd15a24b017bdf80ebc68cf05d2c3d1 +size 2834074752 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..75343d7 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04ff35bdf43782c2f48e68c51969ec6a11b17d58cb93516f6c2bceeaf1fac61 +size 4088460416 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..1645290 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97809562bba17eac895f2c89b3fc6971dd6c61f7e0ea026bd08744a71f30b7c0 +size 3808392320 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..bd042e3 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f62b1b7af044111377079d20d51e7288b773ec7b1d6707155c3a9b891957e8e4 +size 3492369536 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf new file mode 100644 index 0000000..460f4b6 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb874085d77cddf40689dbb4b77b6ff21afab15bd7d91a0dc0edc6919553d968 +size 4444122240 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf new file mode 100644 index 0000000..5bef909 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2557f8e10250c41ffc96de6cc00296f62a5cc73b3afbed335b11786c7bf69b8f +size 4873284736 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..35fc559 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb60613a394599f1943fcffb25ae5a47f9101435cbb48f0deba7d8309c870f8f +size 4683074688 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..06516ae --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8b6b91cf53aa5cc9e6b283d4b4b1ce2b1bb28464944578fbbc9ba27bda9bb2 +size 4457770112 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..8cf455c --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b3acd3f4216618ae924c61b6071103ed74a8b2e0e34ee46a8009338122ae13 +size 5444832384 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..3596912 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59bdc7a2ecf8d5ab2624d692bf72e64d142132f475e51a82236a395b00d048b +size 5315177600 diff --git a/UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf b/UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf new file mode 100644 index 0000000..47ba691 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da7bf19fcd4071425752cc60ef193e26ce99de6d8654eed42601571691c94e0 +size 6254199936 diff --git a/UnifiedReward-2.0-qwen-7b.imatrix.gguf b/UnifiedReward-2.0-qwen-7b.imatrix.gguf new file mode 100644 index 0000000..a0c3aa8 --- /dev/null +++ b/UnifiedReward-2.0-qwen-7b.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e884ad65da1d1c2bf153e1985eefdeff04b9a50994351c1a18fe8c8a02f370fb +size 4560352