run_distiller.sh 293 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
#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 \
--val_check_interval 0.1 \
$@