Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train CRFSlotFiller in Rust? #101

Open
gembin opened this issue Dec 2, 2018 · 4 comments
Open

How to train CRFSlotFiller in Rust? #101

gembin opened this issue Dec 2, 2018 · 4 comments
Labels
question Further information is requested

Comments

@gembin
Copy link

gembin commented Dec 2, 2018

How to train CRFSlotFiller in Rust? thanks!

@adrienball
Copy link
Collaborator

Hi @gembin ,
The training is done with the python library snips-nlu, see the documentation here.
Once you have trained an NLU engine, you can load it and run the inference with the Rust crate.

@gembin
Copy link
Author

gembin commented Dec 7, 2018

@adrienball yes, I'm aware training is available in the python library. Any plan to support training in rust?

@adrienball
Copy link
Collaborator

@gembin Implementing the training in Rust is something we have been discussing internally for the past months. It would have many advantages in terms of packaging and release process. However it requires quite some time to port the python libraries used for training only. This is not in our current short-term roadmap, but we keep an open mind about it, and we could move forward if the trade-off with the current solution becomes favorable for a rust implementation.
I realize it is vague but I'm being transparent.
Cheers

@adrienball adrienball added the question Further information is requested label Dec 7, 2018
@gembin
Copy link
Author

gembin commented Dec 8, 2018

Yes, totally agree, it requires some time to port. Thank you for the detailed answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants