Skip to main content

Supported Models

embedds architecture is rooted in the concept of a ModelClass - these represent a collection of fine tuned models that have a similar graph architecture and positioning in the market. Non-exhaustive list of available models is as follows:

Model ClassModel NameSize
ModelClass_E5E5_LARGE1.2GB
ModelClass_E5E5_BASE418MB
ModelClass_E5E5_SMALL128MB
ModelClass_INSTRUCTORINSTRUCTOR_LARGE1.5GB
ModelClass_INSTRUCTORINSTRUCTOR_BASE421MB
ModelClass_CLIPRN50_OPENAItextual: 255MB | visual: 153MB
ModelClass_CLIPRN50_YFCC15Mtextual: 255MB | visual: 153MB
ModelClass_CLIPRN50_CC12Mtextual: 255MB | visual: 153MB
ModelClass_CLIPVIT_L_14_336_OPENAItextual: 473MB | visual: 1.2GB

Note: For more information about CLIP class models, please look at clip_models.rs.

Including a Fine Tuned Model

this is currently a WIP - see this GitHub issue for progress.