yaya-sy commited on
Commit
5a21935
·
verified ·
1 Parent(s): f9a2086

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,6 +28,8 @@ Built on the **Qwen 2.5** architecture, Oolel combines state-of-the-art AI techn
28
 
29
  ## 3. Usage
30
 
 
 
31
  Here provides a code snippet with apply_chat_template to show you how to load the tokenizer and model and how to generate contents.
32
  ```python
33
 
 
28
 
29
  ## 3. Usage
30
 
31
+ **!!! It's important to add your system prompt !!!**
32
+
33
  Here provides a code snippet with apply_chat_template to show you how to load the tokenizer and model and how to generate contents.
34
  ```python
35