--- inference: false language: - en library_name: transformers pipeline_tag: text-generation tags: - llama - llama-2 - not-for-all-audiences license: agpl-3.0 --- # Model Card: mythospice-limarp-70b This is a Llama 2-based model consisting of a merge of several models using SLERP: - [jondurbin/spicyboros-70b-2.2](https://huggingface.co/jondurbin/spicyboros-70b-2.2) - [elinas/chronos-70b-v2](https://huggingface.co/elinas/chronos-70b-v2) - [NousResearch/Nous-Hermes-Llama2-70b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b) The LIMARP v2 adapter was then subsequently merged onto the model at a weight of 0.66: - [lemonilia/limarp-llama2-v2](https://huggingface.co/lemonilia/limarp-llama2-v2) ## Usage: Due to this being a merge of multiple models, different prompt formats may work, but you can try the Alpaca instruction format of the LIMARP v2: ``` ### Instruction: Character's Persona: {bot character description} User's Persona: {user character description} Scenario: {what happens in the story} Play the role of Character. You must engage in a roleplaying chat with User below this line. Do not write dialogues and narration for User. Character should respond with messages of medium length. ### Input: User: {utterance} ### Response: Character: {utterance} ``` ## 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 merged models for details.