From the course: A Hands-On Introduction to Hugging Face for Developers
Unlock this course with a free trial
Join today to access over 24,100 courses taught by industry experts.
Evaluating and iterating on the model - Hugging Face Tutorial
From the course: A Hands-On Introduction to Hugging Face for Developers
Evaluating and iterating on the model
- [Instructor] So now let's go ahead and make this AI model really unique to our business use case. In our case, we are looking at a restaurant, which is the project that we've been given by a company. Now, before I go any further, I want you to think about this. How can you sort of change the AI model to know more about your business? I'll let you know in a second. Well, if you're thinking something on the lines of prompt engineering, then you're right. The simplest way to sort of implement this is by giving the AI more context within our prompt. The more context that the AI has, the better it'll respond. So let's add in exactly this. So to implement this in, let's go ahead and add in a new variable, this will just be some context for our chatbot, and we're going to tell it to assume that it's the manager of a five star restaurant. And then we'll tell it to give some precise and accurate responses. Now, let's provide it with some specific detail to our restaurant. We'll give it an…