Question 5
Suppose we have a dataset for machine translation tasks with thousands of samples. Suppose a team considers training the transformer model. The model could be trained using two approaches
A. Autoregressive training B. Teacher forcing
Choose the correct statements
Approach A helps the model to converge faster than approach B
Approach B helps the model to converge faster than approach A
One can start the training with approach B first and then switch to approach Aafter some training steps
Once the training starts with approach A and then switching to approach Bafter some training steps cannot be done