RasaHQ / rasa-nlu-examples

This repository contains examples of custom components for educational purposes.

Home Page:https://RasaHQ.github.io/rasa-nlu-examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HuggingFace NER

koaning opened this issue · comments

There are pretrained NER models in the huggingface transformers library. It might make sense to add support for that since it also supports many Non-English models.

Details here.

Now that I am rethinking this, this might seriously impact prediction speed. Running an extra huggingface at every turn is expensive.