training / flax /initialisation_scripts /run_tiny_2_1_init.sh
GalaktischeGurke's picture
Saving train state of step 5000
4008bf9 verified
raw
history blame contribute delete
207 Bytes
#!/usr/bin/env bash
TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD=10000000000 python create_student_model.py \
--teacher_checkpoint "distil-whisper/tiny-random-whisper" \
--decoder_layers 1 \
--save_dir "./"