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

Model: bartowski/Yi-Coder-1.5B-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-26 03:38:05 +08:00
commit 71745f713d
22 changed files with 223 additions and 0 deletions

54
.gitattributes vendored Normal file
View File

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

111
README.md Normal file
View File

@@ -0,0 +1,111 @@
---
base_model: 01-ai/Yi-Coder-1.5B
license: apache-2.0
pipeline_tag: text-generation
quantized_by: bartowski
---
## Llamacpp imatrix Quantizations of Yi-Coder-1.5B
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-1.5B
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
No prompt format found, check original model page
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [Yi-Coder-1.5B-f16.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-f16.gguf) | f16 | 2.95GB | false | Full F16 weights. |
| [Yi-Coder-1.5B-Q8_0.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q8_0.gguf) | Q8_0 | 1.57GB | false | Extremely high quality, generally unneeded but max available quant. |
| [Yi-Coder-1.5B-Q6_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q6_K_L.gguf) | Q6_K_L | 1.34GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [Yi-Coder-1.5B-Q6_K.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q6_K.gguf) | Q6_K | 1.28GB | false | Very high quality, near perfect, *recommended*. |
| [Yi-Coder-1.5B-Q5_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q5_K_L.gguf) | Q5_K_L | 1.18GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [Yi-Coder-1.5B-Q5_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q5_K_M.gguf) | Q5_K_M | 1.10GB | false | High quality, *recommended*. |
| [Yi-Coder-1.5B-Q4_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_K_L.gguf) | Q4_K_L | 1.06GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [Yi-Coder-1.5B-Q5_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q5_K_S.gguf) | Q5_K_S | 1.05GB | false | High quality, *recommended*. |
| [Yi-Coder-1.5B-Q4_K_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_K_M.gguf) | Q4_K_M | 0.96GB | false | Good quality, default size for must use cases, *recommended*. |
| [Yi-Coder-1.5B-Q3_K_XL.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q3_K_XL.gguf) | Q3_K_XL | 0.94GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [Yi-Coder-1.5B-Q4_K_S.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_K_S.gguf) | Q4_K_S | 0.90GB | false | Slightly lower quality with more space savings, *recommended*. |
| [Yi-Coder-1.5B-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.87GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
| [Yi-Coder-1.5B-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.87GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
| [Yi-Coder-1.5B-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.87GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
| [Yi-Coder-1.5B-Q4_0.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q4_0.gguf) | Q4_0 | 0.87GB | false | Legacy format, generally not worth using over similarly sized formats |
| [Yi-Coder-1.5B-IQ4_XS.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-IQ4_XS.gguf) | IQ4_XS | 0.83GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [Yi-Coder-1.5B-Q3_K_L.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-Q3_K_L.gguf) | Q3_K_L | 0.83GB | false | Lower quality but usable, good for low RAM availability. |
| [Yi-Coder-1.5B-IQ3_M.gguf](https://huggingface.co/bartowski/Yi-Coder-1.5B-GGUF/blob/main/Yi-Coder-1.5B-IQ3_M.gguf) | IQ3_M | 0.75GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
## 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-1.5B-GGUF --include "Yi-Coder-1.5B-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-1.5B-GGUF --include "Yi-Coder-1.5B-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (Yi-Coder-1.5B-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

3
Yi-Coder-1.5B-IQ3_M.gguf Normal file
View File

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

View File

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

View File

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

View File

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

3
Yi-Coder-1.5B-Q4_0.gguf Normal file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

3
Yi-Coder-1.5B-Q6_K.gguf Normal file
View File

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

View File

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

3
Yi-Coder-1.5B-Q8_0.gguf Normal file
View File

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

3
Yi-Coder-1.5B-f16.gguf Normal file
View File

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

3
Yi-Coder-1.5B.imatrix Normal file
View File

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

1
configuration.json Normal file
View File

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