Lysandre Debut
Lysandre Debut
Hi, this issue is related to ALBERT and especially the V2 models, specifically the `xlarge` version 2. **TLDR: The ALBERT-xlarge V2 model seems to be different to other V2/V1 models.**...
## Describe the bug The `logging` module isn't working as intended relative to the levels to set. ## Steps to reproduce the bug ```python from datasets import logging logging.set_verbosity_debug() logger...
This draft PR proposes a refactor of both mixins, `ModelHubMixin` and `push_to_hub_keras`, so that they do not leverage `git` under the hood. It is the continuation of https://github.com/huggingface/huggingface_hub/pull/321. This PR...
The `huggingface_hub` package abstracts most of the difficulty related to git management of repositories, by providing utility methods tailored to large file/binary file management and helper methods abstracting the methods...
Some images are not rendered correclty in the documentation, and a process needs to be set regarding the contribution of assets to the repository.
This issue documents the will to have a separate API reference using the [doc-builder](https://github.com/huggingface/doc-builder) tool that was created initially for `transformers`, later adapted for `datasets`, `optimum`, and `accelerate`. The resulting...
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....
We are currently working on identifying the backend versions with which we are compatible and with which we want to be compatible. These backends are PyTorch and TensorFlow. We will...
The current `snapshot_download` and `hf_hub_download` methods currently use symlinks for efficient storage management. However, symlinks are not properly supported on Windows where administrator privileges or [Developer Mode](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) needs to be...
Top 100
This PR celebrates the upcoming 100k stars for `transformers` by highlighting 100 open-source repositories that use or have integrated `transformers` in their projects. This list should not be limited to...