You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Financial Sentiment DistilBERT

Fine-tuned DistilBERT classifier for financial headline sentiment.

Labels

  • negative
  • neutral
  • positive

Intended Use

This model is a lightweight assessment artifact for classifying short financial news headlines. It was trained on the sample data included in the assessment repository and should not be treated as a production trading signal.

Local Inference

from transformers import pipeline

classifier = pipeline(
    "text-classification",
    model="Hamjeth/financial-sentiment-distilbert",
)

print(classifier("Shares fell after the company cut its revenue forecast."))
Downloads last month
13
Safetensors
Model size
67M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 2 Ask for provider support

Model tree for Hamjeth/financial-sentiment-distilbert

Finetuned
(11582)
this model

Collection including Hamjeth/financial-sentiment-distilbert