From 0efe5839380bfc9c82e12d897648e5712e67d447 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 25 Jun 2026 14:18:19 +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/Llama-DNA-1.0-8B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 61 ++++++++++++++++ Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf | 3 + Llama-DNA-1.0-8B-Instruct.i1-Q6_K.gguf | 3 + README.md | 85 ++++++++++++++++++++++ imatrix.dat | 3 + 28 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf create mode 100644 Llama-DNA-1.0-8B-Instruct.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..a244a51 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,61 @@ +*.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 +Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..999e13a --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a65d6a307fadba719f4fbe54f0ab55f55dfbbd5257c25560132e9f425d2b93 +size 2161973280 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..f5b7fa1 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cb5824ab228ece8afae6206dc013c657ed8fc68bb690611895426955b94c09 +size 2019629088 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..75f3d93 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5862a04929b1a0d29c532aa9f1884f3c272cdd3e839061d3e6c156ef5e694173 +size 2948282400 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..b2b8ec4 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38d50dac5f48efa091e62c2bb5e51e1fd1877cde3ae86ec122808948977bb93 +size 2758490144 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..5e3891c --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4508b156471556a7b6de91a5e16bbd30130655b7feead2403e1dee689d2b9479 +size 2605783072 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..5b5f9dc --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d3a86737bb51504c3535d0249b5ac5b92a2976a479ae2dedbbd8f4aa4c9f01 +size 2399213600 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..9ed925a --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1ed35f04d26909edf948e8c8bbd741474a47c711ef13b8e0880205f654dcca +size 3784824864 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..f85c431 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98b0a54cda8dbc006c8a1089c65679624102541f860ecf34645bde15b480642 +size 3682326560 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e742b8f --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4861aa3b26f105e8f33084a18e99497daa89036e56e9c4ce4a598e369c96aba0 +size 3518748704 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..987ce0e --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4da5e2df80c6edf35eeb7a5ccea9a3edf11f57b7f588bd7b44e74c5a7a790b5 +size 3274913824 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf b/Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..689bc1e --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d48cae4981f6cd37e48ef53abe893f464ef057e03b06161d074ff0b4cfc6f51 +size 4447664160 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..59fbf77 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04be10c8a5d736ec27ed77227c839c10864d876d5bcad55b0d5718cae8da0221 +size 3179132960 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..628dc1a --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6824d985ac0dc866fcc7d6581d40307c854b0682be5021a227486c85178064 +size 2988816416 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..45f9698 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be2f373f61ff89fee752434a2b7276c5dee2dc1d587d9ac36296c442d4c9362 +size 4321957920 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..9e6309b --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bc643dfc5bd58aa5d98f0f9e8fd0df2a7e77e305e2487addf55e5de313d3be +size 4018919456 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..69d9052 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534ef4fc385850366388a8c96358e81e6cd6b6800ea743930e634b2aa5a47405 +size 3664500768 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..ca74422 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbaaa60a0e5912fad9163a7fe0fd250c188dba5caf1b06a97ed7d3fae7edbbd +size 4675893280 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..dd278f3 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18cc9af7016efab77a12eaeb4659f41a5c9419e0a8cc305785d9319486bb938 +size 4661213216 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..e70ba7a --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97993d45d8d19083c883300da48b96721e65a6627c96a6eeb73af51b7ca9cd1 +size 4661213216 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..051470b --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d751cc08797c5e2cd622908d1a0a9f2f8a09d3c2696226d1227f045981b7926 +size 4661213216 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8b29a60 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8556e8e79d24b3b445f7520fd901838d41471fcfba64c771cd26298ab7b278c +size 4920735776 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..520a7d1 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7979d7f49a28aba28937e3fe7a7dff7661ef71b78fc5ef4b00bb720999b70ee +size 4692670496 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..0093956 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7baf6f21a882d2976e05b247f87e911feae0a0f7a2d4292f63af30f0dfb8238d +size 5732988960 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..6da4366 --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0692afbe9233199c3d3753cdbe1d74c7a88418120c45b333ffdb9118cd126a3c +size 5599295520 diff --git a/Llama-DNA-1.0-8B-Instruct.i1-Q6_K.gguf b/Llama-DNA-1.0-8B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..b8fa1fd --- /dev/null +++ b/Llama-DNA-1.0-8B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ee21941b6e0f108198595958222ef802e8b57515b589f904a73c6c00e0ab21 +size 6596007968 diff --git a/README.md b/README.md new file mode 100644 index 0000000..04ede89 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: dnotitia/Llama-DNA-1.0-8B-Instruct +language: +- en +- ko +library_name: transformers +license: cc-by-nc-4.0 +quantized_by: mradermacher +tags: +- dnotitia +- nlp +- llm +- slm +- conversation +- chat +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/dnotitia/Llama-DNA-1.0-8B-Instruct + + +static quants are available at https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-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/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-DNA-1.0-8B-Instruct-i1-GGUF/resolve/main/Llama-DNA-1.0-8B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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..3821ddb --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d965f1fd746d517acecafc32aa905754f9a2577d03ca4fddb00a113e2890e8 +size 4988157