transformers
transformers copied to clipboard
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
### Feature request Switch to modern Python packaging standards. ### Motivation The Python packaging ecosystem has standardized on the interface for build backends ([PEP 517](https://peps.python.org/pep-0517/)/[PEP 660](https://peps.python.org/pep-0660/)) and the format for...
Hi! Let's bring the documentation to all the Spanish-speaking community :) Who would want to translate? **Please follow the instructions in the [Translating guide](https://github.com/huggingface/transformers/blob/main/docs/TRANSLATING.md)**. Here is a list of the...
### System Info latest version of transformers, Colab TPU, tensorflow 2 ### Who can help? @kamalkraj @Rocketknight1 @BigBird01 ### Information - [ ] The official example scripts - [X] My...
# What does this PR do? This PR is an initial draft for implementing the classic Mask R-CNN framework with ConvNeXt as backbone. The framework is implemented in a single...
### Feature request Adding a filter of some sorts in the generate function to prevent x number of words from outside of the input from appearing in a generated text....
# What does this PR do? At the moment, the return type of our feature extractors isn't always as expected or sometimes fails if a `do_xxx` config flag is set...
No tests yet given we don't officially support `torch==1.12` yet (and M1-based CI is still a work in progress)
### Model description Structured document understanding has attracted considerable attention and made significant progress recently, owing to its crucial role in intelligent document processing. However, most existing related models can...
### System Info ```shell - `transformers` version: 4.17.0.dev0 - Platform: Linux-4.15.0-176-generic-x86_64-with-glibc2.17 - Python version: 3.8.13 - PyTorch version (GPU?): 1.8.2 (True) - Tensorflow version (GPU?): not installed (NA) - Flax...
### Feature request At the moment, thanks to this PR https://github.com/huggingface/transformers/pull/14947 the option to truncate the text from the left instead of just from the right has been added. However,...