Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
---
|
10 |
|
11 |
|
12 |
-
# HelpingAI-9B:
|
13 |
|
14 |
![logo](https://huggingface.co/OEvortex/HelpingAI-3B/resolve/main/HelpingAI.png)
|
15 |
|
@@ -106,7 +106,7 @@ sampler = SamplerSettings(temp=0.7, top_p=0.9)Β # Adjust these values as needed
|
|
106 |
thread = Thread(model, custom_chatml, sampler=sampler)
|
107 |
|
108 |
# 7. Start interacting with the model
|
109 |
-
thread.interact(header="π HelpingAI-9B:
|
110 |
```
|
111 |
## Example Dialogue
|
112 |
> Express joy and excitement about visiting a new place.
|
|
|
9 |
---
|
10 |
|
11 |
|
12 |
+
# HelpingAI-9B: The King of Human like Emotion
|
13 |
|
14 |
![logo](https://huggingface.co/OEvortex/HelpingAI-3B/resolve/main/HelpingAI.png)
|
15 |
|
|
|
106 |
thread = Thread(model, custom_chatml, sampler=sampler)
|
107 |
|
108 |
# 7. Start interacting with the model
|
109 |
+
thread.interact(header="π HelpingAI-9B: The King of Human-like Emotion π", color=True)
|
110 |
```
|
111 |
## Example Dialogue
|
112 |
> Express joy and excitement about visiting a new place.
|