snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Reduce custom entity parser footprint in training time #804

Closed ClemDoum closed 5 years ago

ClemDoum commented 5 years ago

Initial behavior

When training the NLU on assistant that have an entity with a large number of values, we noticed the the training time / inference time of the NLU could be majorly impacted.

There were 2 reason for that:

Work done

Checklist: