Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,11 @@ pipeline_tag: text-generation
|
|
6 |
tags:
|
7 |
- HelpingAI
|
8 |
- Emotionally Intelligent
|
9 |
-
|
10 |
|
|
|
11 |
|
12 |
-
# HelpingAI-9B:
|
13 |
|
14 |
![logo](https://huggingface.co/OEvortex/HelpingAI-3B/resolve/main/HelpingAI.png)
|
15 |
|
@@ -30,6 +31,9 @@ HelpingAI-9B is based on the HelpingAI series and further trained using:
|
|
30 |
- Constitution training to instill stable and beneficial objectives
|
31 |
- Knowledge augmentation from psychological resources on emotional intelligence
|
32 |
|
|
|
|
|
|
|
33 |
## Usage code
|
34 |
```python
|
35 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
@@ -72,7 +76,7 @@ print(response)
|
|
72 |
*Directly using this model from GGUF*
|
73 |
|
74 |
```python
|
75 |
-
%pip install -U 'webscout[
|
76 |
|
77 |
from webscout.Local.utils import download_model
|
78 |
from webscout.Local.model import Model
|
@@ -106,7 +110,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.
|
@@ -135,4 +139,4 @@ Installing security devices in your home can bring peace of mind and keep you sa
|
|
135 |
|
136 |
> How can your own feelings affect your ability to empathize with someone else?
|
137 |
|
138 |
-
Our own emotions can impact our ability to empathize with others because they shape how we perceive and interpret other people's experiences. If you're feeling happy or positive, it may be easier to see the good in others and offer support. On the other hand, if you're feeling down or stressed, it might be harder to put yourself in someone else's shoes. It's important to acknowledge your own feelings and work on being open and understanding towards others! π
|
|
|
6 |
tags:
|
7 |
- HelpingAI
|
8 |
- Emotionally Intelligent
|
9 |
+
- EQ
|
10 |
|
11 |
+
---
|
12 |
|
13 |
+
# HelpingAI-9B: Emotionally Intelligent Conversational AI
|
14 |
|
15 |
![logo](https://huggingface.co/OEvortex/HelpingAI-3B/resolve/main/HelpingAI.png)
|
16 |
|
|
|
31 |
- Constitution training to instill stable and beneficial objectives
|
32 |
- Knowledge augmentation from psychological resources on emotional intelligence
|
33 |
|
34 |
+
## Emotional Quotient (EQ)
|
35 |
+
HelpingAI-9B has achieved an impressive Emotional Quotient (EQ) of 89.23, surpassing almost all AI models in emotional intelligence. This EQ score reflects its advanced ability to understand and respond to human emotions in a supportive and empathetic manner.
|
36 |
+
|
37 |
## Usage code
|
38 |
```python
|
39 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
76 |
*Directly using this model from GGUF*
|
77 |
|
78 |
```python
|
79 |
+
%pip install -U 'webscout[loacl]'
|
80 |
|
81 |
from webscout.Local.utils import download_model
|
82 |
from webscout.Local.model import Model
|
|
|
110 |
thread = Thread(model, custom_chatml, sampler=sampler)
|
111 |
|
112 |
# 7. Start interacting with the model
|
113 |
+
thread.interact(header="π HelpingAI-9B: Emotionally Intelligent Conversational AI π", color=True)
|
114 |
```
|
115 |
## Example Dialogue
|
116 |
> Express joy and excitement about visiting a new place.
|
|
|
139 |
|
140 |
> How can your own feelings affect your ability to empathize with someone else?
|
141 |
|
142 |
+
Our own emotions can impact our ability to empathize with others because they shape how we perceive and interpret other people's experiences. If you're feeling happy or positive, it may be easier to see the good in others and offer support. On the other hand, if you're feeling down or stressed, it might be harder to put yourself in someone else's shoes. It's important to acknowledge your own feelings and work on being open and understanding towards others! π
|