Transformers

Al about transformer models
Jul
26
Predict Future Events With Transformer Models (NLP Research Idea)

Predict Future Events With Transformer Models (NLP Research Idea)

If you can predict the ending of Harry Potter then why can't GPT-3?
3 min read
Jun
25
How to Summarize Text With Transformer Models

How to Summarize Text With Transformer Models

Learn how to implement advanced text summarization Transformer models with just a few lines of Python code
4 min read
Jun
23
Generating Text Classification Training Data With Zero-Shot Transformer Models

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!
5 min read
Jun
14
Implement and Train Text Classification Transformer Models

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
4 min read
Jun
11
GPT-J: a 6 Billion Parameter Open-Source GPT-3 Model

GPT-J: a 6 Billion Parameter Open-Source GPT-3 Model

EleutherAI just published a 6B parameter version of GPT-3 called GPT-J-6B. Try it out now!
2 min read
Jun
08

How to Generate Harry Potter Stories With GPT-2

Learn how to generate Harry Potter fan fiction stories with GPT-2 – a text generation Transformer model
3 min read
Jun
06
New Course: Create a Text Generation Web App with 100% Python

New Course: Create a Text Generation Web App with 100% Python

Learn how to implement and train GPT-Neo. Then, learn how to create a web app with 100% Python to demonstrate the model.
2 min read
May
13
Image Classification With Hugging Face's Transformers Library

Image Classification With Hugging Face's Transformers Library

Classify images using pretrained Vision Transformers with Hugging Face's transformers library
3 min read
May
09
How to Perform Word Prediction With Transformer Models

How to Perform Word Prediction With Transformer Models

Use a Transformer model like BERT, RoBERTa or T5 to predict missing words
3 min read
May
07
GPT-Neo Made Easy. Run and Train a GPT-3 Like Model

GPT-Neo Made Easy. Run and Train a GPT-3 Like Model

Learn how to implement a GPT-3 like Transformer model with just a few lines of code
4 min read