Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
nicolay-rΒ 
posted an update 5 days ago
Post
1108
πŸ“’ Who would like to embed NER into LLM pipeline, just made an example of the pretrained multilingual BERT via DeepPavlov framework via bulk-ner:
πŸ“” : https://github.com/nicolay-r/nlp-thirdgate/blob/master/tutorials/ner_deeppavlov_130.ipynb

Note: expected 3.9-3.10 Python. Accelerate in Python 3.11 may require further tweaks for launching. Might try out to wrap other frameworks later on here↗️: https://github.com/nicolay-r/nlp-thirdgate

The new release bulk-ner 0.25.1 in which the following updates were made:
βœ… Removing sentnce index from output #21
βœ… API + support function for custom entities construction
βœ… hub for providers

🌟 bulk-ner: https://github.com/nicolay-r/bulk-ner
In this post