TinyLlama‑FT‑News‑Sentiment

TinyLlama‑1.1B‑Chat fine‑tuned for market‑news sentiment classification.

How to use

from transformers import AutoTokenizer, AutoModelForCausalLM
tok   = AutoTokenizer.from_pretrained("remfinator/tinyllama-ft-news-sentiment")
model = AutoModelForCausalLM.from_pretrained("remfinator/tinyllama-ft-news-sentiment",
                                             device_map="auto")
Downloads last month
67
Safetensors
Model size
1B params
Tensor type
F32
·
Inference Providers NEW
Input a message to start chatting with remfinator/tinyllama-ft-news-sentiment.