You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [train]
- epochs = 10
- batch_size = 32
- pickle_path = "./save/"
- validate = true
- save_best_dev = true
- model_saved_path = "./save/"
- rnn_hidden_units = 100
- rnn_layers = 2
- rnn_bi_direction = true
- word_emb_dim = 100
- dropout = 0.5
- use_crf = true
- use_cuda = true
-
- [test]
- save_output = true
- validate_in_training = true
- save_dev_input = false
- save_loss = true
- batch_size = 64
- pickle_path = "./save/"
- rnn_hidden_units = 100
- rnn_layers = 1
- rnn_bi_direction = true
- word_emb_dim = 100
- dropout = 0.5
- use_crf = true
- use_cuda = true
|