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

Model: uaebn/leesplank-municipal-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-08 17:14:43 +08:00
commit a14b648f58
5 changed files with 78 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
---
base_model: uaebn/leesplank-municipal
library_name: gguf
quantized_by: uaebn
license: apache-2.0
tags:
- gguf
- quantization
- text-generation
- llama.cpp
- lm-studio
---
# GGUF Quantized: leesplank-municipal
This repository contains GGUF format model files for [uaebn/leesplank-municipal](https://huggingface.co/uaebn/leesplank-municipal).
Due to a tokenizer compatibility issue between this model family and llama.cpp's GGUF format, some complex Dutch compound words may be truncated during generation.
If you'd like to use this model, use the safetensors model.
## Files Available
| Filename | Quant Type | Size | Description |
|:--- |:--- |:--- |:--- |
| **leesplank-municipal.Q4_K_M.gguf** | Q4_K_M | 1.05 GB | **Recommended.** Balanced quality and speed. Best for most standard laptops (8GB+ RAM). |
| **leesplank-municipal.Q5_K_M.gguf** | Q5_K_M | 1.20 GB | **High Quality.** Slight accuracy increase over Q4, but uses more RAM. |
| **leesplank-municipal.f16.gguf** | F16 | 3.32 GB | **Uncompressed.** Maximum precision. |
---