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

Support ONNX format for language models #152

Open
BaMarcy opened this issue Jun 4, 2023 · 4 comments
Open

Support ONNX format for language models #152

BaMarcy opened this issue Jun 4, 2023 · 4 comments

Comments

@BaMarcy
Copy link

BaMarcy commented Jun 4, 2023

Hi! I'm reaching out to kindly request the availability of the ONNX file for the language detector model that is currently being utilized within the project. Thanks.

@ogencoglu
Copy link

+1

@pemistahl
Copy link
Owner

Hi @BaMarcy, I'm sorry for the late response. As far as I understand, the ONNX format is for neural networks, right? My library uses Naive Bayes models but not neural networks. So the ONNX format is not applicable here, I guess. I'm not sure whether it's a good idea to switch the models to neural networks, though.

@pemistahl pemistahl changed the title ONNX Support ONNX format for language models Sep 4, 2023
@ogencoglu
Copy link

ONNX is not only for neural nets. It supports most scikit-learn models for example (see sklearn-onnx).

@BaMarcy
Copy link
Author

BaMarcy commented Sep 5, 2023

well I have never used ONNX for traditional ML algorithms but it is good to know that your solution is a NB classifier.

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

No branches or pull requests

3 participants