File size: 160 Bytes
762bd03 |
1 2 3 4 5 6 7 |
#!/usr/bin/env bash
python create_student_model_pt.py \
--teacher_checkpoint "distil-whisper/tiny-random-whisper" \
--decoder_layers 1 \
--save_dir "./"
|
762bd03 |
1 2 3 4 5 6 7 |
#!/usr/bin/env bash
python create_student_model_pt.py \
--teacher_checkpoint "distil-whisper/tiny-random-whisper" \
--decoder_layers 1 \
--save_dir "./"
|