How to use Jwei/bert-large-peft-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Jwei/bert-large-peft-lora", dtype="auto")