ML-based question / statement detector with zero-shot classifier · Issue #27 · super-reality/SuperBeing · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we aren't immediately sure if a sentence is a greeting, question, statement or acknowledgement then we should run it through a model and find out, so we can determine whether we want to neural search for knowledge or whatnot.
We can do this fairly easily with a zero shot classifier:
If we aren't immediately sure if a sentence is a greeting, question, statement or acknowledgement then we should run it through a model and find out, so we can determine whether we want to neural search for knowledge or whatnot.
We can do this fairly easily with a zero shot classifier:
https://huggingface.co/facebook/bart-large-mnli
The text was updated successfully, but these errors were encountered: