How to use EdBerg/Baha_Jais with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("inceptionai/jais-family-590m-chat") model = PeftModel.from_pretrained(base_model, "EdBerg/Baha_Jais")
The community tab is the place to discuss and collaborate with the HF community!