From 440720121b89d54328b1ff2446c2b611ba76d617 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 31 May 2026 01:10:23 +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/Dolphin3.0-Qwen2.5-3b-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf | 3 + Dolphin3.0-Qwen2.5-3b.i1-Q6_K.gguf | 3 + README.md | 97 +++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 232 insertions(+) create mode 100644 .gitattributes create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf create mode 100644 Dolphin3.0-Qwen2.5-3b.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..ff9e695 --- /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 +Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Qwen2.5-3b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf new file mode 100644 index 0000000..f2beb84 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf74101e1f9ffbce579f585f7f3f9522f2be182f0afa2d693bbbe256622f599f +size 850030976 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf new file mode 100644 index 0000000..0e01600 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ec1516354959c06ff1bda6041332b413e63806cdd9227b66824dc5e5fc789c +size 791097728 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf new file mode 100644 index 0000000..ab79f98 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f156525b6b4c367666f782abd57360135f0e7b1e35e35ae1f8ca69c6766277 +size 1140519296 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf new file mode 100644 index 0000000..1552bda --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05888530853aefbaeac060f4280b23bebe0cde037f1907caa6d5f7d4b647d4c6 +size 1061941632 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d19732c --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16dfeed1ddd6c60d9d91f26685e89a70463a1ad010beecc9f03461a69497513e +size 1031549312 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..e281460 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62742ad36b8180c21a9b115d4029093d4a00e2ada2070eaa5911abf89702963d +size 948253056 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf new file mode 100644 index 0000000..064056b --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f37a296e04b11d2ebf3b2bf7dcdd4726851e72ec08b4d9fbd4cd1e9922a6c53 +size 1488898432 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf new file mode 100644 index 0000000..50dc567 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43577b0d1086983dcb706b29487efa7574dcc85395e9f73941489b7166f7584 +size 1456867712 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..f1bc3e3 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5b0df60fdf7c1b820759983d4c2a206ca38f2d5a852b7d020f6bc6f9692aa8 +size 1391839616 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ebccf05 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035d2e0b032dddcd0b15eaadbcb5ea490f88eda0fe20b93410d9cd6d29764f23 +size 1282830720 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..202bf15 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b7418683040547b30c3d529ab0918dd5c5756b750771438a13d5211a249563 +size 1825212800 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf b/Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a8cdeff --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23242788741558a8b6699c9d1d5e3e2acf97d1a58c0d4e5c6f231edc3cbcd3e +size 1739098496 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf new file mode 100644 index 0000000..4eb40f0 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ae36bc6c788656699e9e0c3e71b387a81478d6e70a70ee8f3503213270ea10 +size 1274759552 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..fd9538b --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ee3ccad18ff28f551762bc445486f85433eaf87794383d9d89a31352062c56 +size 1198131584 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..11cf165 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5267c2a4a984bb3b456be11b1add75a88d9047fcc2ad40398f8bde4e321d9e19 +size 1707395456 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f293c3a --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866ba9371c11a2882121eb35284370164b295501e618345d1d004741aaeddc7b +size 1590479232 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..8ad63f3 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18eeab6b3c86a0942589115b9158b38cc0ea9f53e105352f4c6098e716b4d5c +size 1454360960 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf new file mode 100644 index 0000000..44c9f83 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a51cee1fbd6a781021a0f03fc39ace0113511eb0c73afa2f69e86b68ff114c +size 1828489600 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf new file mode 100644 index 0000000..9a1de64 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dcf39ba721e2765b3ccf444c70d7cffb9ef64b6cd61a931a80ed231674ab628 +size 1996261760 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..4cc307f --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f282a3d13358c68517bf367b1892e76c31a2ec330ff44337721604daca0906 +size 1929906560 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..42d0ff4 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8107f09b4201bf1daf7bd353d1d9d08dbe47231b73c9b587648470b9b9b51d6f +size 1834387840 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..333ab6c --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cabd7212eac204338f5d6a76a9b456fe2ff73d5da217ec47b2cdcee871ef44d +size 2224818560 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..68e9ec7 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5032ff8efed1888ebff9a8e2dbea306430a402d6ee1cf26ad4280c461ef7b69c +size 2169670016 diff --git a/Dolphin3.0-Qwen2.5-3b.i1-Q6_K.gguf b/Dolphin3.0-Qwen2.5-3b.i1-Q6_K.gguf new file mode 100644 index 0000000..e81e9b8 --- /dev/null +++ b/Dolphin3.0-Qwen2.5-3b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966209b3bc8324ff5d1c8fc4e3d0c6939f9a12201a0011476c1cc7d05c1e7c7a +size 2538162560 diff --git a/README.md b/README.md new file mode 100644 index 0000000..94dedfc --- /dev/null +++ b/README.md @@ -0,0 +1,97 @@ +--- +base_model: dphn/Dolphin3.0-Qwen2.5-3b +datasets: +- OpenCoder-LLM/opc-sft-stage1 +- OpenCoder-LLM/opc-sft-stage2 +- microsoft/orca-agentinstruct-1M-v1 +- microsoft/orca-math-word-problems-200k +- NousResearch/hermes-function-calling-v1 +- AI-MO/NuminaMath-CoT +- AI-MO/NuminaMath-TIR +- allenai/tulu-3-sft-mixture +- cognitivecomputations/dolphin-coder +- HuggingFaceTB/smoltalk +- cognitivecomputations/samantha-data +- m-a-p/CodeFeedback-Filtered-Instruction +- m-a-p/Code-Feedback +language: +- en +library_name: transformers +license: other +license_link: https://huggingface.co/Qwen/Qwen2.5-3B/blob/main/LICENSE +license_name: qwen-research +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/dphn/Dolphin3.0-Qwen2.5-3b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Dolphin3.0-Qwen2.5-3b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-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/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ2_S.gguf) | i1-IQ2_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ2_M.gguf) | i1-IQ2_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q2_K.gguf) | i1-Q2_K | 1.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ3_M.gguf) | i1-IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q4_0.gguf) | i1-Q4_0 | 1.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q4_1.gguf) | i1-Q4_1 | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Qwen2.5-3b-i1-GGUF/resolve/main/Dolphin3.0-Qwen2.5-3b.i1-Q6_K.gguf) | i1-Q6_K | 2.6 | 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..9a93d09 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92cf819c0a2d003e8e3e42bcbb7ebc6fd9da94220acf2f61621e82a6b4c26e1 +size 3362977