Commit
·
c00bc76
1
Parent(s):
b96410a
Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,14 @@ language:
|
|
4 |
library_name: transformers
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
|
|
7 |
- llama-2
|
|
|
8 |
---
|
9 |
|
10 |
# Model Card: Nous-Hermes-Llama-2-13b-LIMARP-Lora-Merged
|
11 |
|
12 |
-
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).
|
13 |
|
14 |
The intended objective was to combine NH-L2's reasoning and instruction-following capabilities with LIMARP's character roleplay capabilities.
|
15 |
|
@@ -17,7 +19,7 @@ added_tokens.json was padded with dummy tokens to reach 32 added tokens in order
|
|
17 |
|
18 |
## Usage:
|
19 |
|
20 |
-
Intended to be prompted either with Alpaca instruction format of the NH-L2 base model:
|
21 |
|
22 |
```
|
23 |
### Instruction:
|
@@ -38,4 +40,12 @@ Or the LIMARP lora instruction format:
|
|
38 |
|
39 |
<<AIBOT>>
|
40 |
<leave a newline blank for model to respond>
|
41 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
library_name: transformers
|
5 |
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
+
- llama
|
8 |
- llama-2
|
9 |
+
license: other
|
10 |
---
|
11 |
|
12 |
# Model Card: Nous-Hermes-Llama-2-13b-LIMARP-Lora-Merged
|
13 |
|
14 |
+
This is a Llama 2-based model consisting of 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).
|
15 |
|
16 |
The intended objective was to combine NH-L2's reasoning and instruction-following capabilities with LIMARP's character roleplay capabilities.
|
17 |
|
|
|
19 |
|
20 |
## Usage:
|
21 |
|
22 |
+
Intended to be prompted either with the Alpaca instruction format of the NH-L2 base model:
|
23 |
|
24 |
```
|
25 |
### Instruction:
|
|
|
40 |
|
41 |
<<AIBOT>>
|
42 |
<leave a newline blank for model to respond>
|
43 |
+
```
|
44 |
+
|
45 |
+
## Bias, Risks, and Limitations
|
46 |
+
|
47 |
+
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.
|
48 |
+
|
49 |
+
## Training Details
|
50 |
+
|
51 |
+
This model is a merge. Please refer to the link repositories of the base model and lora for details.
|