Norquinal commited on
Commit
289930f
·
1 Parent(s): af9ae2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -5,4 +5,23 @@ language: en
5
  tags:
6
  - art
7
  - not-for-all-audiences
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  tags:
6
  - art
7
  - not-for-all-audiences
8
+ ---
9
+ # OpenCAI
10
+
11
+ OpenCAI is a model fine-tuned from [Llama-2-13B](https://huggingface.co/NousResearch/Llama-2-13b-hf) and is an attempted open-source recreation of the style of roleplay found at [C.AI](https://beta.character.ai/). It was trained on [4800 samples](https://huggingface.co/datasets/Norquinal/OpenCAI/tree/main) of Discord roleplay interactions rather than C.AI outputs, as Discord is the likely origin of a majority of the material used to train C.AI's original model.
12
+
13
+ This model is primarily focused on chat and roleplay without any alignment. As such, it may output content that can be considered "unsafe" or "harmful." Please use the responsibly and to your best judgement.
14
+
15
+ ## Prompt Format
16
+
17
+ This model uses the Pygmalion-2/Metharme prompt format. The model has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
18
+
19
+ 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. 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 form a conversation history.
20
+
21
+ ### Example Prompt
22
+ ```
23
+ <|system|>{system_prompt}
24
+ Characters:
25
+ [char]: [description]
26
+ Summary: [summary of events]
27
+ ```