初始化项目,由ModelHub XC社区提供模型

Model: FritzStack/QWEN4B-GoEmotions_4bit
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-02 05:06:35 +08:00
commit f79b24cba3
13 changed files with 152329 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,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)
```