Quiz Space

Deep Learning Practice · Quiz 2 · 12 Apr 2026 · January 2026 term

Question 8: Whisper can be used as a component in a diarization pipel…

Question 8

+4 marksOne or more correct options

Whisper can be used as a component in a diarization pipeline in which of the following ways?

Select all that apply.

  1. A

    As the automatic speech recognition backend for transcription after diarization

  2. B

    To provide word-level timestamps for aligning speaker segments

  3. C

    As the primary clustering algorithm for speaker embeddings

  4. D

    As the speaker embedding extractor

Show answer

Correct answers

  • A

    As the automatic speech recognition backend for transcription after diarization

  • B

    To provide word-level timestamps for aligning speaker segments

Question 8 of 18 in the IIT Madras BS Deep Learning Practice (Deep Learning Practice) Quiz 2 paper sat on 12 Apr 2026, in the January 2026 term (Deep Learning Practice 06 Apr 26). It carries 4 marks.

More questions from this paper

  1. Q1The tensor has shape: When using a pre-trained Transformer-based model (such as Wav2Vec 2.0) for a downstream classific…
  2. Q2When using Wav2Vec2Model to extract hidden states for a downstream task, you set in the model call. In PyTorch, what is…
  3. Q3When fine-tuning a Whisper model using the Hugging Face transformers library, which of the following statements best de…
  4. Q4When working with TTS models like SpeechT5, what is the role of the speaker_embeddings?
  5. Q5Consider the following code snippet: Assume that the audio sample stored in has: : 48,000• : 13,440,000• What is the du…
  6. Q6Calculate the Word Error Rate (WER) for the following example: Actual Sentence : ASR prediction :
  7. Q7In a standard modular speaker diarization pipeline, which of the following processes are responsible for identifying an…
  8. Q9When implementing diarization with SpeechBrain and PyTorch, which of the following practices are recommended? (Select a…
  9. Q10You are building an ASR pipeline for Assamese. Complete the missing parts of the script to ensure the audio is resample…
  10. Q11You are building an ASR pipeline for Assamese. Complete the missing parts of the script to ensure the audio is resample…
  11. Q12You are building an ASR pipeline for Assamese. Complete the missing parts of the script to ensure the audio is resample…
  12. Q13output of print(vocabs) is as given below Based on the above data, answer the given subquestions. For the given code wh…
  13. Q14output of print(vocabs) is as given below Based on the above data, answer the given subquestions. If is generated corre…
  14. Q15In the context of Hugging Face TTS, what is the purpose of the 'Vocoder' component?
  15. Q16Why is it important to normalize or resample reference audio to 16,000 Hz when extracting speaker embeddings for models…
  16. Q17You are building an ASR pipeline for Assamese. Complete the missing parts of the script to ensure the audio is resample…
  17. Q18output of print(vocabs) is as given below Based on the above data, answer the given subquestions.