From f57bc8a698f4267f2736932253aa6dc69b6a11a8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 11 May 2026 01:13:59 +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/DeepMount00.Llama-3-8b-Ita-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++++++++++++++ DeepMount00.Llama-3-8b-Ita.Q2_K.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q3_K_L.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q3_K_M.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q3_K_S.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q4_K_M.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q4_K_S.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q5_K_M.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q5_K_S.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q6_K.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.Q8_0.gguf | 3 ++ DeepMount00.Llama-3-8b-Ita.f16.gguf | 3 ++ README.md | 20 +++++++++++ configuration.json | 1 + 14 files changed, 100 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepMount00.Llama-3-8b-Ita.Q2_K.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q3_K_L.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q3_K_M.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q3_K_S.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q4_K_M.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q4_K_S.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q5_K_M.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q5_K_S.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q6_K.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.Q8_0.gguf create mode 100644 DeepMount00.Llama-3-8b-Ita.f16.gguf create mode 100644 README.md create mode 100644 configuration.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a4ed881 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +DeepMount00.Llama-3-8b-Ita.f16.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepMount00.Llama-3-8b-Ita.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepMount00.Llama-3-8b-Ita.Q2_K.gguf b/DeepMount00.Llama-3-8b-Ita.Q2_K.gguf new file mode 100644 index 0000000..2805066 --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83574b0e48903226e80ac79bf81b6a945cffb139c6581b78a86ee26959c4215f +size 3179132032 diff --git a/DeepMount00.Llama-3-8b-Ita.Q3_K_L.gguf b/DeepMount00.Llama-3-8b-Ita.Q3_K_L.gguf new file mode 100644 index 0000000..4602612 --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f7780e898bee4009c3c7c59daae5500a45117a299822e336c57e932c4c5df6 +size 4321956992 diff --git a/DeepMount00.Llama-3-8b-Ita.Q3_K_M.gguf b/DeepMount00.Llama-3-8b-Ita.Q3_K_M.gguf new file mode 100644 index 0000000..c97c409 --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1fe70df126859b180648f263f8cabf64c2cae903ce1b40f961b65fb3c0c153 +size 4018918528 diff --git a/DeepMount00.Llama-3-8b-Ita.Q3_K_S.gguf b/DeepMount00.Llama-3-8b-Ita.Q3_K_S.gguf new file mode 100644 index 0000000..73b8ca0 --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b303400d4e2f9c23afe7f6f08458d9b3264c709950af94694433020f8ca112f4 +size 3664499840 diff --git a/DeepMount00.Llama-3-8b-Ita.Q4_K_M.gguf b/DeepMount00.Llama-3-8b-Ita.Q4_K_M.gguf new file mode 100644 index 0000000..ae7c42e --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb91633471fefe264dc20d640380c371b279f5cd656cf71fd823d136318c05bf +size 4920734848 diff --git a/DeepMount00.Llama-3-8b-Ita.Q4_K_S.gguf b/DeepMount00.Llama-3-8b-Ita.Q4_K_S.gguf new file mode 100644 index 0000000..6d403bf --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8accdb3c03172325209326cd87846d2590a80154c5512d2a6d92e1af072b70 +size 4692669568 diff --git a/DeepMount00.Llama-3-8b-Ita.Q5_K_M.gguf b/DeepMount00.Llama-3-8b-Ita.Q5_K_M.gguf new file mode 100644 index 0000000..442c2c7 --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52f2a9ec1f684623100bd72aafcb7d69c4cc1b1158e18c97f41ac85e88b7071 +size 5732988032 diff --git a/DeepMount00.Llama-3-8b-Ita.Q5_K_S.gguf b/DeepMount00.Llama-3-8b-Ita.Q5_K_S.gguf new file mode 100644 index 0000000..8367a6f --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22906d7cac5bf4ac1faf0f029b1a5dc3cf1e6b947f10a902cd551b972ad7286c +size 5599294592 diff --git a/DeepMount00.Llama-3-8b-Ita.Q6_K.gguf b/DeepMount00.Llama-3-8b-Ita.Q6_K.gguf new file mode 100644 index 0000000..a9b495d --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f979d9cc71a0916c4d867b80d28c2be684cc26274e0aed44eae09a24227db5 +size 6596007040 diff --git a/DeepMount00.Llama-3-8b-Ita.Q8_0.gguf b/DeepMount00.Llama-3-8b-Ita.Q8_0.gguf new file mode 100644 index 0000000..baff32d --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f073f6a0dd9244144a2edbaf6db93b36f2967f650ad3d90f8d0420dcf2ce8b0 +size 8540771456 diff --git a/DeepMount00.Llama-3-8b-Ita.f16.gguf b/DeepMount00.Llama-3-8b-Ita.f16.gguf new file mode 100644 index 0000000..cab14c3 --- /dev/null +++ b/DeepMount00.Llama-3-8b-Ita.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1cf81bdaeda0ea3c405d2df14c692ca4e0b4f9bdc4e4bc7a2bef02b6423550 +size 16068891776 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b4e0a2 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +--- +base_model: +- DeepMount00/Llama-3-8b-Ita +pipeline_tag: text-generation +--- + +[](https://devquasar.com) + +Quantized version of: [DeepMount00/Llama-3-8b-Ita](https://huggingface.co/DeepMount00/Llama-3-8b-Ita) + +'Make knowledge free for everyone' + +

+ Made with
+ + + +

+ +Buy Me a Coffee at ko-fi.com 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