From 0e75e8bdf47c8ee01cdffd2346fb122b3a63df01 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Jul 2026 20:40:07 +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: QuantFactory/Mistral-7B-Instruct-DPO-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++++++++++++++ Mistral-7B-Instruct-DPO.Q3_K_L.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q4_0.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q4_1.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q4_K_M.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q4_K_S.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q5_0.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q5_1.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q5_K_M.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q5_K_S.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q6_K.gguf | 3 ++ Mistral-7B-Instruct-DPO.Q8_0.gguf | 3 ++ README.md | 11 +++++++ configuration.json | 1 + 14 files changed, 91 insertions(+) create mode 100644 .gitattributes create mode 100644 Mistral-7B-Instruct-DPO.Q3_K_L.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q4_0.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q4_1.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q4_K_M.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q4_K_S.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q5_0.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q5_1.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q5_K_M.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q5_K_S.gguf create mode 100644 Mistral-7B-Instruct-DPO.Q6_K.gguf create mode 100644 Mistral-7B-Instruct-DPO.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..ae36c6a --- /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 +Mistral-7B-Instruct-DPO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Mistral-7B-Instruct-DPO.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Mistral-7B-Instruct-DPO.Q3_K_L.gguf b/Mistral-7B-Instruct-DPO.Q3_K_L.gguf new file mode 100644 index 0000000..c5b3da9 --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31696e85583f0d7362341952da4bd0a3d04be505401b84a651d7ac19498fc3da +size 3822024992 diff --git a/Mistral-7B-Instruct-DPO.Q4_0.gguf b/Mistral-7B-Instruct-DPO.Q4_0.gguf new file mode 100644 index 0000000..3a0b1cb --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b6e4f018695a6889b73abfa0b61d92c27138dd3970e0f7e0027712e78077f2 +size 4108917024 diff --git a/Mistral-7B-Instruct-DPO.Q4_1.gguf b/Mistral-7B-Instruct-DPO.Q4_1.gguf new file mode 100644 index 0000000..168a916 --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fd48904c6d89ac0175a0528fa8fb7fb1d06465be1589fb2e45552be274d257 +size 4553316640 diff --git a/Mistral-7B-Instruct-DPO.Q4_K_M.gguf b/Mistral-7B-Instruct-DPO.Q4_K_M.gguf new file mode 100644 index 0000000..5245381 --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12993881ef3b8dd904a65bec3df1c5b495a060ad47b02cd04baa48cec163d20d +size 4368439584 diff --git a/Mistral-7B-Instruct-DPO.Q4_K_S.gguf b/Mistral-7B-Instruct-DPO.Q4_K_S.gguf new file mode 100644 index 0000000..035768f --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538a764fde13e97d25c3a295195308bb115d37a4c7395f9c42726e945c332c2b +size 4140374304 diff --git a/Mistral-7B-Instruct-DPO.Q5_0.gguf b/Mistral-7B-Instruct-DPO.Q5_0.gguf new file mode 100644 index 0000000..701a34a --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q5_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1999f0ba353326dc29b463f814aa5eb87b8623febfa8b9bae0bd381b4251678 +size 4997716256 diff --git a/Mistral-7B-Instruct-DPO.Q5_1.gguf b/Mistral-7B-Instruct-DPO.Q5_1.gguf new file mode 100644 index 0000000..a31963d --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q5_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f157a933239654f87a7b9774ed3399b5771b5ef56fbc3425119143e21beccd6 +size 5442115872 diff --git a/Mistral-7B-Instruct-DPO.Q5_K_M.gguf b/Mistral-7B-Instruct-DPO.Q5_K_M.gguf new file mode 100644 index 0000000..d907ce7 --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d15a4d6c561420f838ae558e69f832c22220aaba39aac9c901312657387ca6 +size 5131409696 diff --git a/Mistral-7B-Instruct-DPO.Q5_K_S.gguf b/Mistral-7B-Instruct-DPO.Q5_K_S.gguf new file mode 100644 index 0000000..d0204cc --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a18b39f323e2590b170aab0847c2b91aef2d54809f99e3477b271180d105e9e +size 4997716256 diff --git a/Mistral-7B-Instruct-DPO.Q6_K.gguf b/Mistral-7B-Instruct-DPO.Q6_K.gguf new file mode 100644 index 0000000..8e063d0 --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568125566ce3bdbdbeded097b023beb2c60358f11315be82888b7219e9f0ee18 +size 5942065440 diff --git a/Mistral-7B-Instruct-DPO.Q8_0.gguf b/Mistral-7B-Instruct-DPO.Q8_0.gguf new file mode 100644 index 0000000..d938399 --- /dev/null +++ b/Mistral-7B-Instruct-DPO.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0afa77b61682a43d89655e2fe742651dcb4e3c235d76df18adf408f4233c44a +size 7695857952 diff --git a/README.md b/README.md new file mode 100644 index 0000000..526cf1f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +--- +library_name: transformers +pipeline_tag: text-generation +base_model: princeton-nlp/Mistral-7B-Instruct-DPO +--- + +# QuantFactory/Mistral-7B-Instruct-DPO-GGUF +This is quantized version of [princeton-nlp/Mistral-7B-Instruct-DPO](https://huggingface.co/princeton-nlp/Mistral-7B-Instruct-DPO) created using llama.cpp + +# Model Description +This is a model released from the preprint: *[SimPO: Simple Preference Optimization with a Reference-Free Reward](https://arxiv.org/abs/2405.14734)* Please refer to our [repository](https://github.com/princeton-nlp/SimPO) for more details. 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