From 45c92c2942b7800a32928fc031c44be6b87e1833 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 31 May 2026 02:57: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/Phi-4-Argunaut-1-SPIN-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf | 3 + Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf | 3 + README.md | 94 +++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 229 insertions(+) create mode 100644 .gitattributes create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf create mode 100644 Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..84535fd --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf new file mode 100644 index 0000000..5a2f31e --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1110238eb247cf35753c5fb3f40bda4ac1e087b931fb5d579238d37772d20f +size 3690191680 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf new file mode 100644 index 0000000..9885a6b --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7c7b8cd690f94477529ae843f8ae71afa3efbbfdde63a5f4e3d3bb6fa76aa9 +size 3412175680 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf new file mode 100644 index 0000000..62b63de --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01a174c7be7c31834221e42a3229797750f76cd60d288f528c31ca02921d0e4 +size 5173926720 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf new file mode 100644 index 0000000..d0fc3d0 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f713a10469f40eeb0034011102e97d6f70843b34328b972f03c1d5955b4ecc +size 4803238720 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf new file mode 100644 index 0000000..bf7e2a9 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25f4bf566b75013ff745f98cff552cd10a715d060cc567a77d1166c0d00fbfa +size 4557007680 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c82c249 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf9ccff38a9e3844a47a09fb1e1b05fe6e1ea18ee7c0ee8e51b05a012e2d68a +size 4153551680 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf new file mode 100644 index 0000000..e5f4b1e --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3bdf731cd38676a58e3278acabd1cf24aa5dbf6a1008b082c925c7bfa50fd4 +size 6739766080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf new file mode 100644 index 0000000..db1717b --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9952269a739fcfed079a4ee7013dbf657720212040f751a97d52be8c657a18 +size 6539574080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf new file mode 100644 index 0000000..5a3d520 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1e61061824adda58d91d0f40822576554550294266569c38f88697f8818721 +size 6220086080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9b0d800 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeec900e26217a053d32e3d20f79a7995eb200faea9e490a305256489b07931b +size 5811878720 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c77a616 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab62c9b10d9f594430ce24559998a91d811ea48bdf02f8820f19075b0d85821 +size 8416197440 diff --git a/Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf b/Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf new file mode 100644 index 0000000..ba742aa --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb0498450232c4e7a49e21ed4f33edd04fa5af963040166bcc23396e978e3b9 +size 7982349120 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf new file mode 100644 index 0000000..74e22fe --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b249463257a9b48bb0c5211acbd0180a24678605af944fe7d0103d6b967f6e75 +size 5608799040 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf new file mode 100644 index 0000000..03ade3d --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230f9133b12ed47dc63f2eeaa40af3edef906ab77713ae49f54a6c94787c1fce +size 5237087040 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf new file mode 100644 index 0000000..afb8253 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce8d4c2b1bc13d330f7e8a1006e23a5e386824b004651ae351ee5ff339413c0 +size 7788854080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf new file mode 100644 index 0000000..c935dcb --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbaba696cd76f96f85f1b996b9a6cc9232b8625719f596ab378a5b00c536b535 +size 7190838080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf new file mode 100644 index 0000000..03705e7 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594f203187b5c2a42a7ade2bab4b8a02eb43140bd8cc661a1529b3751416152c +size 6504758080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf new file mode 100644 index 0000000..9dd4367 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1659cdd33d69a2ebc2ec99805b1d48a452257cf243219ca0f9f842e5c39763d3 +size 8412101440 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf new file mode 100644 index 0000000..3a43c26 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1031dc775b1fc11f1bc1f1ba572336b13d12ddb27639cbc753b391a5555ee94 +size 9267510080 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf new file mode 100644 index 0000000..294fd16 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da51a205dd608f5cf3d5ccc56ea9a9425a40ad576e0e6250652e6ebbd5d7a447 +size 8890309440 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf new file mode 100644 index 0000000..4636032 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8a258b493b9762e69b75c8c5bd17e39e2de1aa2bb7eb7ba234674869852101 +size 8444050240 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf new file mode 100644 index 0000000..529f977 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6310ebb7d2960cd7c02cfe0aa79f37eee0673ab586f040b63e8041da1b02127e +size 10412710720 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf new file mode 100644 index 0000000..b12a347 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6bc85ebc62a542462bb3ede86e177e9c84735126e8ed14a82ad84c4fbcadde +size 10151590720 diff --git a/Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf b/Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf new file mode 100644 index 0000000..0af4e65 --- /dev/null +++ b/Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1d36448e30a60140e00bfaf937bf11c0c2d8d4548d85b2c0c5805d88eb8191 +size 12030262080 diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4e6180 --- /dev/null +++ b/README.md @@ -0,0 +1,94 @@ +--- +base_model: DebateLabKIT/Phi-4-Argunaut-1-SPIN +datasets: +- DebateLabKIT/argdown_line-by-line +- DebateLabKIT/argument_mapping_dpo_pairs +- allenai/llama-3.1-tulu-3-70b-preference-mixture +language: +- en +library_name: transformers +model_name: Phi-4-Argunaut-1-SPIN +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- logic +- argumentation +- critical-thinking +- argument-mapping +- generated_from_trainer +- trl +- dpo +- spin +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/DebateLabKIT/Phi-4-Argunaut-1-SPIN + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Phi-4-Argunaut-1-SPIN-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-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/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ1_S.gguf) | i1-IQ1_S | 3.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ1_M.gguf) | i1-IQ1_M | 3.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ2_S.gguf) | i1-IQ2_S | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ2_M.gguf) | i1-IQ2_M | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q2_K.gguf) | i1-Q2_K | 5.7 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ3_S.gguf) | i1-IQ3_S | 6.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ3_M.gguf) | i1-IQ3_M | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.3 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.1 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q4_0.gguf) | i1-Q4_0 | 8.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q4_1.gguf) | i1-Q4_1 | 9.4 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.3 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.5 | | +| [GGUF](https://huggingface.co/mradermacher/Phi-4-Argunaut-1-SPIN-i1-GGUF/resolve/main/Phi-4-Argunaut-1-SPIN.i1-Q6_K.gguf) | i1-Q6_K | 12.1 | 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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..619a4be --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacf858257d204174e1a9d2f95ec670162d53e3ec118c34cd32abf77ef4a2c09 +size 7791685