--- inference: false language: - en library_name: transformers pipeline_tag: text-generation tags: - llama - llama-2 license: agpl-3.0 --- # Model Card: Chronos-Hermes-v2-13b-LIMARP-Lora-Merged This is a Llama 2-based model consisting of Chronos Hermes v2 13b (https://huggingface.co/Austism/chronos-hermes-13b-v2) merged with LIMARP Lora (https://huggingface.co/lemonilia/limarp-llama2) using the now-updated standard lora adapter for LIMARP (July 28, 2023). The intended objective was add some different roleplay flavor to the Chronos Hermes v2 model. added_tokens.json was padded with dummy tokens to reach 32 added tokens in order to allow GGML conversion in llama.cpp without error due to vocab size mismatch. ## Usage: Intended to be prompted either with the Alpaca instruction format of the base model: ``` ### Instruction: ### Response: ``` Or the LIMARP lora instruction format: ``` <> <> <> ``` ## Bias, Risks, and Limitations The model will show biases similar to those observed in niche roleplaying forums on the Internet, besides those exhibited by the base model. It is not intended for supplying factual information or advice in any form. ## Training Details This model is a merge. Please refer to the link repositories of the base model and lora for details.