Abhaykoul commited on
Commit
b408cee
β€’
1 Parent(s): 4b00003

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ sampler = SamplerSettings(temp=0.7, top_p=0.9) # Adjust these values as needed
111
  thread = Thread(model, custom_chatml, sampler=sampler)
112
 
113
  # 7. Start interacting with the model
114
- thread.interact(header="🌟 HelpingAI-3B-chat: Emotionally Intelligent SLM πŸš€", color=True)
115
 
116
  ```
117
  ## Example Dialogue
 
111
  thread = Thread(model, custom_chatml, sampler=sampler)
112
 
113
  # 7. Start interacting with the model
114
+ thread.interact(header="🌟 HelpingAI-3B-chat: The Compact Yet Powerful Small Language Model (SLM) for Emotionally Intelligent Conversations 🌟", color=True)
115
 
116
  ```
117
  ## Example Dialogue