初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-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
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
73
README.md
Normal file
73
README.md
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
base_model: Minbyul/selfbiorag-7b-dpo-full-sft-wo-kqa_golden
|
||||
datasets:
|
||||
- HuggingFaceH4/ultrafeedback_binarized
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
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: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: -->
|
||||
static quants of https://huggingface.co/Minbyul/selfbiorag-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/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf) | Q2_K | 2.6 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf) | Q5_K_M | 4.9 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/selfbiorag-7b-dpo-full-sft-wo-kqa_golden-GGUF/resolve/main/selfbiorag-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
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.IQ4_XS.gguf
Normal file
3
selfbiorag-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:72765e5b40d1789f77a7a52fd88e715e05a3f8b1d4cd9329023054961cb32531
|
||||
size 3647607200
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q2_K.gguf
Normal file
3
selfbiorag-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:4406cc981afc8aa0b6cb320b1c44edb119b083e44ccd948ebbb10d29f1a0b08c
|
||||
size 2532941216
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_L.gguf
Normal file
3
selfbiorag-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:0036777619709dd0a20b5cc1a86bef0e2a83da1d3368c2fab34d440b0badd210
|
||||
size 3597195168
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_M.gguf
Normal file
3
selfbiorag-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:5add16b8edff6fdb511dd98aacb98033149e0ec757d1ec0681ec2a33cf0e26da
|
||||
size 3298088864
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q3_K_S.gguf
Normal file
3
selfbiorag-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:b650ef15ab5b4bb7fe2bf88da2b6e02fbfbdd2be1626932648b29115b5a75d0e
|
||||
size 2948388768
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q4_K_M.gguf
Normal file
3
selfbiorag-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:fb45492358bb0b0d22e73a1de33588cbd52546b62a8990e965ca742d7738ab37
|
||||
size 4081097120
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q4_K_S.gguf
Normal file
3
selfbiorag-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:15370c2086196e65d57326b0aebe65a8d0d7fd7c39f23b906449783b67ca4331
|
||||
size 3856832928
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q5_K_M.gguf
Normal file
3
selfbiorag-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:d90b047efc251563b3624b61fa6b2e8473cb8e28faba7f8020dd8b41e713ba48
|
||||
size 4783258016
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q5_K_S.gguf
Normal file
3
selfbiorag-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:b8b07a183b824b59ce0c32c65f930325b4b8bc7aed7e56864aa891606197e433
|
||||
size 4651792800
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q6_K.gguf
Normal file
3
selfbiorag-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:da4c9d672577be309edba85441321bfd251b3c9cd8f364d70900f672a1abb667
|
||||
size 5529303968
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.Q8_0.gguf
Normal file
3
selfbiorag-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:bdbf9a0829b165704d2bf39c0d3fb700754c308558b83f82d8c12a321e2c631f
|
||||
size 7161231264
|
||||
3
selfbiorag-7b-dpo-full-sft-wo-kqa_golden.f16.gguf
Normal file
3
selfbiorag-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:b69688322f276cb9a0a74bd837ac9b1ad219f26418dd990c7d38f694f3993875
|
||||
size 13478369184
|
||||
Reference in New Issue
Block a user