Edit model card

Model Card

Base Gemma 2B model Finetuned on twitter-financial-news-sentiment dataset

  • Developed by: Maradona Morais
  • License: Apache 2
  • Finetuned from model: google/gemma-2b

Uses

Tweet: $ALLY - Ally Financial pulls outlook https://t.co/G9Zdi1boy5
Sentiment: [Bullish | Bearish | Neutral]
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("maradona/gemma-2b-twitter-financial-news-sentiment")
model = AutoModelForCausalLM.from_pretrained("maradona/gemma-2b-twitter-financial-news-sentiment")
Downloads last month
24
Safetensors
Model size
1.56B params
Tensor type
F32
·
U8
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.