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

Model: renz7/ChineseErrorCorrector3-4B-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-05 12:40:19 +08:00
commit 5722c50932
4 changed files with 62 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
---
language:
- zh
base_model:
- twnlp/ChineseErrorCorrector3-4B
pipeline_tag: text-generation
tags:
- GGUF
---
# renz7/ChineseErrorCorrector3-4B-GGUF
[twnlp/ChineseErrorCorrector3-4B](https://huggingface.co/twnlp/ChineseErrorCorrector3-4B) GGUF format.
## Usage
`llama-cli -m ~/Downloads/cec3-4b-q4_k_m.gguf -ngl 20 -t 4 -p "你是一个文本纠错专家,纠正输入句子中的语法错误,并输出正确的句子,输入句子为: 认真工作,一丝不够"`
## Thanks
- [twnlp/ChineseErrorCorrector3-4B](https://huggingface.co/twnlp/ChineseErrorCorrector3-4B)
- [llama.cpp](https://github.com/ggml-org/llama.cpp)