-
Hi! I get two errors when running this:
FutureWarning: The input name `inputs` is deprecated. Please make sure to use `input_features` instead.
warnings.warn(
The attention mask is not set and …
-
-
Hello!
You did a great work creating this extension. It saved me a lot of time. Thank you very much!
i am using it via [raycast extension](https://github.com/raycast/extensions/tree/de047f2e9ad02d…
somvy updated
6 months ago
-
Hi,
I came across an incompatibility with pip package `transformers >=4.38`.
See https://github.com/huggingface/transformers/issues/29763
I could resolve by restricting version of transformers …
-
Is Transformers 4.44.0 compatible with Python 3.9.19? I receive the following error below - any thoughts are appreciated.
import transformers
from transformers import AutoTokenizer
Produces the…
-
Sure it can do basic stuff , but need deeply nested one .
also show overrides not getting stopped on in User files .
then add DSL examples for other xml based for st for generating image , pdf e…
-
I want to add a easy to medium question on NLP category related to Transformers positional encoding upon the input embeddings. The question will be done using only `tensorflow as tf, tf.cast(), tf.con…
-
I run lightrag_hf_demo.py, but there is no response after running it. Does anyone know what is going on?
My code is as follows:
```
import os
from lightrag import LightRAG, QueryParam
from …
-
Hello, I'm trying to do the following:
```
(ql:quickload :py4cl2)
(py4cl2:defpymodule "transformers" t :lisp-package "TRANSFORMERS")
(defparameter *model-id* "meta-llama/Meta-Llama-3-8B-Inst…
-
### Feature request
Optimize Transformers' image_processors to decrease image processing time, and reduce inference latency for vision models and vlms.
### Motivation
The Transformers library relie…