-
Notifications
You must be signed in to change notification settings - Fork 2
/
decode_exp.sh
executable file
·17 lines (13 loc) · 1.03 KB
/
decode_exp.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
: '
tpu=$1
model=3B
./score.sh $tpu output/exp/uq_ext/dev/${model}/uq.txt ${model} unifiedqa/models/${model} 1100500 uq_ext_mix dev
python prep.py first_decode
./score.sh $tpu output/exp/uq_ext_first/dev/${model}/uq.txt ${model} unifiedqa/models/${model} 1100500 uq_ext_first_decode_uq3B_mix dev
./score.sh $tpu output/exp/uq_ext/train/${model}/uq.txt ${model} unifiedqa/models/${model} 1100500 uq_ext_mix train
python prep.py first_decode
./score.sh $tpu output/exp/uq_ext_first/train/${model}/uq.txt ${model} unifiedqa/models/${model} 1100500 uq_ext_first_decode_uq3B_mix train
'
./predict.sh jzb 11B ft_models/11B_mh_mh_lr1e3_alltheway 1200000 output/multihop/uq_mh_mh_ol_mix/dev/11B_mh_mh_lr1e3_alltheway.txt uq_mh_mh_ol_mix dev &> output/multihop/uq_mh_mh_ol_mix/dev/11B_mh_mh_lr1e3_alltheway.out
./predict.sh jzb 11B ft_models/11B_mh_mh_lr1e3_alltheway 1200000 output/multihop/uq_mh_first_ol_mix/dev/11B_mh_mh_lr1e3_alltheway.txt uq_mh_first_ol_mix dev &> output/multihop/uq_mh_first_ol_mix/dev/11B_mh_mh_lr1e3_alltheway.out