初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-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
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
76
README.md
Normal file
76
README.md
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
---
|
||||||
|
base_model: Minbyul/meditron-7b-dpo-full-sft-wo-kqa_golden
|
||||||
|
datasets:
|
||||||
|
- HuggingFaceH4/ultrafeedback_binarized
|
||||||
|
language:
|
||||||
|
- en
|
||||||
|
library_name: transformers
|
||||||
|
license: llama2
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- alignment-handbook
|
||||||
|
- trl
|
||||||
|
- dpo
|
||||||
|
- generated_from_trainer
|
||||||
|
- trl
|
||||||
|
- dpo
|
||||||
|
- generated_from_trainer
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
static quants of https://huggingface.co/Minbyul/meditron-7b-dpo-full-sft-wo-kqa_golden
|
||||||
|
|
||||||
|
<!-- 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/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf) | Q2_K | 2.6 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_XS.gguf) | IQ3_XS | 2.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_S.gguf) | IQ3_S | 3.0 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_M.gguf) | IQ3_M | 3.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf) | Q5_K_M | 4.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/meditron-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/meditron-7b-dpo-full-sft-wo-kqa_golden.f16.gguf) | f16 | 13.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
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_M.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7549fce07050fc98418d5c979472a343e979a5c1a219eb5a30c8f1f0a03f7ac6
|
||||||
|
size 3114952512
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_S.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77e422d022cd7b0d77aacc0c4f52d1a34558e1e41d609fd9aa53ecc4baa92284
|
||||||
|
size 2948392768
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_XS.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f770aaa32d19dd2b34670993e05b7a1763c3907521b8006e353388c365729fb
|
||||||
|
size 2796611392
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5002472283436fd00bac185eca43ea34a553f7c5a6e2adc60653bbe1b52f9d0f
|
||||||
|
size 3647611616
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4401370163ac39efafdf2a707c46e46a4f62cb0d22e5ed5258a28c1dd642309c
|
||||||
|
size 2532944800
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8265550adc688afc120c36a0aa8b479216b385c1e16543884334df9d4675c45
|
||||||
|
size 3597199168
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5f4f82743b4fa465101bbf21edf0a1c65ef1bae99c44b4dd44fa7ebc4b3dc22
|
||||||
|
size 3298092864
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60493b6b96af7f4b74b1a3cb13106f08cd10c4fbecd2e57a3b925a2bb309cbe5
|
||||||
|
size 2948392768
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b803c4fdfada15e1826302977659881d5acb1a48cfebd1d207bf726d5b817fe7
|
||||||
|
size 4081101664
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:593033abf11bf66df9eda851156d85003d28e7cd4994484616dd6a100636672a
|
||||||
|
size 3856837472
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:288a3c97c6be34aaec98194d92fe168d9c2905858e19950b4f0eb5ed6b656585
|
||||||
|
size 4783263072
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:331ef70eb8c5031919730aeac739dd9f6919332103a708b904447b631a5d01d5
|
||||||
|
size 4651797856
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:937d93048de34b421d8252214e5e91bc7f3bf73e369c5ef53fe03f7d364c212c
|
||||||
|
size 5529309568
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:220423ae5582622ca44b33c738543698d0c1dc4a4ec8690c5b78bdcb688d857e
|
||||||
|
size 7161238848
|
||||||
3
meditron-7b-dpo-full-sft-wo-kqa_golden.f16.gguf
Normal file
3
meditron-7b-dpo-full-sft-wo-kqa_golden.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e6e87ee1b3c731a907eb626fc764616012b074d1a54c0bbcdcd6bff3f739d34
|
||||||
|
size 13478384448
|
||||||
Reference in New Issue
Block a user