-
Notifications
You must be signed in to change notification settings - Fork 0
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
Made Embeddings work #1
Conversation
Thanks! |
Thank you for creating the gem! |
Do you want to release Gem? |
Sorry I missed this. I was out of office last week. I saw you released it, thank you! 👏 |
Thanks for the reply. But I haven't released the gem yet. I recently gave you the right to commit to this repository and to upload to RubyGem. So you are free to release a new Gem if you wish to do so. I am thinking of transferring the project to red-data-tools as it would be difficult for me to continue it. Also, cpetersen, if your team wants to continue developing the project, I can transfer the entire project from here to assaydepot. |
Hi! Thank you for clarifying, I just pushed version 0.0.4. Thank you for developing |
Thank you for releasing this new Gem. I would be very happy to have you take over the development of red-candle. I would like to transfer this repository to assaydepot if you don't mind. Currently, I am unable to transfer this repository to assaydepot because it already has red-candle. Could you please temporarily rename or remove the fork repository? Thank you for again your valuable contribution. Best regards |
Great, thank you! I just deleted our fork, so we should be all set. Thank you again for creating this project! |
Thank you for your cooperation. I found out that the repository can only be transferred by authorized persons in the organization.
So, I have transferred red-candle to your personal account (cpetersen). I would appreciate it if you could check your e-mail and approve it. |
Makes sense, I just accepted and will transfer on to assaydepot once it completes. Thank you! |
This PR includes a couple of items:
Candle::Model.new.embedding
method work properly, so the following Ruby should generate a valid embedding:ModelConfig
intoRbModel
to better match the rest of the classes. It's possible this would be better asRbBertModel
, I'm not clear on that yet.Enumerable
in the rubyCandle::Tensor
model, just for developer ergonomics.