huggingface_hub icon indicating copy to clipboard operation
huggingface_hub copied to clipboard

The official Python client for the Huggingface Hub.

Results 265 huggingface_hub issues
Sort by recently updated
recently updated
newest added

This is a feature request that will improve the UX of Keras audience that will increase the number of non-transformer Keras models on the Hub. We want a callback that...

tensorflow

**Is your feature request related to a problem? Please describe.** The Hub now warns you if malware has been found in a HF repo. Perhaps it would be wise to...

Hello, I'm interested in sharing models on the HF Hub but it appears that custom TF models can't be shared because their model.save() doesn't work (appears to be a known...

enhancement
help wanted
discussion

This is a bit of a power-user case, so actually I'm not sure we want this in `huggingface_hub`. I used this to be able to fork repos, but apart from...

discussion

**Is your feature request related to a problem? Please describe.** Currently, `snapshot_download` only works for `model` repos. It would be nice to add `repo_type` kwarg here and pass it along...

```python import huggingface_hub huggingface_hub.__version__ ``` ``` '0.0.13' ``` ```python from huggingface_hub import snapshot_download, HfApi api = HfApi() # success api.model_info("flax-community/ft5-cnn-dm") # success api.model_info( "flax-community/ft5-cnn-dm", revision="859350e337148108b32b6f9eef45d0d4c6b668a9" ) # fail api.model_info("flax-community/ft5-cnn-dm",revision='859350e') ```...

discussion

When there is an error message with a git command (for isntance git push), the url is shown and that url contains the user token. Users that dutifully copy the...

Many 3rd party libraries use class factory functions to load/create models. This means users are only working with instances, not classes themselves. For example... Timm: ```python import timm model =...

discussion
mixins

This proposal is a request for comments and a proposal for a non-git-based mixin. The current Mixin approach uses a git workflow in order to contribute files to the hub....