#NLP | #shortsMay 12, 2022How to add new tokens to huggingface transformers vocabularyIn this short article, you’ll learn how to add new tokens to the vocabulary of a huggingface transformer model.
#engineering | #shortsApril 20, 2022How to test error messages with pytestIn this short article, you will learn, how and when to test the error message of an exception with pytest.