File size: 197 Bytes
55f3766
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env bash

TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD=10000000000 python create_student_model.py \
  --teacher_checkpoint "openai/whisper-medium.en" \
  --decoder_layers 2 \
  --save_dir "./"