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

APPL has gained many profits in the last Q2

Prediction Output

  1. positive
    0.952
  2. neutral
    0.031
  3. negative
    0.018