How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct")
model = PeftModel.from_pretrained(base_model, "KraveTech/Falcon7B_LoRA")

Model Details

LoRA finetuning with 8637 Malaysia human resource question answering data.

Model Description

  • Developed by: Karyn Tham
  • University: Tunku Abdul Rahman University of Management and Technology
Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for KraveTech/Falcon7B_LoRA

Adapter
(81)
this model