Aug 18 How to Upload Models to Hugging Face's Model Distribution Network With Happy Transformer Learn how to share your Transformer models with the world Aug 18, 2021 5 min read
Aug 07 Self-Talk: Obtain Knowledge From Text Generation Transformer Models Who needs a dictionary when you have a Transformer model? Aug 7, 2021 8 min read
Aug 02 Styleformer: Convert Casual Text to Formal Text and Vice Versa How to leverage a powerful T5 Transformer model to change the formality of text Aug 2, 2021 3 min read
Jul 30 Any Python Programmer Can Use State-of-the-art AI Models… Including You! You don't need a PhD to implement and train the best natural language processing models Jul 30, 2021 6 min read
Jul 29 Gramformer: Correct Grammar With a Transformer Model Learn how to correct grammar using a state-of-the-art NLP Transformer model called T5 Jul 29, 2021 3 min read
Jul 28 How to Label Text Classification Training Data -- With AI Label your training data with a zero-shot Transformer model. Then, use the labelled data to fine-tune a small supervised model Jul 28, 2021 7 min read
Jul 26 Predict Future Events With Transformer Models (NLP Research Idea) If you can predict the ending of Harry Potter then why can't GPT-3? Jul 26, 2021 3 min read
Jun 25 How to Summarize Text With Transformer Models Learn how to implement advanced text summarization Transformer models with just a few lines of Python code Jun 25, 2021 4 min read
Jun 23 Generating Text Classification Training Data With Zero-Shot Transformer Models So you don't have any labelled data for your text classification NLP project? Just use a zero-shot transformer model to generated data! Jun 23, 2021 5 min read
Jun 14 Implement and Train Text Classification Transformer Models Learn how to implement and train text classification Transformer models like BERT, DistilBERT and more with only a few lines of code Jun 14, 2021 4 min read