From 0e09aa5fed4d2f1a0885cfc86f7db3c7d64e5d41 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 21 May 2026 02:32:15 +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/NOVER1-Qwen2.5-7B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf | 3 + NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q2_K.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q4_0.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q4_1.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf | 3 + NOVER1-Qwen2.5-7B.i1-Q6_K.gguf | 3 + NOVER1-Qwen2.5-7B.imatrix.gguf | 3 + README.md | 96 +++++++++++++++++++++++++++++++ 27 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q2_K.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q4_0.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q4_1.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf create mode 100644 NOVER1-Qwen2.5-7B.i1-Q6_K.gguf create mode 100644 NOVER1-Qwen2.5-7B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2024723 --- /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 +NOVER1-Qwen2.5-7B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf b/NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf new file mode 100644 index 0000000..4c8baa1 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b770a3a85e9a34a36b94c30161a7f09b8f1bb78ebf1f595f1521d345f2f302 +size 2042197216 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf b/NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf new file mode 100644 index 0000000..5c9abed --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682093660fe5a3200572b73bd1431828f9cc6ae20c2c8d09487782839cf293d9 +size 1903668448 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf b/NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf new file mode 100644 index 0000000..794acc4 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894b94eba55ef477fe5c7ff9b9d8b555b148e2c028472f4d82fb26fdd14c0572 +size 2780343520 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf b/NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf new file mode 100644 index 0000000..ecc0a64 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24a129a3ef6575423d0354cbb8e2307a90cbbf448be253f760a9bc294d70b87 +size 2595638496 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf b/NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..7b82a2c --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e610c8a1f9b4d202173bf00456220f8e8f3303911ada424414132ae3ed953f +size 2469022944 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf b/NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..81f4a62 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b79bf8e14680402842bab8a79a17828b2b637f7522c6eeeb41c499ebe1ff0a +size 2273078496 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf b/NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf new file mode 100644 index 0000000..28e52ac --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d5fa4c5c01a0e1e2ad81f011b90333203c17a46dd7cf196ba24b8a1c22dd0d +size 3574013152 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf b/NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf new file mode 100644 index 0000000..0110041 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9058f17e0a96c738d0bbc2fc598db388b33cabd3fda0c556081dee8d769a608 +size 3499193568 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf b/NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..eb17df4 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beb8641958c67fbeb93adaa2a9e5764390389403b675d0756549f0e463d4c37 +size 3346257120 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf b/NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..b366de9 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aafdd06ff5163b9d83d31d12651ba4b009fd49b953617339e40eb3ad5e89a05 +size 3114515680 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf b/NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..f34056b --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877fb550ca69bca89893ebade252f240b192e72e0ae7c8ceea173916a60a6633 +size 4437814496 diff --git a/NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf b/NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..433d1a0 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92217fe8aff3d11f17d10128eddd40f8494abda062b11124891c84f48c801e99 +size 4218473696 diff --git a/NOVER1-Qwen2.5-7B.i1-Q2_K.gguf b/NOVER1-Qwen2.5-7B.i1-Q2_K.gguf new file mode 100644 index 0000000..eeecbe5 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4873316c632b45a3f5f9743285891494fe022caa04e8ea12a73301e3feb1bc +size 3015941344 diff --git a/NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf b/NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..771734e --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eed2772d0120c57a7b59e9a96b4db6e9d3fbb42b4f879e5ba553e2f1437bc6 +size 2834074848 diff --git a/NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf b/NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5ce6526 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43416c536816d5df64e5656fea0d08c2810cc84b8d3c976081a8448c05b0f2c7 +size 4088460512 diff --git a/NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf b/NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..560d9a4 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d01782db4607b3fe460818b6e2a9c402215127f7014d604cb0c6b7909efe35e +size 3808392416 diff --git a/NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf b/NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..000a9f5 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db89dcf0c2a3811ad1c753863ee80b9106790410dce859d991984a13779503c3 +size 3492369632 diff --git a/NOVER1-Qwen2.5-7B.i1-Q4_0.gguf b/NOVER1-Qwen2.5-7B.i1-Q4_0.gguf new file mode 100644 index 0000000..559953d --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eaef965b5bc13a72b992f5dbf8c7020ee9af2ff335dea19da27de0816ea681a +size 4444122336 diff --git a/NOVER1-Qwen2.5-7B.i1-Q4_1.gguf b/NOVER1-Qwen2.5-7B.i1-Q4_1.gguf new file mode 100644 index 0000000..6404410 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbc9dd5b29b5db48b62ceef5f105250481b7a7cd534359813a9018d97ff3bfa +size 4873284832 diff --git a/NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf b/NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..02dc735 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518831671bb2f28a5cf2780ae80c54dac6075f830c333a0861a114ebe701a64d +size 4683074784 diff --git a/NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf b/NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..4b615ae --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37dd8172fbd1042f9ae90f59d3e51941a719b8ba9d83c9024d8256c2aeed699 +size 4457770208 diff --git a/NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf b/NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..57485fa --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ceb653d012fdf024dd6b3b38690314460e973c263b3f276c132fa37a91200c +size 5444832480 diff --git a/NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf b/NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4e34cd7 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef0c9f39bfdf43bc650a3bd7cad8fde546795273d4406c9ef5f40d6740b66ab +size 5315177696 diff --git a/NOVER1-Qwen2.5-7B.i1-Q6_K.gguf b/NOVER1-Qwen2.5-7B.i1-Q6_K.gguf new file mode 100644 index 0000000..cee78f7 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f884c3cbd7441b924f1011fccc4750981d138c1872776b8cb0f9b70bbfeae8f +size 6254200032 diff --git a/NOVER1-Qwen2.5-7B.imatrix.gguf b/NOVER1-Qwen2.5-7B.imatrix.gguf new file mode 100644 index 0000000..9154091 --- /dev/null +++ b/NOVER1-Qwen2.5-7B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311bdc681e677400d38c9af105ec0d2866ed8b6b426b75a801cdd4a8a649070d +size 4560352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..10ef44d --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: thinkwee/NOVER1-Qwen2.5-7B +datasets: +- thinkwee/NOVEReason_5k +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- nover +- reasoning +- rlvr +- lrm +- general_reasoning +- verifier_free +- zero +- r1-zero +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/thinkwee/NOVER1-Qwen2.5-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#NOVER1-Qwen2.5-7B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/NOVER1-Qwen2.5-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/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-7B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/NOVER1-Qwen2.5-7B-i1-GGUF/resolve/main/NOVER1-Qwen2.5-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. + +