Question 4
In an ASR model like Wav2Vec2-CTC, the final linear layer outputs a tensor of logits. What does this tensor represent?
The final transcribed text string.
A probability distribution over potential speaker identities.
Raw, unnormalized scores for each token in the vocabulary (including the blank token) for each time step.
The mel-spectrogram of the input audio, compressed by the encoder.