"vscode:/vscode.git/clone" did not exist on "1b5ab39cf4430253e70570cb9b6bacbb5c595133"
Unverified Commit 8eb7f26d authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

simplify marian distillation script (#9394)

parent d944966b
#!/usr/bin/env bash
export PYTHONPATH="../":"${PYTHONPATH}"
export WANDB_PROJECT=dmar
python distillation.py \
export MAX_LEN=128
python finetune.py \
--learning_rate=3e-4 \
--do_train \
--do_predict \
--fp16 --no_teacher \
--fp16 \
--val_check_interval 0.25 \
--data_dir $ENRO_DIR \
--max_source_length $MAX_LEN --max_target_length $MAX_LEN --val_max_target_length $MAX_LEN --test_max_target_length $MAX_LEN \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment