-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to download pre-trained model weights? #10
Comments
Hello thanks for your interest in our work! The weights are available on huggingface The pre-trained Orthrus models are available at https://huggingface.co/antichronology/orthrus (you will find it in files and versions), with individual models available for inference at: https://huggingface.co/quietflamingo/orthrus-base-4-track and https://huggingface.co/quietflamingo/orthrus-large-6-track These should be easier to perform inference on and would look something like:
Please let us know if you have any other issues! Also all the embeddings are pre-computed and are available for download from the zenood repository |
Hi there, is it possible to share a minimal working example of successfully loading the HF model and performing inference? Preferably in a notebook format with required installations? I am attempting to work through this on a google colab GPU, but the specific dependencies are causing issues (ie |
@phil-fradkin, Thank you very much for providing this information. I'll give a try and get back to you as soon as I successfully run it. |
Hi @wconnell, here's a link to a Colab that should work out-of-the-box: https://colab.research.google.com/drive/1Rb6VC92YoKRPyF2LG4m8zIXjDszm1NZW?usp=sharing We've also updated the HF model cards to show a (hopefully working) example of Orthrus embedding: We'll double check the dependencies specified in the requirements file. Since PyTorch 2.2.2 Let me know if you run into any further issues! |
Hello,
Thanks for the great work.
I am trying to use Orthrus and follow the setup instructions. However, I cannot find any information about where to download the pre-trained model weights.
Any guidance would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: