TehVenom commited on
Commit
4901c6c
1 Parent(s): 4767495

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -20,9 +20,12 @@ fine-tuning. Blend was done in FP32 and output in FP16.
20
 
21
  Research purposes only, intended for responsible use.
22
  Express a conversation in natural language, and Pyg_PPO will do the thing.
23
- Try starting a two line prompt such as
24
- "Bot: Hello, how are you?
25
- You: I am doing just fine, thank you.", or any other
 
 
 
26
  topic, and the model will carry on in this back and forth format.
27
 
28
  Can also be used as a base to merge with other creative,
 
20
 
21
  Research purposes only, intended for responsible use.
22
  Express a conversation in natural language, and Pyg_PPO will do the thing.
23
+ Try starting a two line prompt such as:
24
+ ```
25
+ Bot: "Hello, how are you?"
26
+ You: "I am doing just fine, thank you."
27
+ ```
28
+ Or any other
29
  topic, and the model will carry on in this back and forth format.
30
 
31
  Can also be used as a base to merge with other creative,