Explain how a model relates words in a long document.
Describe a key Transformer concept.
Choose two correct statements.
Attention weights relationships among tokens, and Transformer architectures are amenable to parallel processing; attention weights alone are not a complete explanation.
Detailed explanation
The model can emphasize relevant context rather than treating every token identically.
The model can emphasize relevant context rather than treating every token identically.
Self-attention processes sequence relationships without relying only on recurrence.
Self-attention processes sequence relationships without relying only on recurrence.
A visualization does not guarantee a complete causal explanation.
A visualization does not guarantee a complete causal explanation.
Other modalities can be represented with appropriate embeddings.
Other modalities can be represented with appropriate embeddings.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01試験ガイドDomain 2.1のTransformer・attentionの説明を確認する。Expected result
注意機構と並列処理の特徴、説明可能性の限界を説明できる。Key points
- Self-attention
- Context
- Parallelism
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.