You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You didn't mention which model you are trying to load, so I will use two widely used model types, sentence-transformers and open_clip, as examples here. The short answer is YES.
OpenCLIP Models
To load a .bin model into open_clip, you can provide a URL to your .bin file and follow the instructions here. For example, if you want to load this model, you can set the index settings as follows:
Note that the URL is the download link to the file open_clip_pytorch_model.bin instead of pytorch_model.bin.
Sentence-Transformer Models
For sentence-transformer models, Marqo leverages the HF loader to load a custom model. I recommend uploading your .bin model to a Hugging Face repo by following the instructions here. You can then follow the instructions here to load your uploaded model.
I hope this helps! If you have any further questions, feel free to ask.
Can I use my own model in.bin format,tks
The text was updated successfully, but these errors were encountered: