From 64d40081894ae2e7c160218e601179e19bd4d8b1 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Jul 2026 20:23:10 +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: SanctumAI/Mistral-7B-Instruct-v0.3-GGUF Source: Original Platform --- .gitattributes | 52 ++++++++++++++++++++++++ README.md | 59 ++++++++++++++++++++++++++++ config.json | 3 ++ mistral-7b-instruct-v0.3.Q2_K.gguf | 3 ++ mistral-7b-instruct-v0.3.Q3_K_L.gguf | 3 ++ mistral-7b-instruct-v0.3.Q3_K_M.gguf | 3 ++ mistral-7b-instruct-v0.3.Q3_K_S.gguf | 3 ++ mistral-7b-instruct-v0.3.Q4_0.gguf | 3 ++ mistral-7b-instruct-v0.3.Q4_1.gguf | 3 ++ mistral-7b-instruct-v0.3.Q4_K.gguf | 3 ++ mistral-7b-instruct-v0.3.Q4_K_M.gguf | 3 ++ mistral-7b-instruct-v0.3.Q4_K_S.gguf | 3 ++ mistral-7b-instruct-v0.3.Q5_0.gguf | 3 ++ mistral-7b-instruct-v0.3.Q5_1.gguf | 3 ++ mistral-7b-instruct-v0.3.Q5_K.gguf | 3 ++ mistral-7b-instruct-v0.3.Q5_K_M.gguf | 3 ++ mistral-7b-instruct-v0.3.Q5_K_S.gguf | 3 ++ mistral-7b-instruct-v0.3.Q6_K.gguf | 3 ++ mistral-7b-instruct-v0.3.Q8_0.gguf | 3 ++ mistral-7b-instruct-v0.3.f16.gguf | 3 ++ 20 files changed, 165 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 mistral-7b-instruct-v0.3.Q2_K.gguf create mode 100644 mistral-7b-instruct-v0.3.Q3_K_L.gguf create mode 100644 mistral-7b-instruct-v0.3.Q3_K_M.gguf create mode 100644 mistral-7b-instruct-v0.3.Q3_K_S.gguf create mode 100644 mistral-7b-instruct-v0.3.Q4_0.gguf create mode 100644 mistral-7b-instruct-v0.3.Q4_1.gguf create mode 100644 mistral-7b-instruct-v0.3.Q4_K.gguf create mode 100644 mistral-7b-instruct-v0.3.Q4_K_M.gguf create mode 100644 mistral-7b-instruct-v0.3.Q4_K_S.gguf create mode 100644 mistral-7b-instruct-v0.3.Q5_0.gguf create mode 100644 mistral-7b-instruct-v0.3.Q5_1.gguf create mode 100644 mistral-7b-instruct-v0.3.Q5_K.gguf create mode 100644 mistral-7b-instruct-v0.3.Q5_K_M.gguf create mode 100644 mistral-7b-instruct-v0.3.Q5_K_S.gguf create mode 100644 mistral-7b-instruct-v0.3.Q6_K.gguf create mode 100644 mistral-7b-instruct-v0.3.Q8_0.gguf create mode 100644 mistral-7b-instruct-v0.3.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..401ebaa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,52 @@ +*.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 +mistral-7b-instruct-v0.3.f16.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q4_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q5_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +mistral-7b-instruct-v0.3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbcea73 --- /dev/null +++ b/README.md @@ -0,0 +1,59 @@ +--- +pipeline_tag: text-generation +license: apache-2.0 +base_model: +- mistralai/Mistral-7B-Instruct-v0.3 +--- + +![image/png](https://cdn-uploads.huggingface.co/production/uploads/64a28db2f1968b7d7f357182/9aQRkm59XY_qSEXe86IJb.png) +*This model was quantized by [SanctumAI](https://sanctum.ai). To leave feedback, join our community in [Discord](https://discord.gg/7ZNE78HJKh).* + +# Mistral 7B Instruct v0.3 GGUF + +**Model creator:** [mistralai](https://huggingface.co/mistralai)
+**Original model**: [Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
+ +## Model Summary: + +The Mistral-7B-Instruct-v0.3 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.3. + +Mistral-7B-v0.3 has the following changes compared to [Mistral-7B-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2/edit/main/README.md) +- Extended vocabulary to 32768 +- Supports v3 Tokenizer +- Supports function calling + +## Prompt Template: + +If you're using Sanctum app, simply use `Mistral` model preset. + +Prompt template: + +``` +[INST] {prompt} [/INST] +``` + +## Hardware Requirements Estimate + +| Name | Quant method | Size | Memory (RAM, vRAM) required (for full context of 32k tokens) | +| ---- | ---- | ---- | ---- | +| [mistral-7b-instruct-v0.3.Q2_K.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q2_K.gguf) | Q2_K | 2.72 GB | 6.78 GB | +| [mistral-7b-instruct-v0.3.Q3_K_S.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q3_K_S.gguf) | Q3_K_S | 3.17 GB | 7.19 GB | +| [mistral-7b-instruct-v0.3.Q3_K_M.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q3_K_M.gguf) | Q3_K_M | 3.52 GB | 7.52 GB | +| [mistral-7b-instruct-v0.3.Q3_K_L.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q3_K_L.gguf) | Q3_K_L | 3.83 GB | 7.80 GB | +| [mistral-7b-instruct-v0.3.Q4_0.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q4_0.gguf) | Q4_0 | 4.11 GB | 8.07 GB | +| [mistral-7b-instruct-v0.3.Q4_K_S.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q4_K_S.gguf) | Q4_K_S | 4.14 GB | 8.10 GB | +| [mistral-7b-instruct-v0.3.Q4_K_M.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q4_K_M.gguf) | Q4_K_M | 4.37 GB | 8.31 GB | +| [mistral-7b-instruct-v0.3.Q4_K.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q4_K.gguf) | Q4_K | 4.37 GB | 8.31 GB | +| [mistral-7b-instruct-v0.3.Q4_1.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q4_1.gguf) | Q4_1 | 4.56 GB | 8.48 GB | +| [mistral-7b-instruct-v0.3.Q5_0.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q5_0.gguf) | Q5_0 | 5.00 GB | 8.90 GB | +| [mistral-7b-instruct-v0.3.Q5_K_S.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q5_K_S.gguf) | Q5_K_S | 5.00 GB | 8.90 GB | +| [mistral-7b-instruct-v0.3.Q5_K_M.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q5_K_M.gguf) | Q5_K_M | 5.14 GB | 9.02 GB | +| [mistral-7b-instruct-v0.3.Q5_K.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q5_K.gguf) | Q5_K | 5.14 GB | 9.02 GB | +| [mistral-7b-instruct-v0.3.Q5_1.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q5_1.gguf) | Q5_1 | 5.45 GB | 9.31 GB | +| [mistral-7b-instruct-v0.3.Q6_K.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q6_K.gguf) | Q6_K | 5.95 GB | 9.78 GB | +| [mistral-7b-instruct-v0.3.Q8_0.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.Q8_0.gguf) | Q8_0 | 7.70 GB | 11.41 GB | +| [mistral-7b-instruct-v0.3.f16.gguf](https://huggingface.co/SanctumAI/Mistral-7B-Instruct-v0.3-GGUF/blob/main/mistral-7b-instruct-v0.3.f16.gguf) | f16 | 14.50 GB | 17.74 GB | + +## Disclaimer + +Sanctum is not the creator, originator, or owner of any Model featured in the Models section of the Sanctum application. Each Model is created and provided by third parties. Sanctum does not endorse, support, represent or guarantee the completeness, truthfulness, accuracy, or reliability of any Model listed there. You understand that supported Models can produce content that might be offensive, harmful, inaccurate or otherwise inappropriate, or deceptive. Each Model is the sole responsibility of the person or entity who originated such Model. Sanctum may not monitor or control the Models supported and cannot, and does not, take responsibility for any such Model. Sanctum disclaims all warranties or guarantees about the accuracy, reliability or benefits of the Models. Sanctum further disclaims any warranty that the Model will meet your requirements, be secure, uninterrupted or available at any time or location, or error-free, viruses-free, or that any errors will be corrected, or otherwise. You will be solely responsible for any damage resulting from your use of or access to the Models, your downloading of any Model, or use of any other Model provided by or through Sanctum. \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..cbe036a --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "model_type": "mistral" +} \ No newline at end of file diff --git a/mistral-7b-instruct-v0.3.Q2_K.gguf b/mistral-7b-instruct-v0.3.Q2_K.gguf new file mode 100644 index 0000000..d929598 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950acc5f76cb67ad6afd316624dc102783a7b9b4fa1556481093e6daf6271aa0 +size 2722877376 diff --git a/mistral-7b-instruct-v0.3.Q3_K_L.gguf b/mistral-7b-instruct-v0.3.Q3_K_L.gguf new file mode 100644 index 0000000..373b325 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18360d52b0d58c4d9749dbbea8dd0944cd119085675646f7884529330ac438c7 +size 3825979328 diff --git a/mistral-7b-instruct-v0.3.Q3_K_M.gguf b/mistral-7b-instruct-v0.3.Q3_K_M.gguf new file mode 100644 index 0000000..636227d --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c67dbc19bdc5c0c427309c7bc5025b1f7267dfcfad3d9da21b8bfb18798f9fd +size 3522940864 diff --git a/mistral-7b-instruct-v0.3.Q3_K_S.gguf b/mistral-7b-instruct-v0.3.Q3_K_S.gguf new file mode 100644 index 0000000..f1da42e --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0b4ec30683aafba0dbfca69baf0f8d1fc225070d5f17ed81d98bb914b67a24 +size 3168522176 diff --git a/mistral-7b-instruct-v0.3.Q4_0.gguf b/mistral-7b-instruct-v0.3.Q4_0.gguf new file mode 100644 index 0000000..0453415 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5af11ea6c9ca63e10de4a54368dbb4ab928b729f43180743de1b44cc1c15cb +size 4113289152 diff --git a/mistral-7b-instruct-v0.3.Q4_1.gguf b/mistral-7b-instruct-v0.3.Q4_1.gguf new file mode 100644 index 0000000..80360db --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d8cd0b6195788721d1536ae59256564f703986f320c9aa2051173051fe905d +size 4557885376 diff --git a/mistral-7b-instruct-v0.3.Q4_K.gguf b/mistral-7b-instruct-v0.3.Q4_K.gguf new file mode 100644 index 0000000..4fb1ad1 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q4_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287cad3a65fadd3a7d4f990019ff851c19e1d594eaeeb4ce38856bb742d62bb8 +size 4372811712 diff --git a/mistral-7b-instruct-v0.3.Q4_K_M.gguf b/mistral-7b-instruct-v0.3.Q4_K_M.gguf new file mode 100644 index 0000000..4fb1ad1 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287cad3a65fadd3a7d4f990019ff851c19e1d594eaeeb4ce38856bb742d62bb8 +size 4372811712 diff --git a/mistral-7b-instruct-v0.3.Q4_K_S.gguf b/mistral-7b-instruct-v0.3.Q4_K_S.gguf new file mode 100644 index 0000000..dd46b18 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e21d357026493b784ce09e4c293b723cbc0df60f86ba6fd5380257d7658f09 +size 4144746432 diff --git a/mistral-7b-instruct-v0.3.Q5_0.gguf b/mistral-7b-instruct-v0.3.Q5_0.gguf new file mode 100644 index 0000000..b8d6668 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q5_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d324c4bf73f4973f14431d63fdfbc6d6c05f7b5bce21c551b2d4371613f2da1e +size 5002481600 diff --git a/mistral-7b-instruct-v0.3.Q5_1.gguf b/mistral-7b-instruct-v0.3.Q5_1.gguf new file mode 100644 index 0000000..04d9680 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q5_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47cdc5f5b3f8d709ec3448d2e47c0b34433e47ce1bf8a27076c1c08859409d37 +size 5447077824 diff --git a/mistral-7b-instruct-v0.3.Q5_K.gguf b/mistral-7b-instruct-v0.3.Q5_K.gguf new file mode 100644 index 0000000..e45f4d8 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q5_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dced63f5bfc7f7ebdf9e5349c642594f20fe60ee6867aea98c05dad567daeebe +size 5136175040 diff --git a/mistral-7b-instruct-v0.3.Q5_K_M.gguf b/mistral-7b-instruct-v0.3.Q5_K_M.gguf new file mode 100644 index 0000000..e45f4d8 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dced63f5bfc7f7ebdf9e5349c642594f20fe60ee6867aea98c05dad567daeebe +size 5136175040 diff --git a/mistral-7b-instruct-v0.3.Q5_K_S.gguf b/mistral-7b-instruct-v0.3.Q5_K_S.gguf new file mode 100644 index 0000000..d328f92 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7208c7a941fe5ce902131ca902d03db37533a0533ecc54393556c03782106c +size 5002481600 diff --git a/mistral-7b-instruct-v0.3.Q6_K.gguf b/mistral-7b-instruct-v0.3.Q6_K.gguf new file mode 100644 index 0000000..630404b --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9082134cc431873a09219002498a18dc2dd6086e9306add1448f8ff3b79d5e39 +size 5947248576 diff --git a/mistral-7b-instruct-v0.3.Q8_0.gguf b/mistral-7b-instruct-v0.3.Q8_0.gguf new file mode 100644 index 0000000..d795784 --- /dev/null +++ b/mistral-7b-instruct-v0.3.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6225c953dfe5d1ee740ea9037d9d323aebe15be3c685f5fc72a3d382f63e84f9 +size 7702564800 diff --git a/mistral-7b-instruct-v0.3.f16.gguf b/mistral-7b-instruct-v0.3.f16.gguf new file mode 100644 index 0000000..b1b9416 --- /dev/null +++ b/mistral-7b-instruct-v0.3.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc6622d40e6d9c818091fc7ebd021d1193b8d21b834cfae2f459dc80dce4193 +size 14497337280