huggingface/transformers.js

nvidia/canary-1b

Opened this issue · 0 comments

Model description

nvidia/canary-1b is now at the top of the leaderboard for ASR related tasks. Is it possible to use this with transformers.js? I see there is a possibility to export a ONNX model here - https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/core/export.html, is that all that would be required to use it? Thanks.

Prerequisites

  • The model is supported in Transformers (i.e., listed here)
  • The model can be exported to ONNX with Optimum (i.e., listed here)

Additional information

No response

Your contribution

I could test the model out and submit examples to the github repo.