From f44c50182d82bd772955416ed548ad158ce5941f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 13 Apr 2026 10:13:57 +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-Llama3.2-1B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ Dolphin3.0-Llama3.2-1B.i1-IQ1_M.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf | 3 + Dolphin3.0-Llama3.2-1B.i1-Q6_K.gguf | 3 + README.md | 95 ++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 230 insertions(+) create mode 100644 .gitattributes create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ1_M.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf create mode 100644 Dolphin3.0-Llama3.2-1B.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..839e6a2 --- /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-Llama3.2-1B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Dolphin3.0-Llama3.2-1B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ1_M.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ1_M.gguf new file mode 100644 index 0000000..d4fae58 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832005d76d214ad0beac37a30ec2fe3a129f83e3cab7a05ded62369783f01c5f +size 413608896 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf new file mode 100644 index 0000000..fbadbf6 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c179b3054b539aa1f43fd0cacce3261594dc92ee7f251a1f1abdb516ecf02e +size 393554880 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf new file mode 100644 index 0000000..63e18a9 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ffb35aeec8c53287ac57269dd354e74c3bb5f0d93f88339b6cce76f2eeecaf +size 515451840 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf new file mode 100644 index 0000000..e412f24 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebb795c5e9a08884da321b6b394dbd0f6aff93a1c5a0ca3ae58e44456ffcb9e +size 488713152 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..fa04649 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bf5f7d83c38dd6e9b89f23cadab59e486b3eb803d1e4a67da2fb4da7cef5a1 +size 475868096 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..cc6e2d5 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c85a4061e5bd7ea13fe44d6f321e80b7507bb28902f8d2d1e3e9a5db7581e2 +size 447032256 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf new file mode 100644 index 0000000..3292199 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add8aced70e6a2f3054705335a5d62d7acebc15e9b1aa659cdff5fb0262b252a +size 657292768 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf new file mode 100644 index 0000000..1e312f6 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91b0bfb188348ac7f1fa9f036717fcdccc1211c93e8b01ddf35e63b5c0dda3b +size 643923424 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..b870b8a --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4b7880fc74559737fd18a02cd79fe9691df096e649a5be082d8d77a9c9e8fe +size 621116896 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..75775d0 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4799a3817dbd898cde2072c70f1c3264b71e19f9bf98cb90baaec904caa9fe3 +size 562113472 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..25c4050 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f612c2810ace3b371ba599647ada259fd4f287cc34b9d5b1941a36a6486fce44 +size 773029344 diff --git a/Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf b/Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..f8cd529 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16035772f6a4f2379ed6e09d98837616cc922aede380720624d80922985d4f1a +size 743144928 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf new file mode 100644 index 0000000..00074cc --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0a30021044e744fef97597c2398019a50f8e9d2fc7d57dab74d528fc9bdd46 +size 580877792 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..36b1c42 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ed453411ff5e0e4b737848fde7bcfd34dde088b51d74daeeda6bde83a5efe7 +size 554663392 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..74d2b17 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5462ac544b53eb4e4df38ebae0bf5512d89375f753ab7380cc69550bbb6e76ef +size 732528096 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..6753b30 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ace8197ed0f403256c77a68bcf44c1935b17b11d9028c464b8e17215e9ac49 +size 690847200 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..8343516 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3aaa5a02f65816389c260aa65b50c4d6d998194f9d4e59f73c64f899ec1e36 +size 641695200 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf new file mode 100644 index 0000000..6e45bbd --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c879b16a22979ac9e22f8cfc0d157f15002849cf7fe1080c7e9b0add36292ab +size 773029344 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf new file mode 100644 index 0000000..5d41884 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3325b047d56008171b0f7546418e3c24b0befec40e83d445dbf781b06975e5 +size 831749600 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..3643637 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6137e0775e7f978d3e19a132a5fe5d0cca0943634a97e8bc77db430136478f8 +size 807697888 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..273e3ee --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da205e5768adf6a9121444d62ed10f150ecbecd402575cbb760518fa6335825 +size 775650784 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3e5eb59 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee7e8b3f7cd4173a3fa84342ce82cfa9c262ba54b27f7a7a617ecac59703cf0 +size 911506912 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c09de15 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4af1e81deeab0756ba41080a0dcbd44e08f04a8387ce72f612ff48b9b12f9d +size 892567008 diff --git a/Dolphin3.0-Llama3.2-1B.i1-Q6_K.gguf b/Dolphin3.0-Llama3.2-1B.i1-Q6_K.gguf new file mode 100644 index 0000000..5439039 --- /dev/null +++ b/Dolphin3.0-Llama3.2-1B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9562022ca58cd96299477388c60304a75373ca91e2e29bc7055d0e97a81d641b +size 1021804000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..77b65ad --- /dev/null +++ b/README.md @@ -0,0 +1,95 @@ +--- +base_model: dphn/Dolphin3.0-Llama3.2-1B +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: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/dphn/Dolphin3.0-Llama3.2-1B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Dolphin3.0-Llama3.2-1B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-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-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.5 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q2_K.gguf) | i1-Q2_K | 0.7 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ3_S.gguf) | i1-IQ3_S | 0.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ3_M.gguf) | i1-IQ3_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q4_0.gguf) | i1-Q4_0 | 0.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q4_1.gguf) | i1-Q4_1 | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Dolphin3.0-Llama3.2-1B-i1-GGUF/resolve/main/Dolphin3.0-Llama3.2-1B.i1-Q6_K.gguf) | i1-Q6_K | 1.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..506d7dc --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382f412b266892bae07f1c49cab7feec6968eccb936aef3eedb45a772561b10d +size 1314413