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

Model: shaowenchen/baichuan2-7b-base-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-27 23:28:07 +08:00
commit f1b055b744
19 changed files with 156 additions and 0 deletions

65
README.md Normal file
View File

@@ -0,0 +1,65 @@
---
inference: false
language:
- zh
- en
license: other
model_creator: baichuan-inc
model_link: https://www.modelscope.cn/models/baichuan-inc/Baichuan2-7B-Base
model_name: Baichuan2-7B-Base
model_type: baichuan
pipeline_tag: text-generation
quantized_by: shaowenchen
tasks:
- text2text-generation
tags:
- gguf
- baichuan
- chinese
---
## Provided files
| Name | Quant method | Size |
| ----------------------------- | ------------ | ------ |
| baichuan2-7b-base.Q2_K.gguf | Q2_K | 3.0 GB |
| baichuan2-7b-base.Q3_K.gguf | Q3_K | 3.5 GB |
| baichuan2-7b-base.Q3_K_L.gguf | Q3_K_L | 3.8 GB |
| baichuan2-7b-base.Q3_K_S.gguf | Q3_K_S | 3.2 GB |
| baichuan2-7b-base.Q4_0.gguf | Q4_0 | 4.1 GB |
| baichuan2-7b-base.Q4_1.gguf | Q4_1 | 4.5 GB |
| baichuan2-7b-base.Q4_K.gguf | Q4_K | 4.3 GB |
| baichuan2-7b-base.Q4_K_S.gguf | Q4_K_S | 4.1 GB |
| baichuan2-7b-base.Q5_0.gguf | Q5_0 | 4.9 GB |
| baichuan2-7b-base.Q5_1.gguf | Q5_1 | 5.3 GB |
| baichuan2-7b-base.Q5_K.gguf | Q5_K | 5.0 GB |
| baichuan2-7b-base.Q5_K_S.gguf | Q5_K_S | 4.9 GB |
| baichuan2-7b-base.Q6_K.gguf | Q6_K | 5.7 GB |
| baichuan2-7b-base.Q8_0.gguf | Q8_0 | 7.4 GB |
| baichuan2-7b-base.gguf | full | 14 GB |
Usage:
```
docker run --rm -it -p 8000:8000 -v /path/to/models:/models -e MODEL=/models/gguf-model-name.gguf hubimage/llama-cpp-python:latest
```
and you can view http://localhost:8000/docs to see the swagger UI.
## Provided images
| Name | Quant method | Size |
| ------------------------------------------- | ------------ | ------- |
| `shaowenchen/baichuan2-7b-base-gguf:Q2_K` | Q2_K | 4.01 GB |
| `shaowenchen/baichuan2-7b-base-gguf:Q3_K` | Q3_K | 4.52 GB |
| `shaowenchen/baichuan2-7b-base-gguf:Q3_K_L` | Q3_K_L | 4.82 GB |
| `shaowenchen/baichuan2-7b-base-gguf:Q3_K_S` | Q3_K_S | 4.17 GB |
| `shaowenchen/baichuan2-7b-base-gguf:Q4_0` | Q4_0 | 5.1 GB |
Usage:
```
docker run --rm -p 8000:8000 shaowenchen/baichuan2-7b-base-gguf:Q2_K
```
and you can view http://localhost:8000/docs to see the swagger UI.