File size: 398 Bytes
8eab5d5
 
 
 
 
 
 
 
 
 
 
 
c117fce
 
 
8eab5d5
c117fce
 
fb25e79
c117fce
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
base_model: unsloth/Qwen3-4B-unsloth-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- qwen3
license: apache-2.0
language:
- en
---

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

```python
from TONY.Emotions import Emotions_Predictor
emotions = Emotions_Predictor(model_name = 'FritzStack/QWEN4B-GoEmotions_4bit')
emotions.predict_emotions(text)
```