Using ONNX format of the facebook/mbart-large-50-many-to-many-mmt in DJL? #3561
Unanswered
JeeDevUser
asked this question in
Q&A
Replies: 1 comment
-
You will get the following files:
You can also use the following code to trace the model:
In order to execute the model in DJL, you have to implement the same
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Used this code to export mentioned model to ONNX format:
Got resulting
mbart_large_50.onnx
but I’m completely stuck on how to use it in DJL to translate between two languages. I just don't know where to start, or how to organize the code.Any suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions