LDJnr commited on
Commit
d6efe80
1 Parent(s): e08c6d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -29,12 +29,20 @@ Additional data came from carefully curated sub sections of datasets such as Cam
29
 
30
  ## Prompt Format
31
 
32
- The model follows the Vicuna ShareGPT prompt format:
33
 
34
  ```
35
  ### human:
36
 
37
  ### response:
 
 
 
 
 
 
 
 
38
  ```
39
 
40
  ## Improvements over previous version:
 
29
 
30
  ## Prompt Format
31
 
32
+ The reccomended model usage is:
33
 
34
  ```
35
  ### human:
36
 
37
  ### response:
38
+
39
+ ```
40
+ Optional reccomended pre-prompt / system prompt:
41
+
42
+ ```
43
+ ### human: Interact in conversation to the best of your ability, please be concise, logical, intelligent and coherent.
44
+
45
+ ### response: Sure! sounds good.
46
  ```
47
 
48
  ## Improvements over previous version: