How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="FritzStack/Llama3B-GoEmotions_4bit")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("FritzStack/Llama3B-GoEmotions_4bit")
model = AutoModelForCausalLM.from_pretrained("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