-
Hi @XiaRho,
Congrats on your work. I discovered it from AK's daily papers: https://huggingface.co/papers/2410.06593. I opened https://huggingface.co/XiaRho/SEMat/discussions/1 to link the released …
-
Loading tokenizer
Loading LLM: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
F:\ai\Aki_stable_deffusion\sd-comfyui_aki\models\LLM\Meta-Llama-3.1-8B-Instruct-bnb-4bit
Successfully modified 'base_model…
-
### System Info
transformers==4.45.2
when preparing the cross_attention_mask in ```_prepare_cross_attention_mask``` function we get the``` cross_attn_mask``` to the shape of [batch,text_tokens,i…
-
**Describe the bug**
When I use llm-compressor to quantize llava model, but at the begining, it failed. (Unrecognized configuration class: 'transformers.models.llava.configuration_llava.LlavaConfig'…
-
Hello,
I'm trying to setting up a local SentenceTransformerEmbeddingModel :
```
sentence_transformer = SentenceTransformerEmbeddingModel(name='my-embedding-model',
…
-
Hi SBert Team,
Have you released any models (encoder and decoder) that were pretrained or extensively fine-tuned using the TSDAE loss? I’m particularly interested in the decoder weights from the `D…
-
Using the latest SHARK-Platform, ran into this error when trying to use it in other projects:
![image](https://github.com/user-attachments/assets/0d2e1002-4ae2-4fda-8860-6803099d75bd)
Might be w…
-
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…
-
### Describe the bug
Tried to run the THUDM/CogVideoX1.5-5B model using Diffusers from git (20th Nov, approx 8:30am GMT)
The script failed with
```
hidden_states = F.scaled_dot_product_attent…
-
Hi, great work!
If I want to apply REPA to a diffusion UNet rather than a diffusion transformer, should I change the position of the projection head? Have you done experiments on a diffusion UNet lik…