--- 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)