LawBuddy
Collection
2 items • Updated
How to use betteracs/lawbuddy-7b with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("openthaigpt/openthaigpt1.5-7b-instruct")
model = PeftModel.from_pretrained(base_model, "betteracs/lawbuddy-7b")This model is a fine-tuned version of openthaigpt/openthaigpt1.5-7b-instruct on the law_th_kto dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
openthaigpt/openthaigpt1.5-7b-instruct