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/Llama3B-GoEmotions_4bit"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "FritzStack/Llama3B-GoEmotions_4bit",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/FritzStack/Llama3B-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/Llama3B-GoEmotions_4bit')
emotions.predict_emotions(text)
Downloads last month
7
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for FritzStack/Llama3B-GoEmotions_4bit

Finetuned
(2)
this model
Quantizations
2 models