pytorch-ner icon indicating copy to clipboard operation
pytorch-ner copied to clipboard

add model architecture parametrization

Open dayyass opened this issue 3 years ago • 0 comments

add config parametrization for:

  • full path to modules
  • neural_network architecture (BiLSTM, BiLSTMAttn, ...)
  • embedding (pre-trained or not)
  • embedding dropout (SpatialDropout, WordEmbeddingsDropout)
  • attention
  • ...

dayyass avatar Dec 05 '20 19:12 dayyass