commit df9febd9fe5b9f25d8f8e1bfa6e03e2ae535975d Author: ModelHub XC Date: Tue Jun 16 02:46:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/sixtyoneeighty-7b-dpo-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6f03692 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +sixtyoneeighty-7b-dpo.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +sixtyoneeighty-7b-dpo.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..622fffb --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: jambroz/sixtyoneeighty-7b-dpo +datasets: +- Intel/orca_dpo_pairs +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- conversational +--- +## About + + + + + +static quants of https://huggingface.co/jambroz/sixtyoneeighty-7b-dpo + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q2_K.gguf) | Q2_K | 2.8 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.IQ3_XS.gguf) | IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q3_K_S.gguf) | Q3_K_S | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.IQ3_M.gguf) | IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q3_K_L.gguf) | Q3_K_L | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.IQ4_XS.gguf) | IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q5_K_S.gguf) | Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q5_K_M.gguf) | Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q6_K.gguf) | Q6_K | 6.0 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/sixtyoneeighty-7b-dpo-GGUF/resolve/main/sixtyoneeighty-7b-dpo.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality | + +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. + + diff --git a/sixtyoneeighty-7b-dpo.IQ3_M.gguf b/sixtyoneeighty-7b-dpo.IQ3_M.gguf new file mode 100644 index 0000000..5d0b384 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e07dab2b49a6f1198f03af75d30d8be2fa1bb1967486e4dcfca456a65c11ab +size 3284891520 diff --git a/sixtyoneeighty-7b-dpo.IQ3_S.gguf b/sixtyoneeighty-7b-dpo.IQ3_S.gguf new file mode 100644 index 0000000..f2934dc --- /dev/null +++ b/sixtyoneeighty-7b-dpo.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c351f98481060586170e4002a1df1f70f1bc327cf773d4ea3592e6431fb6a3b +size 3182393216 diff --git a/sixtyoneeighty-7b-dpo.IQ3_XS.gguf b/sixtyoneeighty-7b-dpo.IQ3_XS.gguf new file mode 100644 index 0000000..ea788c6 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dd7590d09df7bae325e693a99f120f4686d5a4a27728081239578b2251c52f +size 3018815360 diff --git a/sixtyoneeighty-7b-dpo.IQ4_XS.gguf b/sixtyoneeighty-7b-dpo.IQ4_XS.gguf new file mode 100644 index 0000000..df4dd66 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8059ac2bc6fd81ee1046dfecd90afeba9c644f81e43fbcc4671a6e568a81862f +size 3944388480 diff --git a/sixtyoneeighty-7b-dpo.Q2_K.gguf b/sixtyoneeighty-7b-dpo.Q2_K.gguf new file mode 100644 index 0000000..20d5f7f --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e85e15ccc29972e638a3f04a0874287a6d9143f1edd2ad205221ec0cbbbd9d +size 2719242112 diff --git a/sixtyoneeighty-7b-dpo.Q3_K_L.gguf b/sixtyoneeighty-7b-dpo.Q3_K_L.gguf new file mode 100644 index 0000000..628079e --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baefd5c72b9f63cb530c22639cb32a4890cddeba440f0d995225db6be8c43866 +size 3822024576 diff --git a/sixtyoneeighty-7b-dpo.Q3_K_M.gguf b/sixtyoneeighty-7b-dpo.Q3_K_M.gguf new file mode 100644 index 0000000..260b2b8 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8f15393459471b209b5455619ce8b4f225a6d8e1f174b6bf02e6bd30bc110e +size 3518986112 diff --git a/sixtyoneeighty-7b-dpo.Q3_K_S.gguf b/sixtyoneeighty-7b-dpo.Q3_K_S.gguf new file mode 100644 index 0000000..5b8f3ba --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608b6cb4170cc135395d615c7a9df19c0e4fba5019a5c52237897862c02ba680 +size 3164567424 diff --git a/sixtyoneeighty-7b-dpo.Q4_K_M.gguf b/sixtyoneeighty-7b-dpo.Q4_K_M.gguf new file mode 100644 index 0000000..9722eae --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9d9e78b2ff893f5c7ccae6c9b51ec4cf651445ce0fbe82b1c4ecf609c9e264 +size 4368439168 diff --git a/sixtyoneeighty-7b-dpo.Q4_K_S.gguf b/sixtyoneeighty-7b-dpo.Q4_K_S.gguf new file mode 100644 index 0000000..25e738d --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a96fbd3ee8278972b811f63a7e015a90d7bc2e905eaf9786ae75b80cb4fd1ed +size 4140373888 diff --git a/sixtyoneeighty-7b-dpo.Q5_K_M.gguf b/sixtyoneeighty-7b-dpo.Q5_K_M.gguf new file mode 100644 index 0000000..cbbad92 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c272272d455ca82c6ce91c7635dfac59e629bc9189f6a5e3deca2f287fe3465 +size 5131409280 diff --git a/sixtyoneeighty-7b-dpo.Q5_K_S.gguf b/sixtyoneeighty-7b-dpo.Q5_K_S.gguf new file mode 100644 index 0000000..9f45798 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08856a21516c781ae80ed4ce66e23e31083bbfcaffcd987d44ee83efecfd21e +size 4997715840 diff --git a/sixtyoneeighty-7b-dpo.Q6_K.gguf b/sixtyoneeighty-7b-dpo.Q6_K.gguf new file mode 100644 index 0000000..9ad2f91 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8337ab5d998a88a4bedf64305c0ede705c3c9b8f147c491ad075134b8c1dfe20 +size 5942065024 diff --git a/sixtyoneeighty-7b-dpo.Q8_0.gguf b/sixtyoneeighty-7b-dpo.Q8_0.gguf new file mode 100644 index 0000000..3d90f71 --- /dev/null +++ b/sixtyoneeighty-7b-dpo.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db81735485e6a0de13358ed8579dfd5884e6b1cb7c2e0e2f8893a7fa161abe28 +size 7695857536