dleemiller commited on
Commit
797c8e7
·
verified ·
1 Parent(s): 1f41ee6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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
  ```