You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request to make the ORTOptimizer available for wav2vec2-bert.
Motivation
Currently when trying to convert a fine-tuned wav2vec2-bert model to an optimized onnx model, the following error is raised: NotImplementedError: Tried to use ORTOptimizer for the model type wav2vec2-bert, but it is not available yet. Please open an issue or submit a PR at https://github.com/huggingface/optimum.
Your contribution
I am fairly new to the world of ONNX models, but willing to help by answering any questions about the issue.
The text was updated successfully, but these errors were encountered:
The idea is that onnxruntime provides a set of optimizations for some specific models and we apply them on similar models. I guess in this case ("wav2vec2-bert") a similar model is "bert", so its optimization should be applied.
Feature request
This is a request to make the ORTOptimizer available for wav2vec2-bert.
Motivation
Currently when trying to convert a fine-tuned wav2vec2-bert model to an optimized onnx model, the following error is raised:
NotImplementedError: Tried to use ORTOptimizer for the model type wav2vec2-bert, but it is not available yet. Please open an issue or submit a PR at https://github.com/huggingface/optimum.
Your contribution
I am fairly new to the world of ONNX models, but willing to help by answering any questions about the issue.
The text was updated successfully, but these errors were encountered: