inception-external-recommender
inception-external-recommender copied to clipboard
Add Transformer-based NER classifier using Hugging Face models
What's in the PR
- Added a TransformerNerClassifier class that allows to perform Named Entity Recognition using pre-trained models from Hugging Face's transformers.
How to test
- Run test file: pytest tests/test_transformer_recommender.py