From 4653aa086326de93df15597da885854054858649 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 17 May 2026 12:31:48 +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/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ ....2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf | 3 + ....2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf | 3 + ....2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf | 3 + ....2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf | 3 + ...-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf | 3 + ....2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf | 3 + ....2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf | 3 + ...-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf | 3 + ...3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf | 3 + ...3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf | 3 + ...3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf | 3 + ...2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf | 3 + ...3.2-TaiPhone-3B-Instruct-v0.1.i1-Q6_K.gguf | 3 + ...3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf | 3 + README.md | 89 +++++++++++++++++++ 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q6_K.gguf create mode 100644 Llama3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..96e97b9 --- /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 +Llama3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..d53c0d0 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd95eeba7c10768e62951d51e7efd5f9bb8b89075a3a9d4e45901b8f016d3af1 +size 924192096 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..de30fca --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5484513aeb56f4a07ffad0c227db4607034a013c776a517775c54769f762623 +size 868158816 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..16ca183 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8522acb9f35d70637b3d79e99940a4a9f892876111f791914ad1fe13df538d30 +size 1229032800 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..ffcfc7c --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff54a2096d8125ea8c338d4e50199fa7a94da08eb955c2d4456c4289d1397be3 +size 1154321760 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0166828 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443b282abd6d97f09b334d0a71103361f3ba22aafae6a10478df4bc17887cc90 +size 1100549472 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..0b427fc --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71549a6795b78e00717104f4560c061e77a4dbdb41fd0d700a8a17a972c75417 +size 1017580896 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..a26fd4b --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf314b13ef94d02c15ef0ee65563440d0aff1e3a11bbc15cfb31d3fa9c6e856 +size 1599669600 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..f9d27e5 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ec7e1eea316da6342d1944cb4f3bda500820624fb898a813a4459b1ffdbc13 +size 1542849888 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..897401a --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45dacc9f63dd171ce77d47c318bf35e85beedd0cbcc5296d31671d6cb53dd6c +size 1476789600 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9b1db41 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794af68890545cdf8e193a0bc211aa29f6bbdfca1d4153ee30c1100b7bffbcef +size 1348767072 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..2fd21f1 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd8dc9f520ae71f7c6a70e404135ad3e6c1bd82576fddd59032a4b73d1a99e6 +size 1917191520 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..367211a --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e753f701fa0e1a3c5858fc9843c83f2f0ee5d8fc07cf8a1103c755ab908cdeba +size 1829111136 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf new file mode 100644 index 0000000..61a304b --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c91ba4fc82977b1a92fc96a5663cd44a012714619a2549c7ea1ee86eed142e4 +size 1363936608 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ed3b8d3 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32b9414b81a4dc9431efe05686830a1d94abca189f407b2edde824712f4727f +size 1274283360 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7668f77 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96fb6580752c5dbadf9a26ebe3ccb3aff797e5b7ce3b1fe75ebabdfd29ec16d +size 1815348576 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3754bc1 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ce65ea002106451b91cf70a6eb9c75c8b132dd2a8f137eb0f179509f48dcb3 +size 1687160160 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..162954d --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5917f68907e0c395d6c72b456c0e9836d5d331e899dce17b006d9898a7fdb07c +size 1542849888 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf new file mode 100644 index 0000000..c8dc001 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5c274c1e912d5d7c33188e4c11310b06329f982dd64a0eef50f1cb1825cabb +size 1921910112 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf new file mode 100644 index 0000000..7005d07 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981101faf4845a16f9f58e043513463d8236309c41e8d47b7ffc26f34e2832ad +size 2093352288 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..44e4217 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d081a4cb7a3dc26c3750e6c898c580b20e13a0b3870fef9916752d35b0def2a0 +size 2019378528 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..db2c8a7 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48a7cca60ef6b57cbe6361553613bd07aaee33b1a9fe1027700809ec4fcf029 +size 1928201568 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5e41e4e --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fb751bca89b53e960d1f142314c8614fcd3f8cd082d8d0efeb8a08d4fd2b58 +size 2322154848 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4f16e53 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e1a30105dc5f564a42659b81095146770497bcdabcac5cef890e8d0a4e84a9 +size 2269513056 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q6_K.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q6_K.gguf new file mode 100644 index 0000000..56190c3 --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3b7a1a2c2147ecf2696f40ae0457c8e707b725a4075fe0ee75ecf5579485fa +size 2643854688 diff --git a/Llama3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf b/Llama3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf new file mode 100644 index 0000000..a3704aa --- /dev/null +++ b/Llama3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ff162d4403db65293c54fcbf025a3565415611993f8db7b4716a266de337b3 +size 3012064 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a4ecef --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: aqweteddy/Llama3.2-TaiPhone-3B-Instruct-v0.1 +language: +- zh +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- slm +- taiwan +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/aqweteddy/Llama3.2-TaiPhone-3B-Instruct-v0.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-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/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_0.gguf) | i1-Q4_0 | 2.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q4_1.gguf) | i1-Q4_1 | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama3.2-TaiPhone-3B-Instruct-v0.1-i1-GGUF/resolve/main/Llama3.2-TaiPhone-3B-Instruct-v0.1.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. + +