Explain a model that converts one language to another.
Separate input understanding from output generation.
Choose two correct statements.
An encoder forms a contextual representation of input, while a decoder generates an output sequence from representations and prior tokens.
Detailed explanation
It summarizes input information for later processing.
It summarizes input information for later processing.
It can create a translation or summary sequence.
It can create a translation or summary sequence.
Output generation is primarily the decoder's role.
Output generation is primarily the decoder's role.
Translation quality and safety still need evaluation.
Translation quality and safety still need evaluation.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 2.1の基盤モデルアーキテクチャを確認する。Expected result
入力表現と出力生成の役割を説明できる。Key points
- Encoder
- Decoder
- Sequence generation
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.