From f9d62c5621a90e584604e8d38fc788b227b3c03d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 26 Jun 2026 18:09:13 +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/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT-GGUF Source: Original Platform --- .gitattributes | 41 +++++++++++++++++++ ...struct-Agent-0.005-128K-code-COT.Q2_K.gguf | 3 ++ ...ruct-Agent-0.005-128K-code-COT.Q3_K_M.gguf | 3 ++ ...ruct-Agent-0.005-128K-code-COT.Q4_K_M.gguf | 3 ++ ...ruct-Agent-0.005-128K-code-COT.Q5_K_M.gguf | 3 ++ ...struct-Agent-0.005-128K-code-COT.Q6_K.gguf | 3 ++ ...struct-Agent-0.005-128K-code-COT.Q8_0.gguf | 3 ++ README.md | 12 ++++++ configuration.json | 1 + 9 files changed, 72 insertions(+) create mode 100644 .gitattributes create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q2_K.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q3_K_M.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q4_K_M.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q5_K_M.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q6_K.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.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..381010b --- /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 +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q2_K.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q2_K.gguf new file mode 100644 index 0000000..2add08e --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917054afa84f9fc8fbb5bbad0c6ba981e6c2eaea646e58c6cab8364ed7be2180 +size 3179132864 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q3_K_M.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q3_K_M.gguf new file mode 100644 index 0000000..766a8e4 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d1987832bf2a07186c4657587d3c8c6e275ccd2dd778339b1c51d472bd9059 +size 4018919360 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q4_K_M.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q4_K_M.gguf new file mode 100644 index 0000000..208302a --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a732b19ffb9bb0fe8e581595e388bca54f0df9beaadf5af10cbaea3be0d5ba9f +size 4920735680 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q5_K_M.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q5_K_M.gguf new file mode 100644 index 0000000..1003705 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f11f8f30d02aa62a682b87f921a0fdeb6657c350daa863dccb0228a9c2ebd1d +size 5732988864 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q6_K.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q6_K.gguf new file mode 100644 index 0000000..c0a0519 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b823faa2565caca55d6daa01b6f31503db01f767644425897609cc22700abf42 +size 6596007872 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q8_0.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q8_0.gguf new file mode 100644 index 0000000..73dc766 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9147ce14fc6c43e657e23598aae957a9cd64b95458b9aafa2398c9e87be214ba +size 8540772288 diff --git a/README.md b/README.md new file mode 100644 index 0000000..88081f9 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +--- +base_model: +- EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT +pipeline_tag: text-generation +--- + +[](https://devquasar.com) + +'Make knowledge free for everyone' + +Quantized version of: [EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT](https://huggingface.co/EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.005-128K-code-COT) +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