inception-external-recommender icon indicating copy to clipboard operation
inception-external-recommender copied to clipboard

Add Transformer-based NER classifier using Hugging Face models

Open lfcc1 opened this issue 5 months ago • 4 comments

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

lfcc1 avatar Sep 20 '24 17:09 lfcc1