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 = 30
- batch_size = 32
- pickle_path = "./save/"
- validate = true
- save_best_dev = true
- model_saved_path = "./save/"
- rnn_hidden_units = 300
- word_emb_dim = 300
- use_crf = true
- use_cuda = false
- loss_func = "cross_entropy"
- num_classes = 5
|