Doctor-Shotgun commited on
Commit
3300972
1 Parent(s): 80f091e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---
11
+ # airoboros-limarpv3-l2-70b-2.2.1
12
+
13
+ This is a [Llama 2](https://huggingface.co/meta-llama/Llama-2-70b)-based model consisting of a merge between [jondurbin/airoboros-l2-70b-2.2.1](https://huggingface.co/jondurbin/airoboros-l2-70b-2.2.1) and a PEFT adapter trained using the LimaRP dataset (https://huggingface.co/Doctor-Shotgun/limarpv3-llama2-70b-qlora) at 0.5 weight.
14
+
15
+ ## Usage:
16
+ The intended prompt format is the Alpaca instruction format of LimaRP v3:
17
+ ```
18
+ ### Instruction:
19
+ Character's Persona: {bot character description}
20
+
21
+ User's Persona: {user character description}
22
+
23
+ Scenario: {what happens in the story}
24
+
25
+ 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.
26
+
27
+ ### Input:
28
+ User: {utterance}
29
+
30
+ ### Response:
31
+ Character: {utterance}
32
+
33
+ ### Input
34
+ User: {utterance}
35
+
36
+ ### Response:
37
+ Character: {utterance}
38
+
39
+ (etc.)
40
+ ```
41
+
42
+ ## Message length control
43
+ Due to the inclusion of LimaRP v3, it is possible to append a length modifier to the response instruction sequence, like this:
44
+ ```
45
+ ### Input
46
+ User: {utterance}
47
+
48
+ ### Response: (length = medium)
49
+ Character: {utterance}
50
+ ```
51
+ This has an immediately noticeable effect on bot responses. The available lengths are: `micro, tiny, short, medium, long, massive, huge, enormous, humongous, unlimited`. The recommended starting length is `medium`. Keep in mind that the AI may ramble or impersonate the user with very long messages.
52
+ ## Bias, Risks, and Limitations
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
+ ## Training Details
55
+ This model is a merge. Please refer to the link repositories of the merged models for details.