-
def mainVQA():
image_size = 384 # 576 pq?
# Use o diretório do script atual para construir o caminho relativo
script_dir = os.path.dirname(__file__) # Diretório onde o script est…
-
### Feature request
The underlying peft library supports setting multiple adapters:
```python
model.set_adapters(["adapter_a", "adapter_b"])
```
It would be nice if the pipeline supported the…
-
!pip install bert-extractive-summarizer
from summarizer import Summarizer,TransformerSummarizer
gives error
---------------------------------------------------------------------------
Import…
-
## A super interesting story of mine 👇
As I have recently started learning to use models from hugging face I also tried directing models to understand templates of their expected responses. So far I …
-
Windows 10 Pro
Resolve 18.6
I get this error in the Davinci Console after trying to generate the subs. The auto-subs menu is also stuck in the "Transcribing Audio...".
I've tried both, the aut…
alm0r updated
3 months ago
-
Thank you for the great work and the pre-print! I have a question in running the code. I would appreciate if you could answer it.
As for installation, I followed the standard steps as in,
```
doc…
-
I got this error message while trying to run the prompt in the README file
File "python3.9/site-packages/transformers/models/llama/modeling_llama.py", line 402, in forward
kv_seq_len += past_key…
-
Currently, the `forward` method of the `TransformerDecoder` class requires a tokens tensor of the shape `[b, s]` to be passed as an argument, which is then passed to `self.tok_embeddings`.
But the …
ghost updated
2 months ago
-
the following step in 'Boosting Wav2Vec2 with n-grams in 🤗 Transformers' colab example fails
```
from transformers import Wav2Vec2ProcessorWithLM
processor = Wav2Vec2ProcessorWithLM.from_pretraine…
TzurV updated
2 years ago
-
### Describe the bug
## Issue Summary
The `from_pretrained()` method of StableDiffusionPipeline fails to correctly load the specified models on local directory. Instead, it appears to use the sa…