Question 1
The tensor has shape: When using a pre-trained Transformer-based model (such as Wav2Vec 2.0) for a downstream classification task like Language Identification, what is the primary purpose of applying Mean Pooling across the sequence dimension?
To reduce the sampling rate of the audio to make it compatible with standard deep learning layers.
To convert a variable-length sequence of hidden vectors into a single fixed- length representation that summarizes the entire utterance.
To ensure that the model focuses only on the most intense amplitude peaks of the speech signal.
To reverse the effects of the Convolutional Neural Network (CNN) encoder and return the data to the time domain.



