Frederik Haa
Frederik Haa
Hi Thank you for contributing this amazing repo! I've tried to compile the model with the new torch_tensorrt torchscript compiler. However, it does not seem to support a variable number...
Hi I am trying to get pre-annotations up and running for the Automatic Speech Recognition using Segments recipe. This is my labeling interface is defined like this: ``` ``` My...
This package cannot be installed with python 3.10. Trying to install the wheel manually it complains about the correct numba version not being available. Is numba=0.53.1 really required instead e.g....
I run qBittorrent behind Authelia, and I have not found a way to use transdroid to connect to the server. One way would be by sending a custom header with...
### Describe the bug In the tokenizer, Hebrew is given the language code 'iw' and Javanese is given 'jw'. These language codes are incorrect according to the [ISO standard](https://www.loc.gov/standards/iso639-2/php/code_changes.php) 'iw'...
**Is your feature request related to a problem? Please describe.** I have a use case where i need to diarize a file containing multiple tracks, where each track corresponds to...
### Discord username (optional) _No response_ ### Describe the bug As title describes. I saw #4246 which reminded me to remove that keybinding from guake-terminal. Afterwards I also deleted guake...
### Feature request Wav2Vec2-Bert was open sourced and integrated with Transformers in the end of last year. However, it is missing an easy integration with pyctcdecode similar to Wav2Vec2ProcessorWithLM. This...
Hello, I am trying to use the framework to segment images of bacteria. I am using the provided recipe for FCN_32s, but with a few adaptations for my custom data...
## What does this PR do? Pass `use_auth_token` from `EncoderClassifier.from_hparams()` to `Pretrainer.collect_files()` to allow loading of private HF models. Fixes #2634 Before submitting - [X] Did you read the [contributor...