How to use Crystal427/CrystalNovelWriter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/text-generation-webui/models/14B/") model = PeftModel.from_pretrained(base_model, "Crystal427/CrystalNovelWriter")
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Log in or Sign Up to review the conditions and access this model content.
Base model