model_conf 607 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
output_name="visual_entailment"
task=SNLI-VE_large

bbox="bbox100"
weight_decay=0
max_len=512
warmup_ratio=0.06
eval_mertrics=simple_accuracy

do_train="True"
do_val="True"
do_test="True"
do_test_hard="False"
test_batch_size=8
save_checkpoints="False"
save_steps=2000
validation_steps=1000

EPOCH=("10")
BATCH_SIZE=("4")
LR_RATE=("1e-5")
DD_RAND_SEED=("1")

init_model="./model_files/unimo_large_en"
config_path="./model_files/config/unimo_large_en.json"
vocab_file="./model_files/dict/unimo_en.vocab.txt"
bpe_json="./model_files/dict/unimo_en.encoder.json"
bpe_file="./model_files/dict/unimo_en.vocab.bpe"