Skip to content

Commit

Permalink
cleanup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyin3639 committed May 10, 2020
1 parent 2f4340e commit ef83343
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions probing/run_selfattn_test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export CUDA_VISIBLE_DEVICES=3
layer=1
for layer in 7 8;do
for layer in 0 1 2 3 4 5 6 7 8 9 10 11 12;do
python trans_sent_acc.py --data_file prep2.txt --type prep --layer ${layer} --transformer-model roberta-base
python trans_sent_acc.py --data_file prep2.txt --type prep --layer ${layer} --transformer-model bert-base-uncased
python trans_sent_acc.py --data_file art2.txt --type art --layer ${layer} --transformer-model roberta-base
python trans_sent_acc.py --data_file vt2.txt --type vt --layer ${layer} --transformer-model roberta-base
python trans_sent_acc.py --data_file sva2.txt --type sva --layer ${layer} --transformer-model roberta-base
Expand Down

0 comments on commit ef83343

Please sign in to comment.