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