--- base_model: FritzStack/Llama3B-emotions-merged tags: - text-generation-inference - transformers - unsloth - llama - mlx - mlx-my-repo license: apache-2.0 language: - en --- # FritzStack/Llama3B-emotions-merged-mlx-4Bit The Model [FritzStack/Llama3B-emotions-merged-mlx-4Bit](https://huggingface.co/FritzStack/Llama3B-emotions-merged-mlx-4Bit) was converted to MLX format from [FritzStack/Llama3B-emotions-merged](https://huggingface.co/FritzStack/Llama3B-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/Llama3B-GoEmotions-mlx-Q4') emotions.predict_emotions(text) ```