--- 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) ```