Text Generation
Transformers
PyTorch
Safetensors
English
llama
text generation
instruct
text-generation-inference
alpindale commited on
Commit
98a92d7
1 Parent(s): 32ebd13

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: null
5
+ tags:
6
+ - text generation
7
+ - instruct
8
+ pipeline_tag: text-generation
9
+ inference: false
10
+ license: llama2
11
+ datasets:
12
+ - PygmalionAI/PIPPA
13
+ - Open-Orca/OpenOrca
14
+ - Norquinal/claude_multiround_chat_30k
15
+ - jondurbin/airoboros-gpt4-1.4.1
16
+ - databricks/databricks-dolly-15k
17
+ ---
18
+ <h1 style="text-align: center">Mythalion 13B</h1>
19
+ <h2 style="text-align: center">A merge of Pygmalion-2 13B and MythoMax 13B</h2>
20
+
21
+ ## Model Details
22
+
23
+ The long-awaited release of our new models based on Llama-2 is finally here. This model was created in
24
+ collaboration with [Gryphe](https://huggingface.co/Gryphe), a mixture of our [Pygmalion-2 13B](https://huggingface.co/PygmalionAI/pygmalion-2-13b)
25
+ and Gryphe's [Mythomax L2 13B](https://huggingface.co/Gryphe/MythoMax-L2-13b).
26
+
27
+ Finer details of the merge are available in [our blogpost](https://pygmalionai.github.io/blog/posts/introducing_pygmalion_2/#mythalion-13b).
28
+ According to our testers, this model seems to outperform MythoMax in RP/Chat. **Please make sure you follow the recommended
29
+ generation settings for SillyTavern [here](https://pygmalionai.github.io/blog/posts/introducing_pygmalion_2/#sillytavern) for
30
+ the best results!**
31
+
32
+ This model is freely available for both commercial and non-commercial use, as per the Llama-2 license.
33
+
34
+
35
+ ## Prompting
36
+
37
+ This model can be prompted using both the Alpaca and [Pygmalion formatting](https://huggingface.co/PygmalionAI/pygmalion-2-13b#prompting).
38
+
39
+ **Alpaca formatting**:
40
+ ```
41
+ ### Instruction:
42
+ <prompt>
43
+
44
+ ### Response:
45
+ <leave a newline blank for model to respond>
46
+ ```
47
+
48
+ **Pygmalion/Metharme formatting**:
49
+ ```
50
+ <|system|>Enter RP mode. Pretend to be {{char}} whose persona follows:
51
+ {{persona}}
52
+
53
+ You shall reply to the user while staying in character, and generate long responses.
54
+ <|user|>Hello!<|model|>{model's response goes here}
55
+
56
+ ```
57
+
58
+
59
+ The model has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
60
+
61
+ The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input.
62
+ The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to
63
+ form a conversation history.
64
+
65
+ ## Limitations and biases
66
+
67
+ The intended use-case for this model is fictional writing for entertainment purposes. Any other sort of usage is out of scope.
68
+
69
+ As such, it was **not** fine-tuned to be safe and harmless: the base model _and_ this fine-tune have been trained on data known to contain profanity and texts that are lewd or otherwise offensive. It may produce socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive. Outputs might often be factually wrong or misleading.