初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/RoLlama3.1-8b-Instruct-DPO-GGUF Source: Original Platform
This commit is contained in:
47
.gitattributes
vendored
Normal file
47
.gitattributes
vendored
Normal file
@@ -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
|
||||
70
README.md
Normal file
70
README.md
Normal file
@@ -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
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/OpenLLM-Ro/RoLlama3.1-8b-Instruct-DPO
|
||||
|
||||
<!-- provided-files -->
|
||||
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):
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
<!-- end -->
|
||||
3
RoLlama3.1-8b-Instruct-DPO.IQ4_XS.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08ddbf225243c4d7333b95642e5c07edfb3b050fd5869b56ccbc2148e368aed1
|
||||
size 4484364672
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b88d92ada57794a67634dbf5cbe2e2d00458f51f22374098005687b36ee53e16
|
||||
size 3179133312
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be47c11c3a8a6f8dd0aaf68567023c9fb4988219f47b91f132667c71696361e0
|
||||
size 4321958272
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:746ba6aa645974d2fd211003240edefe41be679d90cd74b83ca3bd770588259c
|
||||
size 4018919808
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ca38f42b36486d663cf15eeb9de24f06110533bdb14bd3b3fe0727ba4aac8b5
|
||||
size 3664501120
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55557253855a06da02e7a442d2dad5edfdd722241e657b0a07fe44207aac903f
|
||||
size 4920736128
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:befa64f98e0240d31b62c97d5e8a34a5f261e36e33706c743d89801c4c0e54e5
|
||||
size 4692670848
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecaca21c441b9b473a70d719ea337631ce31af579764ce0522f17c3f0eb78b28
|
||||
size 5732989312
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5ff134621031e0ef8c5abf54232ea64551660ce40bd81b58ccd546031ccf6d9
|
||||
size 5599295872
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5f2f6961c5d257bb8e66c759a98eb75597c486d11b8271c8c4ea46509b8b295
|
||||
size 6596008320
|
||||
3
RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0ef816672674febbc1621b464466b1284a7d136ac90539b55a0187f81e6e62e
|
||||
size 8540772736
|
||||
3
RoLlama3.1-8b-Instruct-DPO.f16.gguf
Normal file
3
RoLlama3.1-8b-Instruct-DPO.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5377edd9ff3129903c24c0f5c9377b70b83a097048d560f8d2db20bb2872185e
|
||||
size 16068893056
|
||||
Reference in New Issue
Block a user