WEBVTT

00:01.280 --> 00:02.320
Hello everyone!

00:02.680 --> 00:05.200
In today's video we will learn about prompt.

00:05.600 --> 00:06.720
What is prompt?

00:07.120 --> 00:14.040
Prompt is the process of structuring an instruction that can be interpreted and understood by a generative

00:14.040 --> 00:15.160
AI model.

00:15.760 --> 00:21.880
A prompt is a natural language text describing the task that an AI model should perform.

00:22.320 --> 00:29.640
Prompt acts as an intermediary language, translating human intent to the tasks that AI can execute.

00:29.960 --> 00:34.160
Let's understand some of the key elements of prompt instruction.

00:34.920 --> 00:40.960
Instruction is the core component of the prompt that tells the model what you expect it to do.

00:41.000 --> 00:46.720
As the most straightforward part of your prompt, the instruction should clearly outline the action

00:46.720 --> 00:48.760
you're asking the model to perform.

00:49.160 --> 00:50.160
Context.

00:51.280 --> 00:56.000
Context provides the background or setting where the action should occur.

00:56.640 --> 01:01.840
Context can make prompt more effective by focusing model on a particular subject.

01:02.240 --> 01:05.000
Next key element is the input data.

01:06.080 --> 01:12.220
Input data is the Is a specific piece of information you want the model to consider when generating

01:12.220 --> 01:13.060
its output.

01:13.380 --> 01:16.860
And the last piece of the prompt is the output format.

01:17.900 --> 01:25.860
Output format is an indicator that guides the model on the format or style in which you want the response.

01:26.300 --> 01:32.100
Let's take a look at it, a prompt, and how the key elements are placed in the prompt.

01:32.540 --> 01:33.780
So here's a prompt.

01:34.100 --> 01:36.940
Consider recent research on car sales.

01:37.340 --> 01:43.220
Summarize your finding in the attached report and present your summary in bar chart.

01:43.860 --> 01:48.700
Here we have the instruction as summarize the findings.

01:49.060 --> 01:49.780
Context.

01:49.780 --> 01:53.100
Here is consider recent research on car sale.

01:53.660 --> 01:57.940
The input here is the attached report that we provide as an input.

01:58.260 --> 02:01.900
And the output is present your summary in bar chart.

02:02.020 --> 02:06.860
So we got all the important elements of the prompt highlighted here.

02:07.100 --> 02:11.660
Instruction context input and output.
