How to use atifquamar07/Qwen2.5-7B-imdb with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("atifquamar07/Qwen2.5-7B-imdb", dtype="auto")
How to fix it?