edwko commited on
Commit
5f0abdb
1 Parent(s): 543cd52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -120,6 +120,18 @@ As a lightweight model, it may exhibit reduced accuracy and coherence compared t
120
  </tr>
121
  </table>
122
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  ## Risk Disclaimer
124
 
125
  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.
 
120
  </tr>
121
  </table>
122
 
123
+ ## Chat format
124
+
125
+ This model uses a specific chat format for optimal performance.
126
+ ```
127
+ <s>system
128
+ [System message]</s>
129
+ <s>user
130
+ [Your question or message]</s>
131
+ <s>assistant
132
+ [The model's response]</s>
133
+ ```
134
+
135
  ## Risk Disclaimer
136
 
137
  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.