forked from google-research/bert
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexecucao_padrao.sh
More file actions
124 lines (123 loc) · 4.23 KB
/
execucao_padrao.sh
File metadata and controls
124 lines (123 loc) · 4.23 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
export BNEWS_DATA=/home/matheus_gomes/bert/bert_kernel/BNEWS_DATA/datasetEconomyNews_reuters+nytimes.json
export BERT_BASE_DIR=/home/matheus_gomes/bert/uncased_L-12_H-768_A-12
python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round1 \
--seed=123124124 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round2 \
--seed=4 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round3 \
--seed=94124 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round4 \
--seed=9276 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round5 \
--seed=65373 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round6 \
--seed=9763432 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round7 \
--seed=92526 && python run_classifier.py \
--task_name=BND \
--do_train=true \
--do_eval=true \
--do_test=true \
--do_predict=true \
--data_dir=$BNEWS_DATA \
--vocab_file=$BERT_BASE_DIR/vocab.txt \
--bert_config_file=$BERT_BASE_DIR/bert_config.json \
--init_checkpoint=$BERT_BASE_DIR/bert_model.ckpt \
--max_seq_length=64 \
--train_batch_size=32 \
--learning_rate=2e-5 \
--num_train_epochs=10.0 \
--output_dir=/home/matheus_gomes/bert/outBND/max_seq_len64__batch32__trainEpochs10/round8 \
--seed=56367482