Llamacpp quants

This commit is contained in:
ai-modelscope
2024-11-28 16:19:00 +08:00
parent 808513f9f2
commit 4c86d993c6
15 changed files with 87 additions and 65 deletions

View File

@@ -1,47 +1,32 @@
---
license: Apache License 2.0
#model-type:
##如 gpt、phi、llama、chatglm、baichuan 等
#- gpt
#domain:
##如 nlp、cv、audio、multi-modal
#- nlp
#language:
##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
#- cn
#metrics:
##如 CIDEr、Blue、ROUGE 等
#- CIDEr
#tags:
##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
#- pretrained
#tools:
##如 vllm、fastchat、llamacpp、AdaSeq 等
#- vllm
datasets:
- microsoft/orca-math-word-problems-200k
license: apache-2.0
quantized_by: bartowski
pipeline_tag: text-generation
---
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
#### 您可以通过如下git clone命令或者ModelScope SDK来下载模型
SDK下载
```bash
#安装ModelScope
pip install modelscope
```
```python
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('bartowski/Maverick-Math-7B-GGUF')
```
Git下载
```
#Git模型下载
git clone https://www.modelscope.cn/bartowski/Maverick-Math-7B-GGUF.git
```
## Llamacpp Quantizations of Maverick-Math-7B
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2440">b2440</a> for quantization.
Original model: https://huggingface.co/feeltheAGI/Maverick-Math-7B
Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Description |
| -------- | ---------- | --------- | ----------- |
| [Maverick-Math-7B-Q8_0.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q8_0.gguf) | Q8_0 | 7.69GB | Extremely high quality, generally unneeded but max available quant. |
| [Maverick-Math-7B-Q6_K.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q6_K.gguf) | Q6_K | 5.94GB | Very high quality, near perfect, *recommended*. |
| [Maverick-Math-7B-Q5_K_M.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q5_K_M.gguf) | Q5_K_M | 5.13GB | High quality, very usable. |
| [Maverick-Math-7B-Q5_K_S.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q5_K_S.gguf) | Q5_K_S | 4.99GB | High quality, very usable. |
| [Maverick-Math-7B-Q5_0.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q5_0.gguf) | Q5_0 | 4.99GB | High quality, older format, generally not recommended. |
| [Maverick-Math-7B-Q4_K_M.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q4_K_M.gguf) | Q4_K_M | 4.36GB | Good quality, similar to 4.25 bpw. |
| [Maverick-Math-7B-Q4_K_S.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q4_K_S.gguf) | Q4_K_S | 4.14GB | Slightly lower quality with small space savings. |
| [Maverick-Math-7B-Q4_0.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q4_0.gguf) | Q4_0 | 4.10GB | Decent quality, older format, generally not recommended. |
| [Maverick-Math-7B-Q3_K_L.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q3_K_L.gguf) | Q3_K_L | 3.82GB | Lower quality but usable, good for low RAM availability. |
| [Maverick-Math-7B-Q3_K_M.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q3_K_M.gguf) | Q3_K_M | 3.51GB | Even lower quality. |
| [Maverick-Math-7B-Q3_K_S.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q3_K_S.gguf) | Q3_K_S | 3.16GB | Low quality, not recommended. |
| [Maverick-Math-7B-Q2_K.gguf](https://huggingface.co/bartowski/Maverick-Math-7B-GGUF/blob/main/Maverick-Math-7B-Q2_K.gguf) | Q2_K | 2.71GB | Extremely low quality, *not* recommended.
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski