初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/Yi-9b-v1.1-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
|
||||||
|
Yi-9b-v1.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Yi-9b-v1.1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||||
69
README.md
Normal file
69
README.md
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
base_model: hyeogi/Yi-9b-v1.1
|
||||||
|
language:
|
||||||
|
- ko
|
||||||
|
library_name: transformers
|
||||||
|
license: apache-2.0
|
||||||
|
quantized_by: mradermacher
|
||||||
|
tags:
|
||||||
|
- Yi
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
<!-- ### quantize_version: 2 -->
|
||||||
|
<!-- ### output_tensor_quantised: 1 -->
|
||||||
|
<!-- ### convert_type: hf -->
|
||||||
|
<!-- ### vocab_type: -->
|
||||||
|
<!-- ### tags: -->
|
||||||
|
static quants of https://huggingface.co/hyeogi/Yi-9b-v1.1
|
||||||
|
|
||||||
|
<!-- 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/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q2_K.gguf) | Q2_K | 3.5 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.IQ3_XS.gguf) | IQ3_XS | 3.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q3_K_S.gguf) | Q3_K_S | 4.1 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.IQ3_S.gguf) | IQ3_S | 4.1 | beats Q3_K* |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.IQ3_M.gguf) | IQ3_M | 4.2 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q3_K_M.gguf) | Q3_K_M | 4.5 | lower quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q3_K_L.gguf) | Q3_K_L | 4.9 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.IQ4_XS.gguf) | IQ4_XS | 5.0 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q4_K_S.gguf) | Q4_K_S | 5.3 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q4_K_M.gguf) | Q4_K_M | 5.5 | fast, recommended |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q5_K_S.gguf) | Q5_K_S | 6.3 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q5_K_M.gguf) | Q5_K_M | 6.4 | |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q6_K.gguf) | Q6_K | 7.4 | very good quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.Q8_0.gguf) | Q8_0 | 9.6 | fast, best quality |
|
||||||
|
| [GGUF](https://huggingface.co/mradermacher/Yi-9b-v1.1-GGUF/resolve/main/Yi-9b-v1.1.f16.gguf) | f16 | 18.0 | 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
Yi-9b-v1.1.IQ3_M.gguf
Normal file
3
Yi-9b-v1.1.IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:287f296c38ebcf3f9e9c91f0e888877286de4a4f66cf8bd89bc95c8df6b96477
|
||||||
|
size 4129872288
|
||||||
3
Yi-9b-v1.1.IQ3_S.gguf
Normal file
3
Yi-9b-v1.1.IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1aca54a8e4fb2b0cedb37a4c24026b0271201864be0e82ee99e05b940003a73b
|
||||||
|
size 3986987424
|
||||||
3
Yi-9b-v1.1.IQ3_XS.gguf
Normal file
3
Yi-9b-v1.1.IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bb0165a6128d744fa6a439a78a2941709b68af72966edcf04f1b1df12da7a48
|
||||||
|
size 3792345504
|
||||||
3
Yi-9b-v1.1.IQ4_XS.gguf
Normal file
3
Yi-9b-v1.1.IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c99b9b4041f5460ab06bafcd174f0efcf5f6d545585d5d61332b92caaf7a6193
|
||||||
|
size 4907706784
|
||||||
3
Yi-9b-v1.1.Q2_K.gguf
Normal file
3
Yi-9b-v1.1.Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b8382e85acefdb3e796d0d583f78ee0591b7b5793d37372d90d9d5c08d4ea0e
|
||||||
|
size 3422718368
|
||||||
3
Yi-9b-v1.1.Q3_K_L.gguf
Normal file
3
Yi-9b-v1.1.Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3454a8ca3d3cdf2bc1cdc6e262271e3bfd40653cf61b6aa54ef7476822f56426
|
||||||
|
size 4765161888
|
||||||
3
Yi-9b-v1.1.Q3_K_M.gguf
Normal file
3
Yi-9b-v1.1.Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f9e3c6b8274883b682873680566747defe205c63f51d9d5d586374f1dbc2961
|
||||||
|
size 4398815648
|
||||||
3
Yi-9b-v1.1.Q3_K_S.gguf
Normal file
3
Yi-9b-v1.1.Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1828935797d1af8cabe7b0302c07e02d3a11cb4e07e577948019963784a5484
|
||||||
|
size 3973618080
|
||||||
3
Yi-9b-v1.1.Q4_K_M.gguf
Normal file
3
Yi-9b-v1.1.Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07381faec0056acc3dd87b307d167b07ba5109cbabb245eb651427fce12fe15d
|
||||||
|
size 5411236256
|
||||||
3
Yi-9b-v1.1.Q4_K_S.gguf
Normal file
3
Yi-9b-v1.1.Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8bed5d637fcc5a8452a7d07a72924408705a29932d4a8f2330a076b730ca4d1
|
||||||
|
size 5154138528
|
||||||
3
Yi-9b-v1.1.Q5_K_M.gguf
Normal file
3
Yi-9b-v1.1.Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f42aa49c53a6f68f06723f9cf23fa6112ffa78838cc1b247e90eedeab0e56cd7
|
||||||
|
size 6347942304
|
||||||
3
Yi-9b-v1.1.Q5_K_S.gguf
Normal file
3
Yi-9b-v1.1.Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7d50870cc167269942a74983c8da596bbff0ed7ba356e8469216d628f12ba18
|
||||||
|
size 6197537184
|
||||||
3
Yi-9b-v1.1.Q6_K.gguf
Normal file
3
Yi-9b-v1.1.Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2f414c596bf1c9089e7f38651fc9815df759866ab15461be88178e4b1b912c4
|
||||||
|
size 7343192480
|
||||||
3
Yi-9b-v1.1.Q8_0.gguf
Normal file
3
Yi-9b-v1.1.Q8_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cdac0692d7f5857098bdfe5903757b1a8576b154a2e2ec989b7714368686dd8
|
||||||
|
size 9510164896
|
||||||
3
Yi-9b-v1.1.f16.gguf
Normal file
3
Yi-9b-v1.1.f16.gguf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3149aa669885e590c9fda1712c44a1a7fbc3863ab2f2ac34546fec3a31ffd0ae
|
||||||
|
size 17898445216
|
||||||
Reference in New Issue
Block a user