Course Assignments
Graded Quiz: Fundamental Concepts of Transformer Architecture :Generative AI Language Modeling with Transformers (IBM AI Engineering Professional Certificate) Answers 2025
1. What does self-attention primarily allow a model to do? ❌ Eliminate unimportant words❌ Generate paraphrases❌ Identify parts of speech✅ Represent each word using its surrounding context Explanation:Self-attention computes relationships between all tokens, enabling each word to encode meaning based on its context. 2. What parameter influences positional encoding values across embedding dimensions? ❌ Counts… <a href="https://codeshala.io/platform/coursera/course/generative-ai-language-modeling-with-transformers-ibm-ai-engineering-professional-certificate/assignment/graded-quiz-fundamental-concepts-of-transformer-architecture-generative-ai-language-modeling-with-transformers-ibm-ai-engineering-professional-certificate-answers-2025/" rel="bookmark"><span class="screen-reader-text">Graded Quiz: Fundamental Concepts of Transformer Architecture :Generative AI Language Modeling with Transformers (IBM AI Engineering Professional Certificate) Answers 2025</span></a>
Graded Quiz: Advanced Concepts of Transformer Architecture :Generative AI Language Modeling with Transformers (IBM AI Engineering Professional Certificate) Answers 2025
1. How does a GPT-like model generate responses word by word? ✅ It can generate each word at a time using the prior words in sequence.❌ Retrieves full response at once❌ Uses encoder-decoder cross-attention❌ Looks at future tokens Explanation:GPT is an autoregressive decoder that predicts the next token using only previous tokens (causal mechanism). 2.… <a href="https://codeshala.io/platform/coursera/course/generative-ai-language-modeling-with-transformers-ibm-ai-engineering-professional-certificate/assignment/graded-quiz-advanced-concepts-of-transformer-architecture-generative-ai-language-modeling-with-transformers-ibm-ai-engineering-professional-certificate-answers-2/" rel="bookmark"><span class="screen-reader-text">Graded Quiz: Advanced Concepts of Transformer Architecture :Generative AI Language Modeling with Transformers (IBM AI Engineering Professional Certificate) Answers 2025</span></a>