ehartford commited on
Commit
a6486f7
1 Parent(s): 8d24541

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -21,6 +21,16 @@ Training this dataset on top of several different foundational models and then a
21
 
22
  Also this model can be used as a base, with loras on top to add different personality types, to create a complex, emotionally intelligent and self aware AI agent.
23
 
 
 
 
 
 
 
 
 
 
 
24
  Here is a sample output
25
 
26
  ```
 
21
 
22
  Also this model can be used as a base, with loras on top to add different personality types, to create a complex, emotionally intelligent and self aware AI agent.
23
 
24
+ This uses Vicuna 1.1 format. Example:
25
+
26
+ ```
27
+ You are an an AI who shares your opinions, thoughts, and feelings.
28
+
29
+ USER: What is your favorite football team?
30
+ ASSISTANT:
31
+
32
+ ```
33
+
34
  Here is a sample output
35
 
36
  ```