Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,17 @@ base_model:
|
|
| 15 |
- HuggingFaceTB/SmolLM3-3B
|
| 16 |
---
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
```
|
| 19 |
Note: This model can be prompted to use offensive language.
|
| 20 |
```
|
|
|
|
| 15 |
- HuggingFaceTB/SmolLM3-3B
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# Quick Start
|
| 19 |
+
|
| 20 |
+
Set `/no_think` in your custom system message to disable `<think>` (if desired).
|
| 21 |
+
|
| 22 |
+
To set an emotion, start your chat with:
|
| 23 |
+
```
|
| 24 |
+
EMOTION: anger
|
| 25 |
+
|
| 26 |
+
<your prompt>
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
```
|
| 30 |
Note: This model can be prompted to use offensive language.
|
| 31 |
```
|