You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the docs don't have an end-to-end guide demonstrating how users can string everything together in the huggingface_hub library. There are three guides, and each of them highlight a different aspect of the library. I think adding a quick start guide would add value for users by capturing the core parts that are representative of the library (namely downloading, uploading, and creating/managing files and repositories).
For the quick start guide, I think we should start with the simplest option:
hf_hub_download for downloading files instead of the two-step hf_hub_url and cached_download wombo combo.
create_repo to create a repo.
upload_file to upload files.
Would love to hear if you think there is anything else we should include in the quick start or any other feedback, thanks :)
The text was updated successfully, but these errors were encountered:
Currently, the docs don't have an end-to-end guide demonstrating how users can string everything together in the
huggingface_hub
library. There are three guides, and each of them highlight a different aspect of the library. I think adding a quick start guide would add value for users by capturing the core parts that are representative of the library (namely downloading, uploading, and creating/managing files and repositories).For the quick start guide, I think we should start with the simplest option:
hf_hub_download
for downloading files instead of the two-stephf_hub_url
andcached_download
wombo combo.create_repo
to create a repo.upload_file
to upload files.Would love to hear if you think there is anything else we should include in the quick start or any other feedback, thanks :)
The text was updated successfully, but these errors were encountered: