Text Classification Using FinBERT

Overview: FinBERT is a pre-trained NLP model to analyze sentiment of financial text. It is built by further training the BERT language model in the finance domain, using a large financial corpus and thereby fine-tuning it for financial sentiment classification. Source: https://huggingface.co/ProsusAI/finbert

Input Text

TSLA company has major battery cases. Many customers disliked it.

Prediction Output

  1. negative
    0.877
  2. neutral
    0.110
  3. positive
    0.013