From 8f33630f0971b358ec6be8efa301a64f8274c501 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 13 Sep 2026 03:46:12 +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.004-128K-code-COT-GGUF Source: Original Platform --- .gitattributes | 41 +++++++++++++++++++ ...struct-Agent-0.004-128K-code-COT.Q2_K.gguf | 3 ++ ...ruct-Agent-0.004-128K-code-COT.Q3_K_M.gguf | 3 ++ ...ruct-Agent-0.004-128K-code-COT.Q4_K_M.gguf | 3 ++ ...ruct-Agent-0.004-128K-code-COT.Q5_K_M.gguf | 3 ++ ...struct-Agent-0.004-128K-code-COT.Q6_K.gguf | 3 ++ ...struct-Agent-0.004-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.004-128K-code-COT.Q2_K.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q3_K_M.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q4_K_M.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q5_K_M.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q6_K.gguf create mode 100644 EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-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..976972b --- /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.004-128K-code-COT.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q2_K.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q2_K.gguf new file mode 100644 index 0000000..ec16e58 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d225da0d8ce1ca7f76c4deaab2de803b6978a7e29b884148eb7dcb707463cd +size 3179132864 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q3_K_M.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q3_K_M.gguf new file mode 100644 index 0000000..2a040d3 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793729e211e59b11e081eab0624b8f572dd212ecd65b1284be07bfe324517c50 +size 4018919360 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q4_K_M.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q4_K_M.gguf new file mode 100644 index 0000000..8078933 --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dceacdcfee1fdf3edd2f181f978984c3ffd187e8990356227e415dabbeb08c3 +size 4920735680 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q5_K_M.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q5_K_M.gguf new file mode 100644 index 0000000..399885f --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985bd78457ea5cdff25e48377b22ceb3f4eb72d27d37fcbd5978193cb9140f0d +size 5732988864 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q6_K.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q6_K.gguf new file mode 100644 index 0000000..5dfb90a --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0455891706d0729d8dcfe12ae0be4c19ceb8f7d25e60630f16611af9e907e2a3 +size 6596007872 diff --git a/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q8_0.gguf b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q8_0.gguf new file mode 100644 index 0000000..5353d8b --- /dev/null +++ b/EpistemeAI.Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-128K-code-COT.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65de94af5f2151e49e4dd3eabfb7e27e08ee23034b1cd0c1541a7b7c0e38fb58 +size 8540772288 diff --git a/README.md b/README.md new file mode 100644 index 0000000..88ac5d5 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +--- +base_model: +- EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-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.004-128K-code-COT](https://huggingface.co/EpistemeAI/Fireball-Meta-Llama-3.1-8B-Instruct-Agent-0.004-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