Text Generation
MLX
Safetensors
llama
HelpingAI
Emotionally Intelligent
EQ
conversational
Abhaykoul commited on
Commit
033bdd8
·
verified ·
1 Parent(s): ede3468

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -8
README.md CHANGED
@@ -1,7 +1,4 @@
1
  ---
2
- datasets:
3
- - OEvortex/SentimentSynth
4
- - OEvortex/EmotionalIntelligence-10K
5
  license: other
6
  license_name: helpingai
7
  license_link: LICENSE.md
@@ -10,21 +7,64 @@ tags:
10
  - HelpingAI
11
  - Emotionally Intelligent
12
  - EQ
13
- - mlx
 
 
14
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- # OEvortex/HelpingAI-9B-mlx
17
- This model was converted to MLX format from [`OEvortex/HelpingAI-9B`]().
18
- Refer to the [original model card](https://huggingface.co/OEvortex/HelpingAI-9B) for more details on the model.
19
- ## Use with mlx
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ```bash
22
  pip install mlx-lm
23
  ```
24
 
 
 
25
  ```python
26
  from mlx_lm import load, generate
27
 
28
  model, tokenizer = load("OEvortex/HelpingAI-9B-mlx")
29
  response = generate(model, tokenizer, prompt="hello", verbose=True)
30
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  license: other
3
  license_name: helpingai
4
  license_link: LICENSE.md
 
7
  - HelpingAI
8
  - Emotionally Intelligent
9
  - EQ
10
+ datasets:
11
+ - OEvortex/SentimentSynth
12
+ - OEvortex/EmotionalIntelligence-10K
13
  ---
14
+ # HelpingAI-9B-mlx
15
+
16
+ This model was converted to MLX format from [`OEvortex/HelpingAI-9B`](https://huggingface.co/OEvortex/HelpingAI-9B). Refer to the [original model card](https://huggingface.co/OEvortex/HelpingAI-9B) for more details on the model.
17
+
18
+ ## Overview
19
+
20
+ HelpingAI-9B is an emotionally intelligent conversational AI designed to engage users with empathy and understanding. It aims to provide supportive, empathetic, and psychologically-grounded responses across a wide range of topics and contexts. This model is ideal for applications requiring emotionally aware and supportive dialogue.
21
+
22
+ ## Objectives
23
+
24
+ - Engage in open-ended dialogue while displaying emotional intelligence
25
+ - Recognize and validate user emotions and emotional contexts
26
+ - Provide supportive, empathetic, and psychologically-grounded responses
27
+ - Avoid insensitive, harmful, or unethical speech
28
+ - Continuously improve emotional awareness and dialogue skills
29
 
30
+ ## Methodology
31
+
32
+ HelpingAI-9B is based on the HelpingAI series and further trained using:
33
+
34
+ - Supervised learning on large dialogue datasets with emotional labeling
35
+ - Reinforcement learning with a reward model favoring emotionally supportive responses
36
+ - Constitution training to instill stable and beneficial objectives
37
+ - Knowledge augmentation from psychological resources on emotional intelligence
38
+
39
+ ## Emotional Quotient (EQ)
40
+
41
+ HelpingAI-9B-mlx 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.
42
+
43
+ ## Usage Code
44
+
45
+ ### Install mlx-lm
46
 
47
  ```bash
48
  pip install mlx-lm
49
  ```
50
 
51
+ ### Load and Use the Model
52
+
53
  ```python
54
  from mlx_lm import load, generate
55
 
56
  model, tokenizer = load("OEvortex/HelpingAI-9B-mlx")
57
  response = generate(model, tokenizer, prompt="hello", verbose=True)
58
  ```
59
+
60
+ ## Example Dialogue
61
+
62
+ Express joy and excitement about visiting a new place.
63
+ ```text
64
+ Yay! I'm super excited to visit this new place! 🎉 It sounds amazing and I can't wait to explore and have fun there! This is going to be such an exciting adventure! 🌟 Let's go, let's do this! ✨
65
+ ```
66
+
67
+ Express feeling down and seeking support.
68
+ ```text
69
+ Oh no, I'm sorry to hear that you're feeling down. It happens sometimes, but remember that it's okay to feel sad. If you want to talk about what's bothering you, I'm here to listen and offer support. We can find a way through this together! 🌈
70
+ ```