Reader small image

You're reading from  Building AI Applications with ChatGPT APIs

Product typeBook
Published inSep 2023
PublisherPackt
ISBN-139781805127567
Edition1st Edition
Concepts
Right arrow
Author (1)
Martin Yanev
Martin Yanev
author image
Martin Yanev

Martin Yanev is an experienced Software Engineer who has worked in the aerospace and industries for over 8 years. He specializes in developing and integrating software solutions for air traffic control and chromatography systems. Martin is a well-respected instructor with over 280,000 students worldwide, and he is skilled in using frameworks like Flask, Django, Pytest, and TensorFlow. He is an expert in building, training, and fine-tuning AI systems with the full range of OpenAI APIs. Martin has dual master's degrees in Aerospace Systems and Software Engineering, which demonstrates his commitment to both practical and theoretical aspects of the industry.
Read more about Martin Yanev

Right arrow

Building and Using the Fine-Tuned Model

In this section, we will explore the process of creating and utilizing a fine-tuned model using OpenAI’s CLI. OpenAI offers newcomers the opportunity to avail of a $5 credit to access the ChatGPT API and its fine-tuning services.

Fine-tuning involves building a specialized model based on an existing base model, and in our example, we will use the most advanced ChatGPT model available for fine-tuning called davinci. We will improve the performance of that model for book summarization tasks.

We will learn how to start a fine-tuning job, which uploads and processes the training data, and then we’ll monitor its progress until completion. Once the fine-tuning job is done, we will use the newly created fine-tuned model to generate text. We’ll learn how to make requests to the fine-tuned model using the completions API, and we’ll cover how to manage and delete fine-tuned models if needed.

We will begin by using our...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building AI Applications with ChatGPT APIs
Published in: Sep 2023Publisher: PacktISBN-13: 9781805127567

Author (1)

author image
Martin Yanev

Martin Yanev is an experienced Software Engineer who has worked in the aerospace and industries for over 8 years. He specializes in developing and integrating software solutions for air traffic control and chromatography systems. Martin is a well-respected instructor with over 280,000 students worldwide, and he is skilled in using frameworks like Flask, Django, Pytest, and TensorFlow. He is an expert in building, training, and fine-tuning AI systems with the full range of OpenAI APIs. Martin has dual master's degrees in Aerospace Systems and Software Engineering, which demonstrates his commitment to both practical and theoretical aspects of the industry.
Read more about Martin Yanev