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

Model: bartowski/arco-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-03 17:55:13 +08:00
commit 665e73326d
22 changed files with 221 additions and 0 deletions

53
.gitattributes vendored Normal file
View File

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

113
README.md Normal file
View File

@@ -0,0 +1,113 @@
---
base_model: appvoid/arco
license: apache-2.0
pipeline_tag: text-generation
quantized_by: bartowski
---
## Llamacpp imatrix Quantizations of arco
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3715">b3715</a> for quantization.
Original model: https://huggingface.co/appvoid/arco
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 |
| -------- | ---------- | --------- | ----- | ----------- |
| [arco-f16.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-f16.gguf) | f16 | 1.03GB | false | Full F16 weights. |
| [arco-Q8_0.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q8_0.gguf) | Q8_0 | 0.55GB | false | Extremely high quality, generally unneeded but max available quant. |
| [arco-Q6_K_L.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q6_K_L.gguf) | Q6_K_L | 0.45GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [arco-Q6_K.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q6_K.gguf) | Q6_K | 0.42GB | false | Very high quality, near perfect, *recommended*. |
| [arco-Q5_K_L.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q5_K_L.gguf) | Q5_K_L | 0.40GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [arco-Q5_K_M.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q5_K_M.gguf) | Q5_K_M | 0.37GB | false | High quality, *recommended*. |
| [arco-Q5_K_S.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q5_K_S.gguf) | Q5_K_S | 0.36GB | false | High quality, *recommended*. |
| [arco-Q4_K_L.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_K_L.gguf) | Q4_K_L | 0.35GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [arco-Q4_K_M.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_K_M.gguf) | Q4_K_M | 0.32GB | false | Good quality, default size for must use cases, *recommended*. |
| [arco-Q3_K_XL.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q3_K_XL.gguf) | Q3_K_XL | 0.32GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [arco-Q4_K_S.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_K_S.gguf) | Q4_K_S | 0.30GB | false | Slightly lower quality with more space savings, *recommended*. |
| [arco-Q4_0_8_8.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_0_8_8.gguf) | Q4_0_8_8 | 0.30GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
| [arco-Q4_0_4_8.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_0_4_8.gguf) | Q4_0_4_8 | 0.30GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
| [arco-Q4_0_4_4.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_0_4_4.gguf) | Q4_0_4_4 | 0.30GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
| [arco-Q4_0.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q4_0.gguf) | Q4_0 | 0.30GB | false | Legacy format, generally not worth using over similarly sized formats |
| [arco-IQ4_XS.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-IQ4_XS.gguf) | IQ4_XS | 0.29GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [arco-Q3_K_L.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-Q3_K_L.gguf) | Q3_K_L | 0.28GB | false | Lower quality but usable, good for low RAM availability. |
| [arco-IQ3_M.gguf](https://huggingface.co/bartowski/arco-GGUF/blob/main/arco-IQ3_M.gguf) | IQ3_M | 0.25GB | 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/arco-GGUF --include "arco-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/arco-GGUF --include "arco-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (arco-Q8_0) or download them all in place (./)
## Q4_0_X_X
These are *NOT* for Metal (Apple) offloading, only ARM chips.
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
arco-IQ3_M.gguf Normal file
View File

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

3
arco-IQ4_XS.gguf Normal file
View File

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

3
arco-Q3_K_L.gguf Normal file
View File

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

3
arco-Q3_K_XL.gguf Normal file
View File

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

3
arco-Q4_0.gguf Normal file
View File

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

3
arco-Q4_0_4_4.gguf Normal file
View File

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

3
arco-Q4_0_4_8.gguf Normal file
View File

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

3
arco-Q4_0_8_8.gguf Normal file
View File

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

3
arco-Q4_K_L.gguf Normal file
View File

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

3
arco-Q4_K_M.gguf Normal file
View File

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

3
arco-Q4_K_S.gguf Normal file
View File

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

3
arco-Q5_K_L.gguf Normal file
View File

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

3
arco-Q5_K_M.gguf Normal file
View File

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

3
arco-Q5_K_S.gguf Normal file
View File

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

3
arco-Q6_K.gguf Normal file
View File

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

3
arco-Q6_K_L.gguf Normal file
View File

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

3
arco-Q8_0.gguf Normal file
View File

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

3
arco-f16.gguf Normal file
View File

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

BIN
arco.imatrix Normal file

Binary file not shown.

1
configuration.json Normal file
View File

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