How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "FritzStack/QWEN4B-GoEmotions_4bit"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "FritzStack/QWEN4B-GoEmotions_4bit",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/FritzStack/QWEN4B-GoEmotions_4bit
Quick Links
!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.Emotions import Emotions_Predictor
emotions = Emotions_Predictor(model_name = 'FritzStack/QWEN4B-GoEmotions_4bit')
emotions.predict_emotions(text)
Downloads last month
2
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with FritzStack/QWEN4B-GoEmotions_4bit.

Model tree for FritzStack/QWEN4B-GoEmotions_4bit

Finetuned
Qwen/Qwen3-4B
Finetuned
(258)
this model
Quantizations
1 model