There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.