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