初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF Source: Original Platform
This commit is contained in:
50
.gitattributes
vendored
Normal file
50
.gitattributes
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
*.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
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
WestSeverus-7B-DPO-v2-ORPO.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
72
README.md
Normal file
72
README.md
Normal file
@@ -0,0 +1,72 @@
|
||||
---
|
||||
base_model: Rebecca19990101/WestSeverus-7B-DPO-v2-ORPO
|
||||
datasets:
|
||||
- mlabonne/orpo-dpo-mix-40k
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- chemistry
|
||||
- code
|
||||
- text-generation-inference
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
static quants of https://huggingface.co/Rebecca19990101/WestSeverus-7B-DPO-v2-ORPO
|
||||
|
||||
<!-- 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/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q2_K.gguf) | Q2_K | 2.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.IQ3_XS.gguf) | IQ3_XS | 3.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.IQ3_M.gguf) | IQ3_M | 3.4 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/WestSeverus-7B-DPO-v2-ORPO-GGUF/resolve/main/WestSeverus-7B-DPO-v2-ORPO.f16.gguf) | f16 | 14.6 | 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
WestSeverus-7B-DPO-v2-ORPO.IQ3_M.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ff38e107fe9065175c977e53deb74012f690dba1fb7f50e8e9853e553c6bb28
|
||||
size 3284902496
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.IQ3_S.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21b3b2d18451173e45326c1dc85a6ba830d1f0623e3647a3e04cc4e53c6a1f8a
|
||||
size 3182404192
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.IQ3_XS.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27ffce1b9e073a62e3f347224c87b15cce106b707b8e727cd00ccdc9295d0026
|
||||
size 3018826336
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.IQ4_XS.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0f49cfa8f9fdc51a790d5f1f83da6d49823be9562cd9b563a0ad54cd1e4ecce
|
||||
size 3944400288
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q2_K.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be8d97d8e994ec3ed13f875fed95b3215d4c84ff49df4fdf7d721d0d2907d618
|
||||
size 2719252256
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q3_K_L.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c8f9a3727369a82644f4d5509616d3d6808530176c281714e2318b09da3a650
|
||||
size 3822035552
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q3_K_M.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:921ce2596a7d2e6ce6f900322f58ab245ef30cde7e5cddb46b3be038060fc9ab
|
||||
size 3518997088
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q3_K_S.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:086e319457587bbb5e04d00e4e5daf6ef787acbae7cf6e44d5dbc5dcb61b0b22
|
||||
size 3164578400
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q4_K_M.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e40e2b8bffc04410c1b9cc6bf73f2e37f69d0c698732292a67a675cb7c4f7a5
|
||||
size 4368451232
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q4_K_S.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62eec04998637b56841b4f7542b67fb5f0374d5f726f3bea26ae5a8ce13ae115
|
||||
size 4140385952
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q5_K_M.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c06d3b2f39daa0a9c509497fd72023a5844d9c7f2b87328328e759ce1578af30
|
||||
size 5131422368
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q5_K_S.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:065b5e197f9e3bd78bf5d5c37677364898cd07628371709818b89d1a3c06a333
|
||||
size 4997728928
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q6_K.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70c8c32b82d669b4c1e4c24a312c42f2d2d55cd84c855c8f7fce4d9a0df71a6e
|
||||
size 5942079200
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.Q8_0.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc4e8cbc21943caf44ef9625f6eb8956979282b89008b4f83de0d4c6537d55b8
|
||||
size 7695875680
|
||||
3
WestSeverus-7B-DPO-v2-ORPO.f16.gguf
Normal file
3
WestSeverus-7B-DPO-v2-ORPO.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18cca16664b33e64bf1411039a27c253e393d736461ddfa299b574b9ede10beb
|
||||
size 14484765280
|
||||
Reference in New Issue
Block a user