From dc26f610e6f1ca7af67c5d9fcf1dd8c802b18e78 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 23 Apr 2026 18:57:00 +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-3.2-Taiwan-3B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++ Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf | 3 + Llama-3.2-Taiwan-3B-Instruct.i1-Q6_K.gguf | 3 + README.md | 109 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 244 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf create mode 100644 Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf create mode 100644 Llama-3.2-Taiwan-3B-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..cc88e30 --- /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 +Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-Taiwan-3B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..d4a8d04 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7f970634e5f8bd29d257c64626af0c7d0ee917a9a3ef0139e96439f2afd3d5 +size 924197184 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..1e0a315 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0373e5b30380e9051658c4192844191c72591670ea03ba73727a729018da28 +size 868163904 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..f4246d2 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07968aecad0e548c11d10969a69277f7a1b6dd6716ce74b06f60c96a00f15d81 +size 1229037888 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..40d8dc7 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0966a97fbcba4eaff465bbbde606698b7a452c7f282bb53e2ec7dc36c8dc22 +size 1154326848 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..fd17e76 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1d60792a7e2a86de8dd0dc70f308ee0ab3c6eae73432c07f32ee7ffcd3b832 +size 1100554560 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a1ec1b3 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da3264e2adcecd55e9150b9d231c40f724c3e829f76aa58755749668b8d6b11 +size 1017585984 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..dfe603a --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8d3e571007237a114d1cfb7edcdcc1d86782de9c59213b1d71c48ad1acfcfd +size 1599674688 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..49ba85f --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c251c8095eb1fe615deec040604903a3f6bc9587bd0f91ab55eccc2b0a0879a2 +size 1542854976 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..42f34a0 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdfcb7930f1ec70ef47e21bb6d42c9abbe13f1933c455d73e450f72adbbc1ef +size 1476794688 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..58c6a14 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6eea497c631fe791896d9b64f36dead72a40d02768341ea745a7a76c7230250 +size 1348772160 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..be81459 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93ee5eea4850be809345b25b9c75eefaf22b97d097789a0326f625ae3181e3c +size 1917196608 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..1b7e351 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da070fbdfb25853070f17016039013469638a9b0911be37f7996eab26fe462e2 +size 1829116224 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..5f5dc1e --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f3e4ea46c30bbd678b8f68dd0d30706ec9feeaec67c1ee4c1990576ea545a5 +size 1363941696 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e30634f --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b310695401860b5a151338e7fc36ed5d7fc2f356bedd50df7a56a228cfeeaad4 +size 1274288448 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..ea7abeb --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3129840d97428e7e8e73ce9a9cb7254e092354523171ba16145e4e22568f17c8 +size 1815353664 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..541b92c --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7e047077c03cd4ef527310678b23d0121ee661b55a23e3c6b052682ca2f866 +size 1687165248 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..3e04524 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dd8158b9669edae35c53389fe3991728794853c4590764b6a18097bcc2db30 +size 1542854976 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..4be7050 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9877a30fdcecd6e7da1513fd175b9716b81055c51ce3ecbcb966d5ca555286 +size 1921915200 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..4a42c14 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3029dfa5d4af32ce8565d0aedf2284dc49c6ee0fa69add631ab27af5cdd3a1df +size 2093357376 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..18657d9 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1586fb484b0973dd8234de5a55aa5adc209c0a9edf8d56ae1ac710e8d65acaea +size 2019383616 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..b2aa79e --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51b14d80833abfadf6de7bc233a672958c493bf762f55eaa25bd28a1c1029fc +size 1928206656 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b915ac6 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c07b3b7921b0bd423d8ca977f12b1b74ba23ced5772df31823fcbe98b7d37c3 +size 2322159936 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..d66445c --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef34f46c88b5cf89e132f2aaf2b589698e80a4e353b6ffe73afca82442d2d17a +size 2269518144 diff --git a/Llama-3.2-Taiwan-3B-Instruct.i1-Q6_K.gguf b/Llama-3.2-Taiwan-3B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..2513ca7 --- /dev/null +++ b/Llama-3.2-Taiwan-3B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b876562c295a5be6f3df9fb0fdc20a2ab083533d6c1b31580159c68b98983a +size 2643859776 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a166869 --- /dev/null +++ b/README.md @@ -0,0 +1,109 @@ +--- +base_model: DavidLanz/Llama-3.2-Taiwan-3B-Instruct +datasets: +- DavidLanz/TaiwanChat +- lianghsun/tw-emergency-medicine-bench +- lianghsun/tw-legal-nlp +- lianghsun/tw-legal-synthetic-qa +- lianghsun/tw-law-article-qa +- lianghsun/tw-judgment-qa +- lianghsun/tw-judgment-gist-chat +- lianghsun/tw-bar-examination-2020-chat +- lianghsun/tw-structured-law-article +- lianghsun/tw-judgment-gist-chat +- lianghsun/tw-contract-review-chat +- lianghsun/reasoning-base-20k-chat +- lianghsun/vulnerability-mitigation-qa-zh_tw +- lianghsun/tw-instruct +- rombodawg/Everything_Instruct_Multilingual +- xzuyn/manythings-translations-alpaca +- neural-bridge/rag-dataset-12000 +- minyichen/glaive_toolcall_zh_tw +language: +- zh +- en +- it +- de +- fr +- ja +- ko +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- Taiwan +- ROC +- zh-tw +- instruct +- chat +- llama3.2 +- SLM +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/DavidLanz/Llama-3.2-Taiwan-3B-Instruct + + +static quants are available at https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-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-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 2.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-Taiwan-3B-Instruct-i1-GGUF/resolve/main/Llama-3.2-Taiwan-3B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 2.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..55cdf16 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7200faa7efed0d99b2c28486aeed4883deddba1fba56b2fa480b102426234a2e +size 2988377