How to use nmcco/23-classic-2e-5-lr with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nmcco/23-classic-2e-5-lr", dtype="auto")
How to fix it?