commit 86924b18753a8590c684728f5ba5e8cad3301ece Author: ModelHub XC Date: Thu May 28 17:56:15 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..997ac7f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.f16.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama3.1-8b-Instruct-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..d9e1307 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +--- +base_model: OpenLLM-Ro/RoLlama3.1-8b-Instruct-DPO +datasets: +- OpenLLM-Ro/ro_dpo_helpsteer +- OpenLLM-Ro/ro_dpo_ultrafeedback +- OpenLLM-Ro/ro_dpo_magpie +- OpenLLM-Ro/ro_dpo_argilla_magpie +- OpenLLM-Ro/ro_dpo_helpsteer2 +language: +- ro +library_name: transformers +license: cc-by-nc-4.0 +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/OpenLLM-Ro/RoLlama3.1-8b-Instruct-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/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF/resolve/main/RoLlama3.1-8b-Instruct-DPO.f16.gguf) | f16 | 16.2 | 16 bpw, overkill | + +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/RoLlama3.1-8b-Instruct-DPO.IQ4_XS.gguf b/RoLlama3.1-8b-Instruct-DPO.IQ4_XS.gguf new file mode 100644 index 0000000..0a112f4 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ddbf225243c4d7333b95642e5c07edfb3b050fd5869b56ccbc2148e368aed1 +size 4484364672 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf b/RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf new file mode 100644 index 0000000..1592591 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88d92ada57794a67634dbf5cbe2e2d00458f51f22374098005687b36ee53e16 +size 3179133312 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf b/RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf new file mode 100644 index 0000000..435e356 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be47c11c3a8a6f8dd0aaf68567023c9fb4988219f47b91f132667c71696361e0 +size 4321958272 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf b/RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf new file mode 100644 index 0000000..0f77a6d --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746ba6aa645974d2fd211003240edefe41be679d90cd74b83ca3bd770588259c +size 4018919808 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf b/RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf new file mode 100644 index 0000000..7ac9e28 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca38f42b36486d663cf15eeb9de24f06110533bdb14bd3b3fe0727ba4aac8b5 +size 3664501120 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf b/RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf new file mode 100644 index 0000000..5841ceb --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55557253855a06da02e7a442d2dad5edfdd722241e657b0a07fe44207aac903f +size 4920736128 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf b/RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf new file mode 100644 index 0000000..bfcc650 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befa64f98e0240d31b62c97d5e8a34a5f261e36e33706c743d89801c4c0e54e5 +size 4692670848 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf b/RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf new file mode 100644 index 0000000..596b8bd --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecaca21c441b9b473a70d719ea337631ce31af579764ce0522f17c3f0eb78b28 +size 5732989312 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf b/RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf new file mode 100644 index 0000000..ce30b8f --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ff134621031e0ef8c5abf54232ea64551660ce40bd81b58ccd546031ccf6d9 +size 5599295872 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf b/RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf new file mode 100644 index 0000000..5339389 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f2f6961c5d257bb8e66c759a98eb75597c486d11b8271c8c4ea46509b8b295 +size 6596008320 diff --git a/RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf b/RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf new file mode 100644 index 0000000..1b401d4 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ef816672674febbc1621b464466b1284a7d136ac90539b55a0187f81e6e62e +size 8540772736 diff --git a/RoLlama3.1-8b-Instruct-DPO.f16.gguf b/RoLlama3.1-8b-Instruct-DPO.f16.gguf new file mode 100644 index 0000000..2c6cb91 --- /dev/null +++ b/RoLlama3.1-8b-Instruct-DPO.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5377edd9ff3129903c24c0f5c9377b70b83a097048d560f8d2db20bb2872185e +size 16068893056