This tutorial explains how to train a model (specifically, an NLP classifier) using the Weights & Biases and HuggingFace transformers Python packages.
HuggingFace🤗 transformers makes it easy to create and use NLP models. They also include pre-trained models and scripts for training models for common NLP tasks (more on this later!). Weights & Biases provides a web interface that helps us track, visualize, and share our results.