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.

config.cfg 243 B

12345678910111213
  1. [train]
  2. epochs = 30
  3. batch_size = 32
  4. pickle_path = "./save/"
  5. validate = true
  6. save_best_dev = true
  7. model_saved_path = "./save/"
  8. rnn_hidden_units = 300
  9. word_emb_dim = 300
  10. use_crf = true
  11. use_cuda = false
  12. loss_func = "cross_entropy"
  13. num_classes = 5