Archives: Stories
-
How to do semantic document similarity using BERT
Let’s see, how to do semantic document similarity using BERT.To get semantic document similarity between two documents, we can get the embedding using BERT. Next, calculate the cosine similarity score
-
Zero-shot classification using Huggingface transformers
Learn how to do zero-shot classification of text using the Huggingface transformers pipeline. Also, see where it fails and how to resolve it.