What is an instruct model? - Instruction and Chat Fine-Tuning
As you browse through generative AI models, you will see some of the LLMs listed with the suffix 'instruct' or 'chat'. What does this mean?
1
2
The cat sat on the
> mat
1
2
What is the capital of Australia?
> Is a question that people often get wrong.
1
2
What is the capital of Australia?
> The capital of Australia is Canberra.
1
2
3
4
Human: What is the capital of Austraila?
Assistant:
1
2
3
4
messages=[
{"role": "system", "content": "You are a geography assistant."},
{"role": "user", "content": "What is the capital of Australia?"},
]
Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.