-
Notifications
You must be signed in to change notification settings - Fork 173
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 use for the fintuned roberta model for text classification #1631
Comments
Hey @pradeepdev-1995 this document would be a good starting point. Just make sure to export to ONNX using SparseML https://github.com/neuralmagic/deepsparse/blob/main/docs/use-cases/nlp/text-classification.md |
The
but following error comes
|
@pradeepdev-1995 it seems like the model was downloaded partially or incorrectly, could you try redownloading it? |
I have finetuned ROBERTA model(TFAutomodelforsequenceclassification busased ) in my local path
How can I perform text classification inferencing from that model using deepsparse?
I am using GPU and CUDA 12
Please share the sample code
The text was updated successfully, but these errors were encountered: