huggingface / exporters

Export Hugging Face models to Core ML and TensorFlow Lite
Apache License 2.0
611 stars 44 forks source link

[Tests] seq2seq converts encoder then decoder. #20

Closed pcuenca closed 1 year ago

pcuenca commented 1 year ago

This follows the same process as the conversion procedure itself. This allows us to pass tests for t5, which has been added to the test suite.

It seems to work ok for the previous tests, but will be testing a bit more before merging.