kyzhouhzau / BERT-NER

Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
MIT License
1.23k stars 335 forks source link

remove hard coding of network dimensions based on specific label_count #25

Open lapolonio opened 5 years ago

lapolonio commented 5 years ago

instead use variables to allow for generic network dimensions

penut85420 commented 5 years ago

thanks to this fix, it help me a lot!

drndos commented 4 years ago

This PR is no longer relevant.