Summary
In this chapter, we built on the knowledge and expertise you acquired in the previous chapters to tackle OpenAI’s state-of-the-art transformer models.
The knowledge you now possess enables you to make an incremental step forward from the GPT-3 model you already discovered in Chapter 7, The Rise of Suprahuman Transformers with GPT-3 Engines. For those who are beginning to learn transformers now, the path will be quite long.
We first jump-started ChatGPT using the same approach as in Chapter 7. The new step was to implement a conversational AI prompt. You saw how ChatGPT Plus can generate a k-means clustering classification program, plot the outputs, and provide explanations.
Getting started with GPT-4 was an incremental step forward in implementing a powerful general-purpose transformer model.
Model exploration took you into the world of 50+ transformer models, including davinci, GPT-3.5-turbo, and GPT-4.
Explainable AI by ChatGPT opened the OpenAI...