swift-coreml-transformers
swift-coreml-transformers copied to clipboard
Is Text2Text going to be supported?
I'm working on a project using T5, and it would be amazing to do everything on device without a need for a server and API.
Thanks for all these amazing projects!
You could try modifying the script in model_generation
to convert the t5 model to CoreML.
@BluedragonXVI @swcrazyfan Were any of you able to do this?