kyzhouhzau / BERT-NER

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

Fix hardcoded outptu directory #37

Open apogiatzis opened 5 years ago

apogiatzis commented 5 years ago

When pickling and dumping the labels map, the output directory is hardcoded and an error is thrown if not existent.

It is better to take the output dir from FLAGS.