--- license: apache-2.0 language: - zh - en library_name: transformers pipeline_tag: text-generation --- 原始模型:https://huggingface.co/NousResearch/Nous-Hermes-13b lora:https://huggingface.co/ziqingyang/chinese-alpaca-lora-13b 将Nous-Hermes-13b与chinese-alpaca-lora-13b进行合并,增强模型的中文能力,~~不过存在翻译腔~~ 使用项目: https://github.com/ymcui/Chinese-LLaMA-Alpaca https://github.com/ggerganov/llama.cpp **推荐q5_k_m或q4_k_m 该仓库模型均为ggmlv3模型** Text-generation-webui懒人包: https://www.bilibili.com/read/cv23495183 --------------------------------------------------------------------------------------------- Original model: https://huggingface.co/NousResearch/Nous-Hermes-13b Lora: https://huggingface.co/ziqingyang/chinese-alpaca-lora-13b The Nous-Hermes-13b model is merged with the chinese-alpaca-lora-13b model to enhance the Chinese language capability of the model, ~~although it may exhibit a translation style.~~ Usage projects: https://github.com/ymcui/Chinese-LLaMA-Alpaca https://github.com/ggerganov/llama.cpp **q5_k_m or q4_k_m is recommended. All models in this repository are ggmlv3 models.**