danielpark commited on
Commit
a898ed4
1 Parent(s): b5ff5d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -27,22 +27,20 @@ The most stringent non-commercial use license (CC-BY-NC-4.0) among the licenses
27
  <br>
28
 
29
  ## Template
30
- I use llama2-13b with LFM, but I have used it without a default system message. If a system message is specified in some datasets, I use that content.
31
- ```
32
  ### System:
33
  {System}
34
 
35
  ### User:
36
- {New_User_Input}
37
 
38
  ### Input:
39
- {Optional Additional Input}
40
 
41
- ### Assistant:
42
- {New_Assistant_Answer}
43
  ```
44
-
45
-
46
  ## Update
47
  - Since we cannot control resources, we will record the schedule retrospectively.
48
 
 
27
  <br>
28
 
29
  ## Template
30
+ For safety, I used the default system message from Llama-2. But if a system message is specified in any datasets, I use that content.
31
+ ```python
32
  ### System:
33
  {System}
34
 
35
  ### User:
36
+ {New user input}
37
 
38
  ### Input:
39
+ {Optional additional user input}
40
 
41
+ ### Response:
42
+ {New assistant answer}
43
  ```
 
 
44
  ## Update
45
  - Since we cannot control resources, we will record the schedule retrospectively.
46