From 5b3ace5d125c935c08d5a0a23e380e88a57b5c0f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 6 Jun 2026 02:30: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: mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ ...ral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf | 3 + ...ral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf | 3 + ...ral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf | 3 + ...ral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf | 3 + ...l-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf | 3 + ...ral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf | 3 + ...ral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf | 3 + ...l-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf | 3 + Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf | 3 + Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf | 3 + Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf | 3 + ...al-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf | 3 + Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf | 3 + Mistral-Nemo-Punisher-Carnage-V1.imatrix.gguf | 3 + README.md | 98 +++++++++++++++++++ 27 files changed, 233 insertions(+) create mode 100644 .gitattributes create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf create mode 100644 Mistral-Nemo-Punisher-Carnage-V1.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0c038db --- /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-Nemo-Punisher-Carnage-V1.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf new file mode 100644 index 0000000..2de9b14 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3128cf3e28598a3d7d92d223b63adc62985ea1c44e52f6f1917532eaf02ca611 +size 3221626368 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf new file mode 100644 index 0000000..88b7f85 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73053233a7e6ed54dfb84d1f5d71e27a0b57091005580321cba6b53c74996c6 +size 2999213568 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf new file mode 100644 index 0000000..399c33a --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32fd3931f41afcc3597dcf49942aac37e6eb01f5a047080292f84a9ada6726a +size 4435025408 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf new file mode 100644 index 0000000..d8525fd --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc5bfeb32b6b4e756d7f3c18293512fdfaf3a47c0cd68f54cd06a1f6d5bb402 +size 4138475008 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..62e9a87 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd75cda99c2e42bdb8d0323c197ef6efac93a9d42c55a12bbab1c3cac7a102ef +size 3915079168 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ccc2f98 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c938726c69b46a5b9e216f7325eb9267c639200e315723ae26c0eca2873553 +size 3592314368 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf new file mode 100644 index 0000000..7f6ff90 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eae13e08fb92c13ea30cbb5bb938f5df1a7564c1f222f1d85cacb8752936c96 +size 5722234368 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf new file mode 100644 index 0000000..f01662e --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218380dfd33627f61361c24746df2782d289614bc5602042d2f65202cbb37052 +size 5562080768 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7998827 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69523792b3c149a96e68f30f9e1ac8c025badd52879c04df3d963f61f7c46104 +size 5306490368 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..3674113 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2783552bf2bdd7b3fdf1ba790847e1c31c58d6d9015b85263786b4d52367d843 +size 4945387008 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4644dc5 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950dcd3906dfbb91820168969e2953e1667a4e1f136b1de2fc89d8acee5fb773 +size 7097916928 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a07dabe --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dd6408134dbcbbd49afea33cb6eab312d1a30771904ce2a101b6984a73b80c +size 6742711808 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf new file mode 100644 index 0000000..f8f8ca9 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7858e56fb56bae4aa1776423c3630c302a5c51c585d343a1d3a1a6cb90f07f3e +size 4791049728 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8f6453b --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b7a5424ae97cb179b797ed17b82f15dc3abe2076f54505c7fd0d1dcd25f7da +size 4493680128 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..8cc33c6 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f4cbaad7f7414998d0d5fbc011f386140783397846e97210eccbe51b62b9db +size 6561504768 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..1c3a2a0 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a7a402b167866e38de02afb083db683a11564e676f705b1d2ca1769bd9a57d +size 6083091968 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9ff5139 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f664e8061e53c60428e7e79fd2c69f1bac64182be9a5807cafd7b26955e1bf60 +size 5534227968 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf new file mode 100644 index 0000000..68c2d6f --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84cdebf0c30879afe45a55803198d4947b0e692773f7e17290eb5a7288f5b5b +size 7094640128 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf new file mode 100644 index 0000000..35c13ff --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bebee6e042b67e06cd41ec2496279a2a94fd352b5d330c209826240b8369e8 +size 7795219968 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..e322503 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1a56f16ce8bac8b6a4cf24685f845ffb39a434caedf7593b263b7fbc8c98b8 +size 7477206528 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1f627bb --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499b3107ad2b80ba57c8fd309494f7b1620d4cd16c677018c1288eb535c46174 +size 7120199168 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..58c6a11 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9745a241fba9d45f20bef8d207bca8cc1d5b9c4a9e7991ac107b12ec4e4b8df1 +size 8727633408 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..098e204 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451e6d19eaf6083758e6760cc9511dca8a69657c147f3804e92105028e23f328 +size 8518737408 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf new file mode 100644 index 0000000..2571617 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799a0ea82cdb413ed0867b6fd447145302fbb153651b7d7d4d6730e7845ba373 +size 10056211968 diff --git a/Mistral-Nemo-Punisher-Carnage-V1.imatrix.gguf b/Mistral-Nemo-Punisher-Carnage-V1.imatrix.gguf new file mode 100644 index 0000000..db48f74 --- /dev/null +++ b/Mistral-Nemo-Punisher-Carnage-V1.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c51ec665f6264747af1949049b8023781e0875c48d7b622148ed9e98d16e939 +size 7088192 diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b45bf5 --- /dev/null +++ b/README.md @@ -0,0 +1,98 @@ +--- +base_model: BrainDelay/Mistral-Nemo-Punisher-Carnage-V1 +datasets: +- BrainDelay/DoubleC +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- Carnage +- Symbiote +- Castle +- DoubleC +- Frank Castle +- The Punisher +- Roleplay +- Mistral +- Nemo +- conversational +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/BrainDelay/Mistral-Nemo-Punisher-Carnage-V1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-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-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_S.gguf) | i1-IQ2_S | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ2_M.gguf) | i1-IQ2_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_S.gguf) | i1-IQ3_S | 5.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_0.gguf) | i1-Q4_0 | 7.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q4_1.gguf) | i1-Q4_1 | 7.9 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/Mistral-Nemo-Punisher-Carnage-V1-i1-GGUF/resolve/main/Mistral-Nemo-Punisher-Carnage-V1.i1-Q6_K.gguf) | i1-Q6_K | 10.2 | 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. + +