distil-whisper-large-v3-ptbr / create_student_model.sh
freds0's picture
Saving train state of step 1000
55e4ddb verified
raw
history blame contribute delete
No virus
173 Bytes
python create_student_model.py \
--teacher_checkpoint "openai/whisper-large-v3" \
--encoder_layers 32 \
--decoder_layers 2 \
--save_dir "./distil-large-v3-init"