Files
HuggingFace_transformer/examples/summarization/run_distiller.sh
2020-06-17 13:51:34 -04:00

13 lines
302 B
Bash
Executable File

#CNN_DIR = /home/shleifer/transformers_fork/examples/summarization/bart/cnn_dm
# Add parent directory to python path to access lightning_base.py
export PYTHONPATH="../":"${PYTHONPATH}"
python distillation.py \
--learning_rate=3e-4 \
--do_train \
--do_predict \
--fp16 \
--val_check_interval 0.1 \
$@