From 01f6129c13d364dfc831c452104374d1a9a0d23c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 6 Aug 2026 17:01:16 +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: MaziyarPanahi/Ministral-8B-Instruct-2410-GGUF Source: Original Platform --- .gitattributes | 46 ++++++++++++++++++++++++++ Ministral-8B-Instruct-2410.Q2_K.gguf | 3 ++ Ministral-8B-Instruct-2410.Q3_K_L.gguf | 3 ++ Ministral-8B-Instruct-2410.Q3_K_M.gguf | 3 ++ Ministral-8B-Instruct-2410.Q3_K_S.gguf | 3 ++ Ministral-8B-Instruct-2410.Q4_K_M.gguf | 3 ++ Ministral-8B-Instruct-2410.Q4_K_S.gguf | 3 ++ Ministral-8B-Instruct-2410.Q5_K_M.gguf | 3 ++ Ministral-8B-Instruct-2410.Q5_K_S.gguf | 3 ++ Ministral-8B-Instruct-2410.Q6_K.gguf | 3 ++ Ministral-8B-Instruct-2410.Q8_0.gguf | 3 ++ Ministral-8B-Instruct-2410.fp16.gguf | 3 ++ README.md | 45 +++++++++++++++++++++++++ config.json | 3 ++ 14 files changed, 127 insertions(+) create mode 100644 .gitattributes create mode 100644 Ministral-8B-Instruct-2410.Q2_K.gguf create mode 100644 Ministral-8B-Instruct-2410.Q3_K_L.gguf create mode 100644 Ministral-8B-Instruct-2410.Q3_K_M.gguf create mode 100644 Ministral-8B-Instruct-2410.Q3_K_S.gguf create mode 100644 Ministral-8B-Instruct-2410.Q4_K_M.gguf create mode 100644 Ministral-8B-Instruct-2410.Q4_K_S.gguf create mode 100644 Ministral-8B-Instruct-2410.Q5_K_M.gguf create mode 100644 Ministral-8B-Instruct-2410.Q5_K_S.gguf create mode 100644 Ministral-8B-Instruct-2410.Q6_K.gguf create mode 100644 Ministral-8B-Instruct-2410.Q8_0.gguf create mode 100644 Ministral-8B-Instruct-2410.fp16.gguf create mode 100644 README.md create mode 100644 config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..237d4c1 --- /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 +Ministral-8B-Instruct-2410.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Ministral-8B-Instruct-2410.fp16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Ministral-8B-Instruct-2410.Q2_K.gguf b/Ministral-8B-Instruct-2410.Q2_K.gguf new file mode 100644 index 0000000..de1527b --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b300793725fbd6173c42b648ffc54633b0858d76be593b3c12bf625738db99 +size 3185478208 diff --git a/Ministral-8B-Instruct-2410.Q3_K_L.gguf b/Ministral-8B-Instruct-2410.Q3_K_L.gguf new file mode 100644 index 0000000..daa9d67 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9161a19a049e3a619f8087be770a5597ff6683b3bb31bcab8d8996278544f4 +size 4326459968 diff --git a/Ministral-8B-Instruct-2410.Q3_K_M.gguf b/Ministral-8B-Instruct-2410.Q3_K_M.gguf new file mode 100644 index 0000000..8d63192 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c3ddfcae5cebb67a21b8a22fc857d168b2b14ba166d2c0b3a12eca13a73a040 +size 4019227200 diff --git a/Ministral-8B-Instruct-2410.Q3_K_S.gguf b/Ministral-8B-Instruct-2410.Q3_K_S.gguf new file mode 100644 index 0000000..b895c3b --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe5752fe4d1e5bb0a95215b7c522fa14de25e9ceb5698c2432ef8afb07a464d +size 3664677440 diff --git a/Ministral-8B-Instruct-2410.Q4_K_M.gguf b/Ministral-8B-Instruct-2410.Q4_K_M.gguf new file mode 100644 index 0000000..c717762 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18bbd947b35bd2a80284ab246cac8189f1e26a5f207afb7711152851150caa05 +size 4911499840 diff --git a/Ministral-8B-Instruct-2410.Q4_K_S.gguf b/Ministral-8B-Instruct-2410.Q4_K_S.gguf new file mode 100644 index 0000000..668c567 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e70d0217cacecd38c7949462a413a3327aa4c58c40dd939edb894f1245a087 +size 4685728320 diff --git a/Ministral-8B-Instruct-2410.Q5_K_M.gguf b/Ministral-8B-Instruct-2410.Q5_K_M.gguf new file mode 100644 index 0000000..1f9c948 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6a08aba464b616723daca4e00c942d9a6e41ec1daa1226070aa16d68654c03 +size 5724146240 diff --git a/Ministral-8B-Instruct-2410.Q5_K_S.gguf b/Ministral-8B-Instruct-2410.Q5_K_S.gguf new file mode 100644 index 0000000..2aed0be --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb4c7c483b36b11ae9698cb3a5a6d08ae8f5daa7ed6394175a36b8883567101 +size 5593795136 diff --git a/Ministral-8B-Instruct-2410.Q6_K.gguf b/Ministral-8B-Instruct-2410.Q6_K.gguf new file mode 100644 index 0000000..5ea2229 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8097e61c8cf4f16c885c6294c56509079a8505e0be6477c91878ff706aaadb3c +size 6587583040 diff --git a/Ministral-8B-Instruct-2410.Q8_0.gguf b/Ministral-8B-Instruct-2410.Q8_0.gguf new file mode 100644 index 0000000..f586720 --- /dev/null +++ b/Ministral-8B-Instruct-2410.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28680bd388070510d69141a0de2944ceb45be163e8279cad99c32450997d3965 +size 8529807936 diff --git a/Ministral-8B-Instruct-2410.fp16.gguf b/Ministral-8B-Instruct-2410.fp16.gguf new file mode 100644 index 0000000..5246589 --- /dev/null +++ b/Ministral-8B-Instruct-2410.fp16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9387a6ddde33d438678b5c4a5ad213616a38b03f9bee607b7c5b8479817fe182 +size 16048097856 diff --git a/README.md b/README.md new file mode 100644 index 0000000..603e93a --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +--- +base_model: mistralai/Ministral-8B-Instruct-2410 +inference: false +model_creator: mistralai +model_name: Ministral-8B-Instruct-2410-GGUF +pipeline_tag: text-generation +quantized_by: MaziyarPanahi +tags: +- quantized +- 2-bit +- 3-bit +- 4-bit +- 5-bit +- 6-bit +- 8-bit +- GGUF +- text-generation +--- +# [MaziyarPanahi/Ministral-8B-Instruct-2410-GGUF](https://huggingface.co/MaziyarPanahi/Ministral-8B-Instruct-2410-GGUF) +- Model creator: [mistralai](https://huggingface.co/mistralai) +- Original model: [mistralai/Ministral-8B-Instruct-2410](https://huggingface.co/mistralai/Ministral-8B-Instruct-2410) + +## Description +[MaziyarPanahi/Ministral-8B-Instruct-2410-GGUF](https://huggingface.co/MaziyarPanahi/Ministral-8B-Instruct-2410-GGUF) contains GGUF format model files for [mistralai/Ministral-8B-Instruct-2410](https://huggingface.co/mistralai/Ministral-8B-Instruct-2410). + +### About GGUF + +GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp. + +Here is an incomplete list of clients and libraries that are known to support GGUF: + +* [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option. +* [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server. +* [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023. +* [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration. +* [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling. +* [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel. +* [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection. +* [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration. +* [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use. +* [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models. + +## Special thanks + +🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible. \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..9f0f76f --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "model_type": "mistral" +} \ No newline at end of file