File size: 830 Bytes
284adc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d968787
284adc9
 
 
d968787
996d1ec
d968787
284adc9
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
---
base_model: FritzStack/HiTOP-QWEN4B-emotions-merged
tags:
- text-generation-inference
- transformers
- unsloth
- qwen3
- mlx
- mlx-my-repo
license: apache-2.0
language:
- en
---

# FritzStack/HiTOP-QWEN4B-emotions-merged-mlx-4Bit

The Model [FritzStack/HiTOP-QWEN4B-emotions-merged-mlx-4Bit](https://huggingface.co/FritzStack/HiTOP-QWEN4B-emotions-merged-mlx-4Bit) was converted to MLX format from [FritzStack/HiTOP-QWEN4B-emotions-merged](https://huggingface.co/FritzStack/HiTOP-QWEN4B-emotions-merged) using mlx-lm version **0.29.1**.

## Use with mlx

```bash
pip install mlx-lm
!pip install git+https://github.com/Fede-stack/TONYpy.git
```

```python
from TONY.Emotions import Emotions_Predictor_mlx
emotions = Emotions_Predictor_mlx(model_name = 'FritzStack/QWEN4B-GoEmotions-mlx-Q4')
emotions.predict_emotions(text)
```