Quiz Space

Deep Learning Practice · Quiz 2 · 1 Dec 2024 · September 2024 term

Question 7: To quantize the Whisper model to 8-bit integer during loa…

Question 7

+3 marksOne correct option

To quantize the Whisper model to 8-bit integer during loading in Hugging Face, which of the following arguments should be passed?

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

Correct answer

  • B

Question 7 of 15 in the IIT Madras BS Deep Learning Practice (Deep Learning Practice) Quiz 2 paper sat on 1 Dec 2024, in the September 2024 term (IIT M DEGREE AN EXAM QDB2 01 Dec 2024). It carries 3 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Figure question
  3. Q3For a 1D convolution, given the following values: Input size (x): 50 In channels: 16 Kernel size: 3 Padding: 1 Dilation…
  4. Q4If an audio is of duration 10 seconds and sample rate is 48KHz, what happens to the length of audio in samples if the a…
  5. Q5If the current learning rate is 0.002 and the maximum learning rate to be achieved in 1000 steps is 0.004, what should …
  6. Q6What is the correct order of training commands?
  7. Q8Which of the following models can be used to obtain segments for speaker diarization?
  8. Q9Which of the following arguments should be passed during dataset loading to avoid loading the full dataset at once?
  9. Q10Which of the following loss functions can be used for speaker classification?
  10. Q11If a dataset has 25600 samples, batch size is 100, each epoch processes the whole dataset only once, and gradient accum…
  11. Q12Which of the following functions can be used to replace certain values in a PyTorch tensor?
  12. Q13Which of the following trainers is commonly used for ASR sequence-to-sequence training?
  13. Q14What type of model is HiFi-GAN?
  14. Q15Which of the following should be done when a CUDA Out of Memory error is encountered during training?