nl-distil-whisper-tiny / student.bash
Quirina's picture
Student model created
20cc002
raw
history blame contribute delete
No virus
190 Bytes
#!/usr/bin/env bash
python create_student_model.py \
--teacher_checkpoint "openai/whisper-large-v2" \
--encoder_layers 32 \
--decoder_layers 2 \
--save_dir "./distil-large-v2-init"