<Implement BiLSTM-CRF for NER task Using Deprecate...
# community-feeds
r
Implement BiLSTM-CRF for NER task Using Deprecated Frameworks I've been trying to build a BiLSTM-CRF model for a Named Entity Recognition task, for which, obviously, I've been using TensorFlow 2.16 and Keras 3.0. However, while trying to implement a CRF layer using deprecated keras_contrib or the tensorflow_addons GitHub resources. I've been running into a myriad of issues as these frameworks might not be compatible with the latest TF and Keras versions. However, I'm unwilling to downgrade to a lower version of TF just for this task. Are there any...