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