We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we use files like https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english/blob/main/config.json or https://huggingface.co/distilbert-base-cased/blob/main/config.json to define a model, and then download the weights and use them? If not, can we at least use that to quickly add functions for them? I know right now we pre-process the weights, but I don't remember why/how hard it'd be to get around that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can we use files like https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english/blob/main/config.json or https://huggingface.co/distilbert-base-cased/blob/main/config.json to define a model, and then download the weights and use them? If not, can we at least use that to quickly add functions for them? I know right now we pre-process the weights, but I don't remember why/how hard it'd be to get around that.
The text was updated successfully, but these errors were encountered: