From 333dcb0ec792f8d39258adce0bd34849bcf0f807 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 12 Jul 2026 13:58:08 +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: DevQuasar/Llama-3.2-3B-Instruct-GGUF Source: Original Platform --- .gitattributes | 41 +++++++++++++++++++++++++++++++ Llama-3.2-3B-Instruct.Q2_K.gguf | 3 +++ Llama-3.2-3B-Instruct.Q3_K_M.gguf | 3 +++ Llama-3.2-3B-Instruct.Q4_K_M.gguf | 3 +++ Llama-3.2-3B-Instruct.Q5_K_M.gguf | 3 +++ Llama-3.2-3B-Instruct.Q6_K.gguf | 3 +++ Llama-3.2-3B-Instruct.Q8_0.gguf | 3 +++ README.md | 11 +++++++++ configuration.json | 1 + 9 files changed, 71 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-3B-Instruct.Q2_K.gguf create mode 100644 Llama-3.2-3B-Instruct.Q3_K_M.gguf create mode 100644 Llama-3.2-3B-Instruct.Q4_K_M.gguf create mode 100644 Llama-3.2-3B-Instruct.Q5_K_M.gguf create mode 100644 Llama-3.2-3B-Instruct.Q6_K.gguf create mode 100644 Llama-3.2-3B-Instruct.Q8_0.gguf create mode 100644 README.md create mode 100644 configuration.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..505efc3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,41 @@ +*.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 +Llama-3.2-3B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-3B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-3B-Instruct.Q2_K.gguf b/Llama-3.2-3B-Instruct.Q2_K.gguf new file mode 100644 index 0000000..9edd3da --- /dev/null +++ b/Llama-3.2-3B-Instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77eb142ab869944f388ff093fc7276ea15c4e1f810ceb76554fc5ae77694c19 +size 1363935520 diff --git a/Llama-3.2-3B-Instruct.Q3_K_M.gguf b/Llama-3.2-3B-Instruct.Q3_K_M.gguf new file mode 100644 index 0000000..505d3b0 --- /dev/null +++ b/Llama-3.2-3B-Instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3f386dee4d246d41714cabe7fcb80c9173613ffc344065f360f7cfe6769fe4 +size 1687159072 diff --git a/Llama-3.2-3B-Instruct.Q4_K_M.gguf b/Llama-3.2-3B-Instruct.Q4_K_M.gguf new file mode 100644 index 0000000..3a83130 --- /dev/null +++ b/Llama-3.2-3B-Instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9c139c80a85740cd98fa8d0b6a33445c49dc77f9ee37c914663d25bdaf2f4e +size 2019377440 diff --git a/Llama-3.2-3B-Instruct.Q5_K_M.gguf b/Llama-3.2-3B-Instruct.Q5_K_M.gguf new file mode 100644 index 0000000..baca2ed --- /dev/null +++ b/Llama-3.2-3B-Instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782f6d3246312ebfc5b3db83f2beaf5abf4371311206e9dc2c57703b564f55a0 +size 2322153760 diff --git a/Llama-3.2-3B-Instruct.Q6_K.gguf b/Llama-3.2-3B-Instruct.Q6_K.gguf new file mode 100644 index 0000000..dd5c0d4 --- /dev/null +++ b/Llama-3.2-3B-Instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd738601e25f128a3388138af357723bc2006f0657c94fe3374a55d919d9ddb +size 2643853600 diff --git a/Llama-3.2-3B-Instruct.Q8_0.gguf b/Llama-3.2-3B-Instruct.Q8_0.gguf new file mode 100644 index 0000000..d6716c1 --- /dev/null +++ b/Llama-3.2-3B-Instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f22b7231df5cd1907ff48dba54497b2d7912a4ce60d914f3dcfc0347fa8f21 +size 3421899040 diff --git a/README.md b/README.md new file mode 100644 index 0000000..123899f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +--- +license: llama3.2 +base_model: +- meta-llama/Llama-3.2-3B-Instruct +pipeline_tag: text-generation +--- +I'm doing this to 'Make knowledge free for everyone', using my personal time and resources. + +If you want to support my efforts please visit my ko-fi page: https://ko-fi.com/devquasar + +Also feel free to visit my website https://devquasar.com/ \ No newline at end of file diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file