distil-whisper-large-v2-ko / initialisation.sh
biscayan's picture
Saving train state of step 1000
d100cca
raw
history blame contribute delete
168 Bytes
python create_student_model.py \
--teacher_checkpoint "openai/whisper-large-v2" \
--encoder_layers 32 \
--decoder_layers 2 \
--save_dir "./distil-large-v2-init"