Downloading Models
Last updated
Last updated
If a model on the Hub is tied to a supported library, loading the model can be done in just a few lines. For information on accessing the model, you can click on the “Use in Library” button on the model page to see how to do so. For example, shows how to do so with 🌍 Transformers below.distilgpt2
You can use the boincai_hub
library to create, delete, update and retrieve information from repos. You can also download files from repos or integrate them into your library! For example, you can quickly load a Scikit-learn model with a few lines.
Copied
Since all models on the Model Hub are Git repositories, you can clone the models locally by running:
Copied
If you have write-access to the particular model repo, you’ll also have the ability to commit and push revisions to the model.
Add your SSH public key to your user settings to push changes and/or access private repos.