Answer For Introduction To Generative AI Quiz
Answer For Introduction To Generative AI Quiz
What is a prompt?
A prompt is a short piece of text that is given to the large language model as
input, and it can be used to control the output of the model in many ways.
Writing
Translating
Coding
Answering questions
Summarizing text
1. What is the advantage of using the attention mechanism over a traditional recurrent
neural network (RNN) encoder-decoder? The attention mechanism lets the
decoder focus on specific parts of the input sequence, which can improve
the accuracy of the translation.
2. What are the two main steps of the attention mechanism? Calculating
the attention weights and generating the context vector
3. What is the advantage of using the attention mechanism over a
traditional sequence-to-sequence model? The attention mechanism lets
the model focus on specific parts of the input sequence.
4. What is the name of the machine learning technique that allows a
neural network to focus on specific parts of an input sequence? Attention
mechanism
5. What is the purpose of the attention weights?
To assign weights to different parts of the input sequence, with the most
important parts receiving the highest weights.
6.How does an attention model differ from a traditional model? Attention
models pass a lot more information to the decoder.
7. What is the name of the machine learning architecture that can be used to
translate text from one language to another? Encoder-decoder