kingbri commited on
Commit
327ebbf
1 Parent(s): e80cfb6

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - llama
8
+ - llama-2
9
+ ---
10
+
11
+ # Model Card: Nous-Hermes-limarp-l2-13B
12
+
13
+ This is a merge between:
14
+ - [Nous Hermes Llama 2 13b](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b)
15
+ - [LimaRP llama 2 Lora](https://huggingface.co/lemonilia/limarp-llama2) from July 28, 2023 at a weight of 0.66.
16
+
17
+ The merge was performed using [ez-trainer](https://github.com/CoffeeVampir3/ez-trainer) by CoffeeVampire/Blackroot
18
+
19
+ The intended objective is to combine NH-2's reasoning and instruction-following capabilities with LimaRP's character roleplay capabilities.
20
+
21
+ The LimaRP LoRA was merged at a weight of 0.66 since a merge of 1.00 destroyed most nuances of a character's personality due to the LoRA being too strong on the base model.
22
+ There still may be edge cases. If so, please report them and the lora weight will be dropped.
23
+
24
+ ## Usage:
25
+
26
+ Since this is a merge between NH-2 and LimaRP, the following instruction formats should work:
27
+
28
+ Alpaca 2:
29
+
30
+ ```
31
+ ### Instruction:
32
+ <prompt>
33
+
34
+ ### Response:
35
+ <leave a newline blank for model to respond>
36
+ ```
37
+
38
+ LimaRP instruction format:
39
+
40
+ ```
41
+ <<SYSTEM>>
42
+ <character card and system prompt>
43
+
44
+ <<USER>>
45
+ <prompt>
46
+
47
+ <<AIBOT>>
48
+ <leave a newline blank for model to respond>
49
+ ```
50
+
51
+ ## Bias, Risks, and Limitations
52
+
53
+ 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.
54
+
55
+ ## Training Details
56
+
57
+ This model is merged and can be reproduced using the tools mentioned above. Please refer to all provided links for extra model-specific details.