Bruno Hays
Bruno Hays
I'm looking at modifying the base HotwordsScorer to boost short sentences instead of just individual words. But I fail to understand what the score_partial_token function does. The comment in the...
My job failed due to FAILED_CONTROLLER after a preemption. sky spot logs --controller 5 doesn't show any error: > (small-yt, pid=45563) I 03-12 15:33:03 spot_utils.py:92] ================================== > (small-yt, pid=45563) I...
### System Info At present, the AutomaticSpeechRecognition pipeline offers the capability to predict timestamps either at the word level through cross attention or by utilizing timestamps tokens predicted by Whisper....
### Describe the bug ```python import bentoml from transformers import WhisperFeatureExtractor bentoml.transformers.save_model("whisper_feature_extractor", WhisperFeatureExtractor.from_pretrained("openai/whisper-tiny")) ``` Raises this error: ``` File "/Users//datalab/épellations/WhisperAPI/toremove6.py", line 4, in bentoml.transformers.save_model("whisper_feature_extractor", WhisperFeatureExtractor.from_pretrained("openai/whisper-tiny")) File "/Users//datalab/épellations/WhisperAPI/venv/lib/python3.10/site-packages/bentoml/_internal/frameworks/transformers.py", line 1040, in...
### Describe the bug To activate the streaming capability in bentoML, you require a Runnable function that yields an AsyncGenerator. Consequently, invoking this function returns promptly, regardless of ongoing computations...
### System Info ```shell optimum==1.19.2 torch==2.1.2 transformers==4.39.3 onnxruntime-gpu==1.17.1 CUDA Version: 12.2 GPU: L4 ``` ### Who can help? @michaelbenayoun ### Information - [X] The official example scripts - [ ]...
### Feature request It would be very nice to be able to implement one's own batching logic. ### Motivation AFAIK, the adaptative batching algorithm functions as a blackbox. The parameters...
### Describe the bug I have noticed that on my dataset named [BrunoHays/Accueil_UBS](https://huggingface.co/datasets/BrunoHays/Accueil_UBS), since the version 3.4.0, every column except audio is missing when I load the dataset. Interestingly, the...