LDJnr commited on
Commit
3096168
·
1 Parent(s): 3c326f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -35,13 +35,22 @@ Additional data came from carefully curated subsections of datasets such as Came
35
 
36
  ## Prompt Format
37
 
38
- The model follows the Vicuna ShareGPT prompt format:
39
 
40
  ```
41
  ### human:
42
 
43
- ### gpt:
 
 
 
 
44
  ```
 
 
 
 
 
45
 
46
  ## Improvements over previous version:
47
 
 
35
 
36
  ## Prompt Format
37
 
38
+ The reccomended model usage is:
39
 
40
  ```
41
  ### human:
42
 
43
+ ### response:
44
+
45
+ ```
46
+ Optional reccomended pre-prompt / system prompt:
47
+
48
  ```
49
+ ### human: Interact in conversation to the best of your ability, please be concise, logical, intelligent and coherent.
50
+
51
+ ### response: Sure! sounds good.
52
+ ```
53
+
54
 
55
  ## Improvements over previous version:
56