April 5, 2022

Clarifai Release 8.3

Table of Contents:

Clarifai Release 8.3

The Clarifai platform has now been updated to Release 8.3! We've added 3 more NLP models for financial text classification and summarization. 

Model: Financial Sentiment Classification (distilRoberta-financial-sentiment)

This model reads financial news and gives scores based on its sentiment. Is it good news? Bad? Neutral? See the examples below and try your own!

 

This model is a fine-tuned version of distilroberta-base on the financial_phrasebank dataset. 

 

Try it here!

model-prediction-screen

image-png-Apr-05-2022-02-45-19-84-PM

Model: Financial Sentiment Classification (financial-sentiment-finbert)

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. Financial PhraseBank by Malo et al. (2014) is used for fine-tuning. For more details, please see the paper FinBERT: Financial Sentiment Analysis with Pre-trained Language Models and our related blog post on Medium.

 

The model will give softmax outputs for three labels: positive, negative or neutral. Try it here!

Explore Clarifai Community

Discover, build and share AI models, workflows and app components; powered by our low code, no code platform. Browse pre-built models from Hugging Face, Facebook, Google, Clarifai, and more.

Start browsing today

community-spiderweb-cta

 

Model: Financial Text Summarization (text-financial-summarization-pegasus)

This uses the Pegasus model, more info on Google's Blog.

 

This model summarizes financial texts and creates abstractive summaries of them. "Abstractive" means that the model generates its own sentences summarizing the content, not just selectively choosing sentences which best summarize the text (which would be "extractive" summarization).

 

Try it here!

image-png-Apr-05-2022-03-15-15-51-PM