From dd29c3fdce9a1d176b976d8a8e4c57b4a3c1712d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 8 Aug 2026 12:21:18 +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: mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++ ...al-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf | 3 + ...al-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf | 3 + ...al-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf | 3 + ...al-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf | 3 + ...-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf | 3 + ...al-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf | 3 + ...al-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf | 3 + ...-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf | 3 + ...ral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf | 3 + ...ral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf | 3 + ...ral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf | 3 + ...l-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf | 3 + ...ral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf | 3 + ...ral-7B-Instruct-v0.3-Parasite.imatrix.gguf | 3 + README.md | 101 ++++++++++++++++++ 27 files changed, 236 insertions(+) create mode 100644 .gitattributes create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf create mode 100644 Mistral-7B-Instruct-v0.3-Parasite.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5468aea --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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-Parasite.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf new file mode 100644 index 0000000..947f4a1 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae1b6035a3a0d2a1eed7af1d22805022d1bd119a3974114fced741471816adb +size 1757668544 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf new file mode 100644 index 0000000..d2fab18 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4955657df0a59e658050deec8d679b127e7e78aabbc144b3bb02f46e4d6756 +size 1615324352 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf new file mode 100644 index 0000000..f684fc3 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0901a07677fbeecfb5b5ef7188fcc79d71e6bcd7004b47bd4c731d1f917ff1 +size 2504254656 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf new file mode 100644 index 0000000..ed98c3f --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36934d3f8b8d288fb5ee0696196fb1c631f2b71c528ede36ef90f5c0fae0f05 +size 2314462400 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ce6025c --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef1df1eac1d04f959cd71e1e83c06ea51b23c317243d61498b54c196ded93a3 +size 2201478336 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..8921d43 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f79391f3c5e0f45e49cbb55cdc4058069ac5514d1e3e368c16a0f98d89245d1 +size 1994908864 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf new file mode 100644 index 0000000..dfae9ea --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7666f3fa8d32e1d632b6a538ebb9ace22670b895608314c3353128334b9376c1 +size 3288851648 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf new file mode 100644 index 0000000..5e2c649 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0211ede78431ced5d0d8c147548bb9ecc3438304acb459d2b9ea3110b036d448 +size 3186353344 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf new file mode 100644 index 0000000..4d6e5a8 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e502bd0aec330bb57a0ca5d9a166fc5fd810de96121fb8b8404ac754dfaf2b42 +size 3022775488 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2349beb --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80d3d8796abfa6a5c270a2bb779d8e1aa31cfb1e9b199ac738930b88b7d3610 +size 2830886080 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e90f5a1 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244c9a02afb6185689aa2aa87481c50ffcd6ef8159c058525615176d5263c187 +size 4130071744 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8153caa --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe3613dd4781b1d4c8e73e820a696782d8fa0c5581182e6b697cfcf1d0ea61d +size 3911967936 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf new file mode 100644 index 0000000..ce18e0b --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b86097583013bea7efe3a74fecd9418d38631c1224fe7d33885ee74ba72e0df +size 2722882752 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ccbf2ad --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abd3b38db14768efe30d74733295810a3c047e7b4a159511da531f398d48269 +size 2532566208 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf new file mode 100644 index 0000000..af2dfe3 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc02a20ef679fb2ec4c9fb7fff2691ef016856536cd5158d69af1d6541a72fb +size 3825984704 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0335a50 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66acb50687243e7ddb7fe88befe2ca6bc8f68b1d230ff1bb960009c0f8447b5 +size 3522946240 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf new file mode 100644 index 0000000..3d6c6d5 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10db7e9adc1ef71b1812ede14825f991b34ad870de1a312ea278fec6bec72451 +size 3168527552 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf new file mode 100644 index 0000000..2b304dc --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cbd7f66142a7c8d14600d28ee06f2dfa1ce4d5b8a5eb83b79da869e311f526 +size 4127974592 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf new file mode 100644 index 0000000..4476f8a --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8db1c79920d72a34e58deb4b43beada465fc948a520ce613dd1a4d217c48c62 +size 4557890752 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf new file mode 100644 index 0000000..6e71325 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018f824f8de0860ec8e3219a0bac1c86653c91d8588e40e07d1fa387b6bc46dc +size 4372817088 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9a03077 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85bc6963e133715ffa9a22bcf33d7f76183a349300a89084a8ff070fc3be16a4 +size 4144751808 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf new file mode 100644 index 0000000..8c8894c --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7778d5a00d033af9e694ed6f7d72f1be4b350a660d06712228c36ce495be91 +size 5136180416 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c2a7707 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef449f745452f5bde4b2dd0510772377c48a5b7ba2a3c4162b39cab26fbbcd4 +size 5002486976 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf new file mode 100644 index 0000000..b1a3b48 --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11d4b28a8dbd704d04e5171e9720fbbd33fddc34e887221169f3f0bf75db465 +size 5947253952 diff --git a/Mistral-7B-Instruct-v0.3-Parasite.imatrix.gguf b/Mistral-7B-Instruct-v0.3-Parasite.imatrix.gguf new file mode 100644 index 0000000..02e545a --- /dev/null +++ b/Mistral-7B-Instruct-v0.3-Parasite.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bf355e0624e75556f8861cc22bf54b53929d55d33c117ed3d4df9c10eeeac2 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7ab946 --- /dev/null +++ b/README.md @@ -0,0 +1,101 @@ +--- +base_model: ApolloRaines/Mistral-7B-Instruct-v0.3-Parasite +language: +- en +- zh +- ja +- ko +- fr +- de +- es +- pt +- ru +- ar +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- jbliteration +- abliteration +- weight-surgery +- identity-replacement +- proof-of-concept +- parasite +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/ApolloRaines/Mistral-7B-Instruct-v0.3-Parasite + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-GGUF +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q4_1.gguf) | i1-Q4_1 | 4.7 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-7B-Instruct-v0.3-Parasite-i1-GGUF/resolve/main/Mistral-7B-Instruct-v0.3-Parasite.i1-Q6_K.gguf) | i1-Q6_K | 6.0 | practically like static Q6_K | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + +