How to use weathon/neg_aware_qwen with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("weathon/neg_aware_qwen", dtype="auto")
How to fix it?