zarakiquemparte commited on
Commit
3188fb2
1 Parent(s): de63a1d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - llama2
5
+ ---
6
+ # Model Card: ZaraRP L2 7b
7
+ This model uses [Nous Hermes Llama2 7b](https://huggingface.co/NousResearch/Nous-Hermes-llama-2-7b) (53%) as a base with [Stable Beluga 7b](https://huggingface.co/stabilityai/StableBeluga-7B) (47%) and the result of this merge was merged with [LimaRP LLama2 7B Lora version of the day 07/23/2023](https://huggingface.co/lemonilia/limarp-llama2) and [PIPPA ShareGPT Subset Variation Two Lora 7b](https://huggingface.co/zarakiquemparte/PIPPA-ShareGPT-Subset-Lora-VT-7b).
8
+
9
+ This merge of models(hermes and stable beluga) was done with this [script](https://github.com/zarakiquemparte/zaraki-tools/blob/main/merge-cli.py)
10
+
11
+ This merge of Lora with Model was done with this [script](https://github.com/zarakiquemparte/zaraki-tools/blob/main/apply-lora.py)
12
+
13
+ Merge illustration:
14
+
15
+ ![illustration](zaraxls-merge-illustration.png)
16
+
17
+ ## Usage:
18
+
19
+ Since this is a merge between Nous Hermes, Stable Beluga and LimaRP, the following instruction formats should work:
20
+
21
+ Alpaca 2:
22
+
23
+ ```
24
+ ### Instruction:
25
+ <prompt>
26
+
27
+ ### Response:
28
+ <leave a newline blank for model to respond>
29
+ ```
30
+
31
+ Custom:
32
+
33
+ ```
34
+ SYSTEM: Do thing
35
+ USER: {prompt}
36
+ CHARACTER:
37
+ ```
38
+
39
+ LimaRP instruction format:
40
+
41
+ ```
42
+ <<SYSTEM>>
43
+ <character card and system prompt>
44
+
45
+ <<USER>>
46
+ <prompt>
47
+
48
+ <<AIBOT>>
49
+ <leave a newline blank for model to respond>
50
+ ```
51
+
52
+ ## Bias, Risks, and Limitations
53
+
54
+ This model is not intended for supplying factual information or advice in any form
55
+
56
+ ## Training Details
57
+
58
+ This model is merged and can be reproduced using the tools mentioned above. Please refer to all provided links for extra model-specific details.