-
### System Info
all known
### Who can help?
@muellerz @SunMarc
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supp…
-
Hello, I want to try this amazing work.
I use the transformer version used by LLaVA 2024-4-25, that is, `transformers==4.37.2`. What version of transformers do you use?
And I met the following error…
-
Hi, I noticed that you submitted a paper titled “Masked Attention as a Mechanism for Improving Interpretability of Vision Transformers” to Medical Imaging with Deep Learning 2024. Do you plan to integ…
-
Dear all,
Thank you so much for sharing the llama3.2 vision model fine-tuning script so fast!
I got the following error when running the demo
```
The model weights are not tied. Please use t…
-
### 🚀 The feature
Implement CrossVIT model for Fine grained classification
### Motivation, pitch
CrossViT integrates multi-scale feature representations, enabling it to efficiently process images o…
-
>>> from transformers import AutoModelForCausalLM, AutoTokenizer
>>> import torch
>>> from PIL import Image
>>> checkpoint = "qihoo360/360VL-8B"
>>> model = AutoModelForCausalLM.from_pretrained(ch…
-
### System Info
- `transformers` version: 4.46.0
- Platform: Linux-5.15.0-97-generic-x86_64-with-glibc2.35
- Python version: 3.12.3
- Huggingface_hub version: 0.26.1
- Safetensors version: 0.4.…
-
When running the `finetune.sh` script with my own dataset, I encountered the following error during checkpoint / saving the model:
```
RuntimeError: The weights trying to be saved contained shared t…
-
It would be cool if this model could have transformer support, also what is the specialty of this model? what is something that this model is good at?
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…