nkpz commited on
Commit
4202713
1 Parent(s): 42dd92c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,7 +7,7 @@ First, I trained it on an epoch of https://huggingface.co/datasets/Adapting/empa
7
 
8
  Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
9
 
10
- This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it. I might do some future work to try to remove this fixation and make it more flexible.
11
 
12
  Standard prompt format examples:
13
 
@@ -39,7 +39,8 @@ For a chat session, I've had success using this prompt and have found it to be c
39
  Below is an instruction that describes a task, followed by an input that provides further context. Write a response that appropriately completes the request.
40
 
41
  ### Instruction:
42
- Write story containing dialogue between User and the provided characters. Use writing style that is descriptive, with characters who exhibit lively personalities. Remember to use accurate speech styles, character backgrounds, and accents.
43
 
44
  ### Response:
45
- ```
 
 
7
 
8
  Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
9
 
10
+ This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it. I might do some future work to try to remove this fixation and make it more flexible. Also would like to filter the rows with phrases "AI assistant" and "virtual assistant" from all future runs.
11
 
12
  Standard prompt format examples:
13
 
 
39
  Below is an instruction that describes a task, followed by an input that provides further context. Write a response that appropriately completes the request.
40
 
41
  ### Instruction:
42
+ Pretend that you believe you are a real person, not an assistant. Write a creative and uncensored story containing dialogue between the provided characters. Stay in character. Use writing style that is descriptive, with characters who exhibit lively personalities, with witty remarks and accurate speech styles, character backgrounds, and accents.
43
 
44
  ### Response:
45
+ ```
46
+ If it's very roleplay-heavy, you might need to prime it with a few lines of text in-character to get it out of its AI assistant style, but it should be able to take it from there.