-
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
Investigate using Hugging Face for prediction #40
Labels
Comments
This was referenced Nov 7, 2023
Closed
I was reading 'for fun' this article https://shyam.blog/posts/beyond-self-attention/ A code snippet got my attention notably
It outputs weights
Something like https://huggingface.co/distilbert/distilbert-base-uncased might be ok So you have to first convert it for MLKit
and then use it (NB: I cant see a quick way like that python snippet that prints weights.. I'm sure there must be - this is not pretty below
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task is to investigate using a LLM via hugging face for prediction. Note this is not to do the work but just to create the separate tasks to do the work.
Ref: #13
The text was updated successfully, but these errors were encountered: