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 = 40
- batch_size = 8
- pickle_path = "./save/"
- validate = true
- save_best_dev = true
- model_saved_path = "./save/"
- rnn_hidden_units = 100
- word_emb_dim = 100
- use_crf = true
- use_cuda = true
-
- [test]
- save_output = true
- validate_in_training = true
- save_dev_input = false
- save_loss = true
- batch_size = 640
- pickle_path = "./save/"
- use_crf = true
- use_cuda = true
-
-
- [POS_test]
- save_output = true
- validate_in_training = true
- save_dev_input = false
- save_loss = true
- batch_size = 640
- pickle_path = "./save/"
- use_crf = true
- use_cuda = true
- rnn_hidden_units = 100
- word_emb_dim = 100
-
- [model]
- save_output = true
- validate_in_training = true
- save_dev_input = false
- save_loss = true
- batch_size = 640
- pickle_path = "./save/"
- use_crf = true
- use_cuda = true
- rnn_hidden_units = 100
- word_emb_dim = 100
|