How to use MoraySmith/CC_ESMplusplus_small with PEFT:
Task type is invalid.
How to use MoraySmith/CC_ESMplusplus_small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MoraySmith/CC_ESMplusplus_small", dtype="auto")
How to fix it?