Using BiLSTM and ELMo embeddings
Kindly go through NER_task_using_ELMo.md to understand complete tutorial.
Topics covered:
- ElMo embeddings
- Implementing pretrained ELMo module from Tensorflow Hub for
- visualizing different vector representations provided by ELMo model and their significance Visualizing_ELMo_capture_Semantic_info.ipynb
- using it for downstream task Elmo_in_my_NER.ipynb