初始化项目,由ModelHub XC社区提供模型

Model: bartowski/Yi-Coder-9B-Chat-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-16 20:39:06 +08:00
commit adcc3574bb
28 changed files with 265 additions and 0 deletions

60
.gitattributes vendored Normal file
View File

@@ -0,0 +1,60 @@
*.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-Coder-9B-Chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat-f16.gguf filter=lfs diff=lfs merge=lfs -text
Yi-Coder-9B-Chat.imatrix filter=lfs diff=lfs merge=lfs -text

129
README.md Normal file
View File

@@ -0,0 +1,129 @@
---
base_model: 01-ai/Yi-Coder-9B-Chat
library_name: transformers
license: apache-2.0
pipeline_tag: text-generation
quantized_by: bartowski
---
## Llamacpp imatrix Quantizations of Yi-Coder-9B-Chat
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3658">b3658</a> for quantization.
Original model: https://huggingface.co/01-ai/Yi-Coder-9B-Chat
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
Run them in [LM Studio](https://lmstudio.ai/)
## Prompt format
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
## What's new:
Fixing tokenizer
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [Yi-Coder-9B-Chat-f16.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-f16.gguf) | f16 | 17.66GB | false | Full F16 weights. |
| [Yi-Coder-9B-Chat-Q8_0.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q8_0.gguf) | Q8_0 | 9.38GB | false | Extremely high quality, generally unneeded but max available quant. |
| [Yi-Coder-9B-Chat-Q6_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q6_K_L.gguf) | Q6_K_L | 7.37GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [Yi-Coder-9B-Chat-Q6_K.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q6_K.gguf) | Q6_K | 7.25GB | false | Very high quality, near perfect, *recommended*. |
| [Yi-Coder-9B-Chat-Q5_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q5_K_L.gguf) | Q5_K_L | 6.42GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [Yi-Coder-9B-Chat-Q5_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q5_K_M.gguf) | Q5_K_M | 6.26GB | false | High quality, *recommended*. |
| [Yi-Coder-9B-Chat-Q5_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q5_K_S.gguf) | Q5_K_S | 6.11GB | false | High quality, *recommended*. |
| [Yi-Coder-9B-Chat-Q4_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_K_L.gguf) | Q4_K_L | 5.52GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [Yi-Coder-9B-Chat-Q4_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_K_M.gguf) | Q4_K_M | 5.33GB | false | Good quality, default size for must use cases, *recommended*. |
| [Yi-Coder-9B-Chat-Q4_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_K_S.gguf) | Q4_K_S | 5.07GB | false | Slightly lower quality with more space savings, *recommended*. |
| [Yi-Coder-9B-Chat-Q4_0.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_0.gguf) | Q4_0 | 5.05GB | false | Legacy format, generally not worth using over similarly sized formats |
| [Yi-Coder-9B-Chat-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_0_8_8.gguf) | Q4_0_8_8 | 5.04GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
| [Yi-Coder-9B-Chat-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_0_4_8.gguf) | Q4_0_4_8 | 5.04GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
| [Yi-Coder-9B-Chat-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_0_4_4.gguf) | Q4_0_4_4 | 5.04GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
| [Yi-Coder-9B-Chat-Q3_K_XL.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_XL.gguf) | Q3_K_XL | 4.92GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [Yi-Coder-9B-Chat-IQ4_XS.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-IQ4_XS.gguf) | IQ4_XS | 4.79GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [Yi-Coder-9B-Chat-Q3_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_L.gguf) | Q3_K_L | 4.69GB | false | Lower quality but usable, good for low RAM availability. |
| [Yi-Coder-9B-Chat-Q3_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_M.gguf) | Q3_K_M | 4.32GB | false | Low quality. |
| [Yi-Coder-9B-Chat-IQ3_M.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-IQ3_M.gguf) | IQ3_M | 4.06GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [Yi-Coder-9B-Chat-Q3_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.90GB | false | Low quality, not recommended. |
| [Yi-Coder-9B-Chat-IQ3_XS.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-IQ3_XS.gguf) | IQ3_XS | 3.72GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [Yi-Coder-9B-Chat-Q2_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q2_K_L.gguf) | Q2_K_L | 3.61GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [Yi-Coder-9B-Chat-Q2_K.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q2_K.gguf) | Q2_K | 3.35GB | false | Very low quality but surprisingly usable. |
| [Yi-Coder-9B-Chat-IQ2_M.gguf](https://huggingface.co/bartowski/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-IQ2_M.gguf) | IQ2_M | 3.10GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
## Embed/output weights
Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
Some say that this improves the quality, others don't notice any difference. If you use these models PLEASE COMMENT with your findings. I would like feedback that these are actually used and useful so I don't keep uploading quants no one is using.
Thanks!
## Downloading using huggingface-cli
First, make sure you have hugginface-cli installed:
```
pip install -U "huggingface_hub[cli]"
```
Then, you can target the specific file you want:
```
huggingface-cli download bartowski/Yi-Coder-9B-Chat-GGUF --include "Yi-Coder-9B-Chat-Q4_K_M.gguf" --local-dir ./
```
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
```
huggingface-cli download bartowski/Yi-Coder-9B-Chat-GGUF --include "Yi-Coder-9B-Chat-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (Yi-Coder-9B-Chat-Q8_0) or download them all in place (./)
## Q4_0_X_X
If you're using an ARM chip, the Q4_0_X_X quants will have a substantial speedup. Check out Q4_0_4_4 speed comparisons [on the original pull request](https://github.com/ggerganov/llama.cpp/pull/5780#pullrequestreview-21657544660)
To check which one would work best for your ARM chip, you can check [AArch64 SoC features](https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html) (thanks EloyOn!).
## Which file should I choose?
A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
If you want to get more into the weeds, you can check out this extremely useful feature chart:
[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
## Credits
Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
Thank you ZeroWw for the inspiration to experiment with embed/output
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43e494a21f6c52a0517e1fcb19ed05af8b372d965249a8fa37f8c056366a2255
size 3098112832

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d72729909c65461721c8f0d5f5f0106e314e5dbb46b0e1afa7e95081e9907cb
size 4055462720

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f7b05b0dcbec5fe66a0f2bb7bd30d0d545a803f9415a848ae5bd2d321c3d605
size 3717935936

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4687352a043be614edf8a6ff4d0019e080420e2578434c15a7dce8f8252d83eb
size 4785009472

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06f0a92a4462ecc8ffb97d6f810402e283cd8336a07965843d7ba7cda5c4dce1
size 3354325824

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57f578647e3e17ec01c75ba60b5f099e84c49d3c3d55a1fac8444cd24d91bbed
size 3610325824

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbcd708e7c6e7ebea430ff6d869aa50b96f47e83b2699a125f849df24d8dd3aa
size 4690752320

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f1e9b4772c4ff684b1b6ddb9d48d9d02313ecde7834acd38f95b15dfb291c8f
size 4324406080

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d41c79c77e5fdbc52e58303ff9c56190d8603d7253391abee6704cd6f9a016f
size 3899208512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f7ae3996ccbc2e1e12a150cc4ccf98a0a65153868f6c2fdb809235b6ba559b8
size 4920128320

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc5c6de8b53d5dee1369d11a92f98efc4a207c8a1177e8039258bbd0a2b7444f
size 5053903680

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b4ad53e9c81be5570ffde77ecb07c87a738ad62ba7e2c6b8268f247637f9fd7
size 5036995392

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0437a05accaa6b86674f3ec81160a48a334986e61df9b0b3cb0d431ab7d17fff
size 5036995392

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a86b698f590cd432fb4ac3ede25e95d4128efd78a1e7c2a54d0ada5e705e0462
size 5036995392

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:850d68e4987182c6a20043d0641d2901055042389a8c7a13a27b5e60707f9238
size 5523518272

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:251cc196e3813d149694f362bb0f8f154f3320abe44724eebe58c23dc54f201d
size 5328958272

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92ccc987909c05b146e3ec0fde06f667a65ee9f1f79e82513b54cb6290d7b739
size 5071860544

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ba3f1ab1825a09e97a418ac6c7580edce91b5700aa8b94f6e2779b28b12d114
size 6420050752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:100a29e44dbca9ba98f31e6b2fd3cb53f8d8ac182cfcbe4fe9f0dec856bc7d95
size 6258258752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cfe0d603dee6b6dda7b0a8279ddd5ca84821309a669f13408ca3d636203aac3
size 6107853632

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a39adff76a7b786b14e6e44c2927d50202c9c13281a913b47ddfad630b246e02
size 7245640512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04157cc9bda56c33bdc0f78e18d3fcd7387136198ce0ea14ca8dece215f089cc
size 7372616512

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92b56ba08111e0b7f99337a6966308426c871754d2d2fa57aafbe07221145842
size 9383916352

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a92318e8ab5d272d36feb05e09c06e088c5ce44ab11e334acb60f074921bcee
size 17661112864

3
Yi-Coder-9B-Chat.imatrix Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c382171dfa2f53802392b3486f1ff3139692f7429266a94b563f9abbb22ebb9
size 6843290

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}