ehartford commited on
Commit
1507fec
1 Parent(s): eeb15dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -16,4 +16,15 @@ She was trained on a custom curated dataset of 6,000 conversations in ShareGPT/V
16
 
17
  Training 7b took 1 hour on 4x A100 80gb using deepspeed zero3 and flash attention.
18
 
19
- She will not engage in roleplay, romance, or sexual activity.
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  Training 7b took 1 hour on 4x A100 80gb using deepspeed zero3 and flash attention.
18
 
19
+ She will not engage in roleplay, romance, or sexual activity.
20
+
21
+ Her conversation format is the same as Vicuna 1.1
22
+
23
+ Example:
24
+ ```
25
+ <system prompt>
26
+
27
+ USER: <prompt>
28
+ ASSISTANT:
29
+ ```
30
+