How to use Nishi0923/LLM_Course2024 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("llm-jp/llm-jp-3-13b") model = PeftModel.from_pretrained(base_model, "Nishi0923/LLM_Course2024")
The community tab is the place to discuss and collaborate with the HF community!