Add notebook to demonstrate how efficiently running SetFit with ONNX#435
Add notebook to demonstrate how efficiently running SetFit with ONNX#435tomaarsen merged 4 commits intov1.0.0-prefrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Thanks @tomaarsen I also see a similar warning when exporting to ONNX, and it is also seen in the original notebook shared by Ilyas Moutawwakil I see good performance when running CUDA (~2.5ms) and TennsorRT (~2.3ms) on my Google Collab. Didnt see any issue with exporting to TensorRT. Moshe |
|
I'll retry with TensorRT on Google Colab rather than locally. As for the warning, the model accuracy is still identical, so it seems like it's not something to be too concerned about. Thanks for the info!
|
|
@tomaarsen |
|
Will do. I will try to incorporate this into a how-to guide in the SetFit documentation for v1.0.0. |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
|
Thanks for your work on this, Moshe! |
|
Thank you to Tom for this great release! |



Efficiently run SetFit Models with Optimum