Jun 10 Topic Modelling With BERTopic Learn how to perform topic modelling to determine what topics are within unlabelled text data using BERTopic with Python. Jun 10, 2022 6 min read
Jun 08 Semantic Similarity With Sentence Transformers Learn how to use Sentence Transformers to compute the similarity between sentences Jun 8, 2022 5 min read
Jun 03 Text Classification With Happy Transformer and Hugging Face's Evaluate Library Learn how to train and evaluate a sentiment analysis model using Happy Transformer and Hugging Face's brand new Evaluate library Jun 3, 2022 5 min read
Jun 03 How to Use Hugging Face's New Evaluate Library Learn how to leverage Hugging Face's brand new library called Evaluate to evaluate your AI models with just a few lines of code Jun 3, 2022 3 min read
Oct 07 Text Classification With Hugging Face's API There's no need for expensive hardware or backend developers to deploy the latest and greatest text classification Transformer models Oct 7, 2021 3 min read
Oct 02 GPT-Neo With Hugging Face's Transformers API Learn how to implement EleutherAI's 2.7 billion parameter open-source version of GPT-3 with Hugging Face's API Oct 2, 2021 4 min read
Sep 28 PDF to HTML Scientific Paper Converter The Allen Institute for AI just released a tool that allows you to convert research papers to HTML Sep 28, 2021 2 min read
Sep 14 Top 3 Fine-Tuned T5 Transformer Models Learn how to implement a Transformer model for paraphrasing, keywords to text and grammar correction Sep 14, 2021 4 min read
Sep 08 Are Zero-Shot Text Classification Transformer Models the Key to Better Chatbots? Overcome the need for training data with zero-shot text classification Transformer models for your next chatbot project Sep 8, 2021 5 min read
Aug 26 Grammar Correction With Transformer Models Made Easy Learn how to use a newly released pretrained T5 Transformer model to correct grammar Aug 26, 2021 3 min read