Quiz Space

Deep Learning Practice · Quiz 2 · 3 Aug 2025 · May 2025 term

Question 1: In a speaker diarization pipeline that uses Whisper for t…

Question 1

+3 marksOne correct option

In a speaker diarization pipeline that uses Whisper for transcription and an embedding model for speaker identification,you observe that one speaker's segments are consistently broken into multiple smaller segments, each assigned a different speaker label (e.g., SPEAKER 1, SPEAKER 3, SPEAKER 5). The transcribed text for this speaker is perfectly accurate. What is the MOST likely cause of this specific issue?

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • D

Question 1 of 11 in the IIT Madras BS Deep Learning Practice (Deep Learning Practice) Quiz 2 paper sat on 3 Aug 2025, in the May 2025 term (IIT M IMPROVEMENT AN EXAM QIM2 03 Aug 2025). It carries 3 marks.

More questions from this paper

  1. Q2Consider the following code snippet for using a pretrained Wav2Vec2 model: What is the primary issue in the above code?
  2. Q3Which statements accurately describe the roles and differences of the data collators used in the ASR and TTS training s…
  3. Q4Figure question
  4. Q5You are calculating the Word Error Rate (WER) for an ASR model's prediction. Given the following ground truth and predi…
  5. Q6Figure question
  6. Q7Consider the following code snippet that processes a raw audio sample first with a Wav2Vec2Processor and then with a Wa…
  7. Q8Consider the following code snippet that processes a raw audio sample first with a Wav2Vec2Processor and then with a Wa…
  8. Q9Consider the following code snippet that processes a raw audio sample first with a Wav2Vec2Processor and then with a Wa…
  9. Q10You are fine-tuning a Wav2Vec2ForCTC model for an ASR task using the Hugging Face Trainer. The following TrainingArgume…
  10. Q11You are fine-tuning a Wav2Vec2ForCTC model for an ASR task using the Hugging Face Trainer. The following TrainingArgume…