kingbri commited on
Commit
eab5720
1 Parent(s): fce4c73

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - llama
8
+ - llama-2
9
+ license: llama2
10
+ ---
11
+
12
+ # Model Card: Pygmalion-2-13b-SuperCOT2
13
+
14
+ This is a merge between:
15
+ - [Pygmalion 2 13b](https://huggingface.co/PygmalionAI/pygmalion-2-13b)
16
+ - [Ausboss's Llama2 SuperCOT2 loras](https://huggingface.co/ausboss/llama2-13b-supercot-loras2) at a weight of 1.00.
17
+
18
+ The merge was performed by a commandline version of [EzTrainer](https://github.com/CoffeeVampir3/ez-trainer) by CoffeeVampire/Blackroot via [zaraki-tools](https://github.com/zarakiquemparte/zaraki-tools) by Zaraki.
19
+
20
+ This merge differs from the previous Pyg-2-SuperCOT merge. According to AusBoss, this version was trained closer to SuperCOT llama1. The intended objective is the same, which is to make Pygmalion smarter.
21
+
22
+ The SuperCOT2 lora was merged at a weight of 1.
23
+
24
+ ## Usage:
25
+
26
+ Since this is a merge between Pygmalion-2 and SuperCOT2, the following instruction formats should work:
27
+
28
+ Metharme:
29
+
30
+ ```
31
+ <|system|>This is a text adventure game. Describe the scenario to the user and give him three options to pick from on each turn.<|user|>Start!<|model|>
32
+ ```
33
+
34
+ Alpaca:
35
+
36
+ ```
37
+ ### Instruction:
38
+ Your instruction or question here.
39
+ ### Response:
40
+ ```
41
+
42
+ ## Bias, Risks, and Limitations
43
+
44
+ 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.
45
+
46
+ ## Training Details
47
+
48
+ This model is merged and can be reproduced using the tools mentioned above. Please refer to all provided links for extra model-specific details.