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
- 1