-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: Snowflake models #207
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Can I push ONNX weights to medium sized model, would it help ? |
Joshua(Xenova) had already contributed those. I don't see them though. |
It was deleted. https://huggingface.co/Snowflake/snowflake-arctic-embed-m/commit/0202f5769e2744df8613f466ae9e7f235b805765 I see you've opened https://huggingface.co/Snowflake/snowflake-arctic-embed-m/discussions/8. Thanks @Ya-shh |
You're welcome! @Anush008 |
It has been recently merged, now the model has onnx weights |
"snowflake/snowflake-arctic-embed-xs": np.array([0.0092, 0.0619, 0.0196, 0.009, -0.0114]), | ||
"snowflake/snowflake-arctic-embed-s": np.array([-0.0416, -0.0867, 0.0209, 0.0554, -0.0272]), | ||
"snowflake/snowflake-arctic-embed-m": np.array([-0.0329, 0.0364, 0.0481, 0.0016, 0.0328]), | ||
"snowflake/snowflake-arctic-embed-m-long": np.array( | ||
[0.0080, -0.0266, -0.0335, 0.0282, 0.0143] | ||
), | ||
"snowflake/snowflake-arctic-embed-l": np.array([0.0189, -0.0673, 0.0183, 0.0124, 0.0146]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you've compared the Sentence Transformers and ONNX vector values here? Please add the Colab notebook or confirm with a comment here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. They're from Sentence Transformers. Upto 4 digits precision. Then off.
Description
Adds support for https://huggingface.co/Snowflake models.
NOTE: The medium sized model is missing ONNX weights.