How to use avinashhm/dolly-3b-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("avinashhm/dolly-3b-lora", dtype="auto")
How to use avinashhm/dolly-3b-lora with PEFT:
Task type is invalid.