Text Generation
MLX
Safetensors
llama
HelpingAI
Emotionally Intelligent
EQ
conversational
File size: 2,711 Bytes
ede3468
 
 
 
 
 
 
 
 
c068e21
033bdd8
 
 
ede3468
033bdd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ede3468
033bdd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ede3468
 
 
 
 
033bdd8
 
ede3468
 
 
 
 
 
033bdd8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
license: other
license_name: helpingai
license_link: LICENSE.md
pipeline_tag: text-generation
tags:
- HelpingAI
- Emotionally Intelligent
- EQ
- mlx
datasets:
- OEvortex/SentimentSynth
- OEvortex/EmotionalIntelligence-10K
---
# HelpingAI-9B-mlx

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.

## Overview

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.

## Objectives

- Engage in open-ended dialogue while displaying emotional intelligence
- Recognize and validate user emotions and emotional contexts
- Provide supportive, empathetic, and psychologically-grounded responses
- Avoid insensitive, harmful, or unethical speech
- Continuously improve emotional awareness and dialogue skills

## Methodology

HelpingAI-9B is based on the HelpingAI series and further trained using:

- Supervised learning on large dialogue datasets with emotional labeling
- Reinforcement learning with a reward model favoring emotionally supportive responses
- Constitution training to instill stable and beneficial objectives
- Knowledge augmentation from psychological resources on emotional intelligence

## Emotional Quotient (EQ)

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.

## Usage Code

### Install mlx-lm

```bash
pip install mlx-lm
```

### Load and Use the Model

```python
from mlx_lm import load, generate

model, tokenizer = load("OEvortex/HelpingAI-9B-mlx")
response = generate(model, tokenizer, prompt="hello", verbose=True)
```

## Example Dialogue

Express joy and excitement about visiting a new place.
```text
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! ✨
```

Express feeling down and seeking support.
```text
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! 🌈
```