Categorising Data with Zero-Shot Classification

Recently, I needed to group about 1000 terms into a number of categories. Doing it manually was far too painful, so I turned to machine learning as it can be so good for these kinds of tasks. Specifically, I used the torch and transformers library from Hugging Face. Their pipeline function makes setting up a […]