training / flax /initialisation_scripts /run_small_12_2_init.sh
Dragon116rus's picture
Saving train state of step 10000
afcbb23 verified
raw
history blame contribute delete
No virus
196 Bytes
#!/usr/bin/env bash
TCMALLOC_LARGE_ALLOC_REPORT_THRESHOLD=10000000000 python create_student_model.py \
--teacher_checkpoint "openai/whisper-small.en" \
--decoder_layers 2 \
--save_dir "./"