jiesutd / NCRFpp

NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Apache License 2.0
1.89k stars 446 forks source link

Model Architecture Question? #163

Open RJain12 opened 3 years ago

RJain12 commented 3 years ago

Hello there!

This research is fascinating. I was wondering what layers were used in the architecture of your model. I see that there are biLSTM layers and a dropout layer: are there any other layers? I am specifically interested in the adam optimizer's layers.

Thanks!