Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 901 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 901 Bytes

BERT Fine-tuning with Pytorch and Transformers

FullStack AI Series- Part 1 (CellStrat AI Lab)

This repository contains the code for BERT Fine-tuning using Pytorch and Transformers and is a part of the Full stack AI Love Coding Series at CellStrat AI Lab.

In this part, BERT was fine-tuned for Sentiment Analysis using the Transformers library by Hugging Face. Checkout the notebook for steps and code implementation.

The recording of the webinar can be accessed here

Checkout the code from the other parts here:

References

https://arxiv.org/abs/1810.04805

https://huggingface.co/transformers/

https://towardsdatascience.com/nlp-extract-contextualized-word-embeddings-from-bert-keras-tf-67ef29f60a7b