FritzStack commited on
Commit
c117fce
·
verified ·
1 Parent(s): f63965d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -10,12 +10,12 @@ language:
10
  - en
11
  ---
12
 
13
- # Uploaded finetuned model
 
 
14
 
15
- - **Developed by:** FritzStack
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/Qwen3-4B-unsloth-bnb-4bit
18
-
19
- This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
-
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
10
  - en
11
  ---
12
 
13
+ ```bash
14
+ !pip install git+https://github.com/Fede-stack/TONYpy.git
15
+ ```
16
 
17
+ ```python
18
+ from TONY.Emotions import Emotions_Predictor
19
+ emotions = Emotions_Predictor(model_name = 'FritzStack/QWEN4B-GoEmotions')
20
+ emotions.predict_emotions(text)
21
+ ```