forked from google-research/bert
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExp13_cla_4000.bat
More file actions
35 lines (34 loc) · 1.01 KB
/
Exp13_cla_4000.bat
File metadata and controls
35 lines (34 loc) · 1.01 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
::cla 4000 cscd
python run_classifier.py^
--data_dir data/cla_cscd_4000^
--bert_config_file models/chinese_L-12_H-768_A-12/bert_config.json^
--task_name cla^
--vocab_file models/chinese_L-12_H-768_A-12/vocab.txt^
--output_dir outputs/Exp13_cla_cscd_4000^
--init_checkpoint models/chinese_L-12_H-768_A-12/bert_model.ckpt^
--max_seq_length 400^
--do_train True^
--do_eval True^
--do_predict True^
--train_batch_size 8^
--learning_rate 2e-5^
--num_train_epochs 2.0^
--gpu 0^
--cla_nums 81
::cla 4000 pre from bert 25w steps
python run_classifier.py^
--data_dir data/cla_cscd_4000^
--bert_config_file models/chinese_L-12_H-768_A-12/bert_config.json^
--task_name cla^
--vocab_file models/chinese_L-12_H-768_A-12/vocab.txt^
--output_dir outputs/Exp14_cla_cscd_4000_pre^
--init_checkpoint outputs/Pre2_cscd_R_128_from_bert/model.ckpt-250000^
--max_seq_length 400^
--do_train True^
--do_eval True^
--do_predict True^
--train_batch_size 8^
--learning_rate 2e-5^
--num_train_epochs 2.0^
--gpu 1^
--cla_nums 81