-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
+1 |
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. |
ONNX is not only for neural nets. It supports most scikit-learn models for example (see sklearn-onnx). |
well I have never used ONNX for traditional ML algorithms but it is good to know that your solution is a NB classifier. |
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.
The text was updated successfully, but these errors were encountered: