Doctor-Shotgun's picture
Create README.md
398335c
|
raw
history blame
1.06 kB
---
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- llama-2
---
# Model Card: Nous-Hermes-Llama-2-13b-LIMARP-Lora-Merged
This is Nous Hermes Llama 2 13b (https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b) 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 to combine NH-L2's reasoning and instruction-following capabilities with LIMARP's character roleplay capabilities.
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 Alpaca instruction format of the NH-L2 base model:
```
### Instruction:
<prompt>
### Response:
<leave a newline blank for model to respond>
```
Or the LIMARP lora instruction format:
```
<<SYSTEM>>
<character card and system prompt>
<<USER>>
<prompt>
<<AIBOT>>
<leave a newline blank for model to respond>
```