murthyrudra / NeuralNER

Implementation of Multilingual Neural NER
GNU General Public License v3.0
5 stars 2 forks source link

CRF intsead of softmax? #8

Open samarohith opened 5 years ago

samarohith commented 5 years ago

I want to use CRF instead of softmax(logsoftmax). How would you recommend doing it? There is a library "Pytorch-crf" available.

murthyrudra commented 4 years ago

Hi, Sorry for the very late reply. I tried adding CRF layer but the module kept on failing.