-
Notifications
You must be signed in to change notification settings - Fork 2
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
add extra parameters to the from_pretrained
method
#14
Comments
Hey @not-lain, Thanks for opening an issue (^-^) Just wanted to confirm some things:
Thanks! |
Hi @bhavnicksm
yess, exactly, the token can either be passed explicitly, or retrieved from the login credentials
To be 100% transparent, I haven't seen anything like that, but it could be a nice addition for developers. Let me know how if you have any feedback about any of these parameters. |
Hey @not-lain! Thanks for the update! Yes, token makes sense for sure~ I'd prefer holding off on revisions for now since we don't see it being needed just yet... to keep the argument space a bit minimal. If it is required in the future, we can add it then! Thanks! :) |
I think we should update the
from_pretrained
method, for example, we can :token
parameter there and pass the token explicitlyrevision
parameter to load a tokenizer from a specific commit, pr or a branch.The text was updated successfully, but these errors were encountered: