Sentiment Analysis with Hugging Face Models

Learn how sentiment analysis is performed with various Hugging Face models.

This lesson will explore Hugging Face’s transformer models list and enter some samples to evaluate their results. The idea is to test several models, not only one, and see which model fits our needs the best for a given project.

We will be running Hugging Face models. For each model we use, we can find the description of the model in the documentation provided by Hugging Face.

We will test several models. If you implement them, you might find that they require fine-tuning or even pretraining for the NLP tasks you wish to perform.

First let’s go through the list of Hugging Face models.

Then, select Text Classification in the Tasks pane:

Get hands-on with 1200+ tech skills courses.