Hi, Word2Vec isn't based on the transformer architecture. You should take a look at Sentence Transformers, they're a good way to get started with Transformer embeddings huggingface.co/blog/getting-started-with-embeddings
what the difference between setfit.exporters.onnx and optimum.onnxruntime (optimizer = ORTModelFromFeatureExtraction.from_pretrained(...) optimizer.optimize()) etc.?
Thank you for sharing! great content!
Thanks a lot for creating this video. I saved a month by watching this video!
Great to hear, thank you.
To the point ! great explanation, thanks 😀
Glad it was helpful!
I am trying to follow along. Many updates to the code so many errors unfortunately.
Docs and examples here: huggingface.co/docs/optimum/onnxruntime/overview
How do you export to onnx using cuda? It seems optimum doesnt support it - is there an alternative?
huggingface.co/docs/optimum/onnxruntime/usage_guides/gpu
is there any optimization methods applied on word2vec 2.0 model ? and can I apply these methods on the word2vec 2.0
Hi, Word2Vec isn't based on the transformer architecture. You should take a look at Sentence Transformers, they're a good way to get started with Transformer embeddings huggingface.co/blog/getting-started-with-embeddings
@@juliensimonfr I think he meant wav2vec 2.0
what the difference between setfit.exporters.onnx and optimum.onnxruntime (optimizer = ORTModelFromFeatureExtraction.from_pretrained(...) optimizer.optimize()) etc.?
Probably the same :)