Doctor-Shotgun commited on
Commit
7dcee76
1 Parent(s): 6575e74

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - llama
9
+ - llama-2
10
+ license: agpl-3.0
11
+ ---
12
+ # Model Card: llama-2-13b-chat-limarp-v2-merged
13
+
14
+ This is a Llama 2-based model consisting of Llama 2 13b chat (https://huggingface.co/meta-llama/Llama-2-13b-chat-hf) merged with LIMARP Lora v2 (https://huggingface.co/lemonilia/limarp-llama2-v2).
15
+
16
+ Requested by @dampf
17
+
18
+ ## Usage:
19
+ Intended to be prompted with the Alpaca instruction format of the LIMARP v2:
20
+ ```
21
+ ### Instruction:
22
+ Character's Persona: {bot character description}
23
+
24
+ User's Persona: {user character description}
25
+
26
+ Scenario: {what happens in the story}
27
+
28
+ 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.
29
+
30
+ ### Input:
31
+ Character: {utterance}
32
+
33
+ ### Response:
34
+ User: {utterance}
35
+ ```
36
+ ## Bias, Risks, and Limitations
37
+ 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.
38
+ ## Training Details
39
+ This model is a merge. Please refer to the link repositories of the base model and lora for details.