/Sentiment-Analysis-With-Bert-and-Hugging-Face

In this exercise, we will obtain and fine-tune BERT base model for sentiment analysis. We'll do the required text preprocessing such as adding special tokens, padding, and attention masks. Finally we will build a Sentiment Classifier using the amazing Transformers library provided by Hugging Face. We will use the GPU, but we can also use the CPU when needed.

Primary LanguageJupyter Notebook

This repository is not active