-
@NielsRogge, thanks for the tutorials, I am particularly interested in the Nougat one and have a question.
Nougat can provide the text extraction from the pdfs, I was wondering, can it extract Tab…
-
I just checked codes in `generation.py` and I noticed it import `LLamaQaStoppingCriteria` from `transformers.generation.stopping_criteria`. However I did not find this function (or class) in the tran…
-
### BUG DESCRIPTION
Running on google colab a script to finetune LLAMA 3 8B with flash attention.
This issue is not directly related to transformers but to an extension library: flash attention
…
-
Hi,
I am facing error while retraining.
code
from transformers import Trainer, TrainingArguments
training_args = TrainingArguments(
output_dir="./roberta-retrained",
overwrite_output_…
-
### 软件环境
```Markdown
paddle2onnx 1.2.9
paddlefsl 1.1.0
paddlenlp 2.8.1
paddlepaddle 2.5.2
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
``…
-
### Environment
🪟 Windows
### System
w11
### Version
latest
### Desktop Information
_No response_
### Describe the problem
when i select whisper Local on the web ui speech r…
-
### Feature request
Llama 3.1 is out and should be compatible with Neuron, however, it requires `transformers==4.43.1`, and `optimum-neuron` has pinned `transformers` to `4.41.1`.
Notes that sin…
-
_Imported from https://github.com/dnfield/vector_graphics/issues/250_
Original report by @alefwd on Jul 30, 2024
I have a folder /assets where I have a mix of svgs and json files, and I cannot chang…
-
### Description
To reproduce the working state uncomment the device update to cpu
```python
from transformers import AutoTokenizer
import jax
import jax.numpy as jnp
from flax import linen as …
-
I'm trying to run the example in `inference/notebooks/01_single_image_understanding.ipynb`, but I get this error:
```
text = processor.apply_chat_template(messages, add_generation_prompt=True)
…