My Sentiment Model
This is a model which was for test purpose fine-tuned from ProsusAI/finbert on utyug1/sentiment_dataset.
Usage
from transformers import pipeline
sentiment_pipeline = pipeline(
"text-classification",
model="utyug1/finbert-finetuned-model",
return_all_scores=True
)
print(sentiment_pipeline("Markets rallied on positive earnings."))
- Downloads last month
- 3
Model tree for utyug1/finbert-finetuned-model
Base model
ProsusAI/finbert