edwko commited on
Commit
ad70cd2
1 Parent(s): e1a6ccb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -121,6 +121,18 @@ As a lightweight model, it may exhibit reduced accuracy and coherence compared t
121
  </tr>
122
  </table>
123
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  ## Risk Disclaimer
125
 
126
  By using this model, you acknowledge that you understand and assume the risks associated with its use. You are solely responsible for ensuring compliance with all applicable laws and regulations. We disclaim any liability for problems arising from the use of this open-source model, including but not limited to direct, indirect, incidental, consequential, or punitive damages. We make no warranties, express or implied, regarding the model's performance, accuracy, or fitness for a particular purpose. Your use of this model is at your own risk, and you agree to hold harmless and indemnify us, our affiliates, and our contributors from any claims, damages, or expenses arising from your use of the model.
 
121
  </tr>
122
  </table>
123
 
124
+ ## Chat format
125
+
126
+ This model uses a specific chat format for optimal performance.
127
+ ```
128
+ <s>system
129
+ [System message]</s>
130
+ <s>user
131
+ [Your question or message]</s>
132
+ <s>assistant
133
+ [The model's response]</s>
134
+ ```
135
+
136
  ## Risk Disclaimer
137
 
138
  By using this model, you acknowledge that you understand and assume the risks associated with its use. You are solely responsible for ensuring compliance with all applicable laws and regulations. We disclaim any liability for problems arising from the use of this open-source model, including but not limited to direct, indirect, incidental, consequential, or punitive damages. We make no warranties, express or implied, regarding the model's performance, accuracy, or fitness for a particular purpose. Your use of this model is at your own risk, and you agree to hold harmless and indemnify us, our affiliates, and our contributors from any claims, damages, or expenses arising from your use of the model.