Update README.md
Browse files
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 |
|