huggingface / exporters

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

Support for embedding models (BGE, GTE etc) #66

Open michaeljelly opened 7 months ago

michaeljelly commented 7 months ago

Embeddings models are very useful, and can easily be run on device in terms of hardware specs.

It would be awesome if swift-transformers would work with them.