Using ONNX format of the facebook/mbart-large-50-many-to-many-mmt in DJL? #3561
Replies: 2 comments 2 replies
-
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.
-
@ImeshaDilshani |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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