garage-bAInd/Open-Platypus
Viewer • Updated • 24.9k • 10.2k • 418
How to use Weyaxi/Nova-13B-adapter with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("AIDC-ai-business/Luban-13B")
model = PeftModel.from_pretrained(base_model, "Weyaxi/Nova-13B-adapter")Adapter weights of Nova-13B. Finetuned from AIDC-ai-business/Luban-13B.
You can access original weights from here: